
/*==================================================

font-family: 'Coiny', cursive;
font-family: 'ZCOOL KuaiLe', cursive;
font-family: 'Quicksand', sans-serif;

green #465d3d;  success green #218838;
red #5b0718;
orange/red #bf2702;
====================================================*/


*{
    margin:0;
    padding:0;
}

html, body {
    overflow-x: hidden
}

body {
    overflow: hidden !important;
    width: 100%;
    height: 100%;
}






h3{
    font-size:2rem;
}

h2{
    font-family: 'ZCOOL KuaiLe', cursive;    
    font-size:3rem;
}

.accent{
    font-family:'Coiny', cursive;  
    color:#218838;
}
a{
    color:#fff;
}

header{

    height:100vh;
    background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('../img/2kids.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}


.menu-item{
    font-family: 'ZCOOL KuaiLe', cursive;  
    font-size:1.2rem;
    letter-spacing:0.5rem;
    color:#218838;
    transition:color .5s;
    font-weight:200;
}

.menu-item:hover{
    color:#fff;
}

.banner-heading{
    font-family: 'ZCOOL KuaiLe', cursive;    
}


.line1, .line2, .line3{
    width:23px;
    height:3px;
    margin:5px;
   transition:all .4s;
}

.change .line1{
    transform: rotate(-45deg) translate(-5px, 6px);
}

.change .line2{
    opacity:0;
}

.change .line3{
    transform: rotate(45deg) translate(-5px, -6px);
}



.navbar{

    background-color:#e7ce41;
}

.underline{
    width:150px;
    border:5px outset  #d51c21;
    margin:auto;
}


.btn-danger{
    color:#fff;
    background-color:#d51c21;
    border-color:#d51c21;
}


.btn-danger:hover{
    background-color:#e7ce41;
    border-color:#e7ce41;
}
/* ==========================ABOUT US SECTION ==========================*/

.lead{
    line-height: 2rem;
    letter-spacing:0.1rem;
    text-align:justify;
}


/* ==========================SERVICE SECTION ==========================*/
section#service{
    background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('../img/testimonialbg.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}


/* ==========================MENU SECTION ==========================*/


.menu-section p{
    font-size:1.1rem;
}

td{
    font-size:1.2rem;
}

/* ==========================FOOTER SECTION ==========================*/

footer{
    max-width:100%;
    background-color:#218838;
}

