@import url('https://fonts.googleapis.com/css?family=Coiny|Raleway:400,900');
body{
    background:url(../img/mainbg.jpg) repeat;
    font-family:'Raleway',sans-serif;
}

h1,h2,h3,h4{
    font-family:'Coiny', sans-serif;
}

h2{
    font-size: 3rem ;
    color:#ed1640 ;
}

h3{
    font-size:1.6rem ;
    color:#414141 ;
}

p{
    font-family:'Raleway',sans-serif;
    font-size:1rem;
    line-height: 2rem;
}

header{
    background:url(../img/header.png) no-repeat center left;
    display:block;
    padding:40px 0 100px;
}

.logo{
    background: url(../img/logo.png) no-repeat;
    width:450px;
    height: 179px;
    display:block;
    text-indent:-9999px;
}

section{
    padding:80px 0 80px;
}

.pink{
    background:#ffeff6;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
}

#ingredients{
    background:url(../img/motherbg.png) no-repeat right top;
    display:block;
}

#ingredients .col-lg-4{
   margin-top:30px;
}

.ingredientsbg{
    border:1px solid #feb7d4;
    background:rgba(255,255,255,0.7);
    padding:10px;
    border-radius:5px;
}

#ingredients p{
    font-size:0.98rem ;
    line-height: 1.5rem ;
}

/*order section*/
.orderform {
    background: white;
    border-radius: 5px;
    border: 1px solid #ec008c;
    padding: 10px;
}

.headingbg {
    background: pink;
    font-size: 1.7rem;
    border-radius: 5px;
    font-weight: bold;
}

#order .col-md-4 h4{
    font-size: 1.4rem;
    color:#ed1640;
}

.price {
    font-size: 2rem;
    font-weight: bold;
    border: 1px dashed pink;
}

#gray .container{
    background:#f8f8f8;
    padding:20px;
    border:3px dashed #ec008c;
}

.highlight{
    color: #ec008c ;
}
footer{
    background:#fed1db;
    padding:20px;
}

.visible-img-lg{
    display:block;
}
.visible-img-sm{
    display:none;
}

@media(max-width:776px){
    body{
        padding-bottom:20px;
    }
    header{
        background-size:cover;
        background-position: 25%;
    }

    header img{
        padding-top:50px;
    }
    .visible-img-lg{
        display:none;
    }
    .visible-img-sm{
        display:block;
    }
    section{
        padding:70px 0 70px;
    }
    h2{
        font-size:2.4rem;
    }
}