html,body{
    margin: 0px;
    padding: 0px;
    margin-right:0px;
}

body{
    font-family: 'Century Gothic', Times, serif, sans-serif;
    /* background-color: rgb(255, 245, 230); */
}
.navbar-brand img{
    width: 100%;
}
.nav-link{
color: black;
}
.navbar a{
    color: black;
}
footer .nav-link{
    color: white;
    }
 footer>.navbar a{
        color: white;
    }
.blog-header{
    padding:5px ;
}
.social-icons{
 font-size: 28px;
 margin-right: 5px;
 color: cornflowerblue;
}
.social-icons:hover{
    color: rgb(248, 205, 88);
   }

nav a:hover{
    color:rgb(160, 113, 12);
}

.carousel-item  img{
    width:100%;
    height: 300px;
}
.aboutus{
background-color: #fff0;
padding: 0px;

}

.aboutus h3{
    border-bottom: 1px solid tomato;
}
.aboutus p{
    /* margin: 5px; */
    padding:5px;
}


.aboutus:hover  h3{
    color: red;
   
}

#view_all{
  margin-right: 0px;
}

.card{
    margin: 15px 5px;
    /* border: 2px dotted #ffc107; */
    padding: 15px;
}
.card:hover{
    border: 1.5px solid #ffc107; ;
}
.title{
    text-align: center;
}
.card img{
width: 100%;
height: 150px;
}
.card img:hover{
    transform: scale(1.1);   
    
}

.modal-body{
    font-size: 30px;
}

.modal-body span {
margin-right: 15px;
border: 0.5px solid lightgray;
padding: 10px;
border-radius: 20px;
}

.contact-us{
    border-radius: 5px;
    padding: 15px;
    background-color: lightblue;
}
.contact-us h4, #contact_address{
    color: white !important;
}
.contact-src span{
    font-size: 18px;
    margin-right:5px ;
    color: #e8e8e8 !important;
}
/* .contact-src p{

} */

.contact-form{
    /* margin-top: 20px; */
    padding: 5px;
}
.contact-us:hover .contact-us h4{
    border-bottom: 2px solid tomato !important ;
    color: #e8e8e8 !important;  
}

.contact-form .form-group input, textarea{
    padding:5px 15px;
  width: 100%;
}


/* footer */
footer{
    padding: 10px;
}
footer a{
    text-decoration: none;
}

footer a:hover{
    color: rgb(248, 205, 88);
}
footer .tagLine{
   margin: auto;
   padding-top: 8px;
}
/* footer end */