*{
    margin: 0px;
    padding:0px;
    box-sizing: border-box;
}
body{
    background-color: white;
    margin: 0px;

}

a{
    color: rgb(15, 15, 15);
    text-decoration: none;
}
p{
    color:rgb(56, 56, 56);
    font-size: 16px;
    padding: 2px 2px;
}
.nav-bar{
    background-color:white;
    padding:10px 10px 2px 10px;
    display: flex;
    align-items: center;
    justify-content:initial;
    
}
nav{
    flex:1;
    text-align: right;
}
nav ul{
    display:inline-block;
    list-style-type: none;
}
nav ul li{
    display:inline-block;
    margin-right: 20px;
}
.container{
    margin: auto;
    max-width: 98%;
    padding: 2px;
    padding-left: 10px;
}
.row{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    text-align: center;
    color: white;
}
.center{
    position: absolute ;
    top: 50%;
    left: 83%;
    transform: translate(-50%, -50%);
    font-family: 'Lobster', cursive;
    font-size: 50px;
}
.col-2{
    flex-basis: 100%;
    min-width: 300px;
    height: 300px;
    max-width: 98%;
}
.col-2 img{
    max-width: 100%;
    padding: 0px 0;
}
.col-2 h1{
    font-size: 50px;
    line-height: 60px;
    margin:25px;
}
.small-container{
    max-width: 98%;
    margin: auto;
    padding: 30px 30px 20px 25px;
    
}
.col-3{
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom:50px;
    transition: transform 0.5s;   
}

.row1{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    
}
.col-3 img{
    width:100%;
    padding-bottom:10px;
}
.col-3 h4 p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    
}
.small-container h2{
    font-family: 'Cinzel Decorative', cursive;
    font-size: 50px;
}
#menu:hover{
    transform: translateY(-5px);
}
select input{
    border: 1px solid #0c0c0c;
    padding: 2px;
}
.btn{
    display:inline-block;
    background: #ff523b;
    color: white;
    padding: 8px 30px;
    margin: 25px 0;
    border-radius:30px ;
}
.product {
	width: 30%;
	margin: 30px;
}
.form-group {
	width: 30%;
	margin: 30px;
}
.glyphicon{
		color: blueviolet;
	}



im{
    width:85px;
    height:80px;
    padding-top:2px;
    padding-left: 4px;
    font-family: 'Cedarville Cursive', cursive;
}
.logo{
    padding:2px 5px 5px 5px;
    text-align: left;
}
.subtitle{
    padding-top: 2px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgb(29, 34, 43);
}



