
*
{
    margin: 0;
    padding: 0;
}
body
{ font-family: sans-serif;
  /*  background-image: linear-gradient(to right, #f7f2f2,#f3e5e5);*/
    background-color: #f8f3ef;

    margin-left: auto;
    margin-right: auto;
}


/*---Globals-----*/


h3{ padding-top: 10px;
    font-weight: 900;
    text-align: left;
}
p{
    text-align: justify;
}
h4{
    text-align: center;
    font-family: Agbalumo;
    padding: 5px;
    margin-top: 25px;
    text-transform: none;

}
.imgfonts{
    text-align: center;
    font-family: Agbalumo;
}
.heading-sections{
    display: block;
    font-size: 37px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    padding: 45px 0px;
    position: relative;
    margin-top: 50px;
    /*  background-image: linear-gradient(to right, #f7f2f2,#f3e5e5);*/
    background-color: #f8f3ef;
    font-family: Agbalumo;
    color:#44372a;
}
.heading-content{
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    color: rgb(209,66,0);
   padding: 10px 20px;
}
.boxes{
    padding: 14px 20px;
    width: 180px;
    margin: 0px 10px;
    outline: #000;
}
.box-img{
    width: 350px;
    margin-top: 20px;
}

div.hide{}


.box1{
   background-color:#f2dcc6;
    color: #4d2804;
    padding: 20px;
}
.box1:hover{
    background-color:#fdc4bb;
}

.box2{
    background-color:#f7eadc;
    color: #4d2804;
    padding: 20px;
}
.box2a{
    background-color:#f7f2f2;
    width: 100%; 
    padding: 20px;
    
}

.box8 {   
    border: 1px solid #4d2804;
    padding: 0px;
    margin: 5px;
    background-color:#fff0e1;
  }

/*---Globals Ends-----*/

#nav-bar{
    position: sticky;
    top: 0;
    z-index: 10;  
}

.navbar{
    /*  background-image: linear-gradient(to right, #f7f2f2,#f3e5e5);*/
    background-color: #f8f3ef;
    padding: 0px;
  
}

.navicons{
    font-size:22px; 
    background-color: #f8f3ef;  
    color: #44372a;

}
.navicons.a:hover{
    opacity:0.7;
    background-color: #61696c;
    color: red;
}



/*---------Hero Banner------*/
.home{

min-height: 100vh;
display: flex;
align-items: center;
background: url(img/hero.jpg) no-repeat;
background-size: auto;
background-position: center center;
animation: change 50s infinite ease-in-out;

}
.home .homecontent{
width: 50%;
float: left;
text-align: center;
padding: 1rem;
}

.home .homecontent h2{
    font-family: 'Agbalumo', serif;
    font-size: 4.5rem;
    font-weight: bolder;
    margin-bottom: 1rem;
    line-height: 4rem;
    color: #44372a;
    text-shadow: var(--box-shadow);
}

.home .homecontent p{
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.home .homecontent .home-btn button{
    font-size: 1.2rem;
    font-weight: bolder;
    margin-bottom: 2rem;
    line-height: 2rem;
    color: #fff;
    background-color: #44372a;
    border-radius: .7rem;
    cursor: pointer;
    padding: .6rem 2.4rem;
}
.home .homecontent .home-btn button:hover{
    font-size: 1.5rem;
    opacity:0.7;
}
@keyframes change{
    0%{
        background: url(img/hero.jpg);
    }

    15%{
        background: url(img/hero1.jpg);
    }

    30%{
        background: url(img/hero2.jpg);
    }
    
    45%{
        background: url(img/hero3.jpg);
    }
    
    60%{
        background: url(img/hero4.jpg);
    }
    
    80%{
        background: url(img/hero5.jpg);
    }
    
    100%{
        background: url(img/hero6.jpg);
    }
}

/*-----about------*/

.para-content-about{
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 26px;
    color: #000;
    
}

/*----------menu setion--------*/
#menu{
    padding: 0px 0;
}


.menu{
    width: 100%;
   
    margin-top: 120px;
}
.list-align{
    text-align: left;
}
.list-row{ 
  
    text-align: left;

}
.list-column{
   width: 50%;
    float: left;
    text-align: left;
    
}

/*----------service setion--------*/


/*---------all-galleries.php-----------------*/
.image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 10px;
}

.gallery {
    display: block;
    font-size: 15px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-family: Agbalumo;
    color:#44372a;
}
.gallery a {
    text-decoration: none;
    color:#44372a ;
    background: #f8f3ef;
    margin: 0 .3rem;
    border-radius: 5%;
}
.gallery a:hover {
    opacity:0.7;
   
}

/*-----------Contact Us--------------------*/

.form-container {
  display:flex;
}

.left-container {
   height: 100%;
   background-color: #f7f2f2;
  padding: 30px;
  text-align: left;
 
  }
  
  .right-inner-container {
    width:70%;
    height:80%;
    text-align:center;
  }


.right-container {
  display:flex;
  flex:1;
  
  background-color: #f7f2f2;
  justify-content:center;
  align-items:center;
}

.right-inner-container {
  width:70%;
  height:80%;
  text-align:center;
}

input, textarea {
	background-color: #f2dcc6;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
  font-size:0.8rem;
}

input:focus, textarea:focus{
  outline:1px solid steal;
}

button {
	border-radius: 20px;
	border: 1px solid #44372a;
	background-color: #44372a;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 900;
	padding: 8px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
  cursor:pointer;
}

button:hover {
  opacity:0.7;
}

form p {
  text-align:left;
}



/*----------footer setion--------*/
.footer {
    background-color:  #44372a;
    background-size: cover;
    background-position: center center;
   

}
.footer .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 1.5rem;
    padding: 2rem 1rem;
}
.footer .box-container .mainbox .content h1{
   display: flex;
    align-items: center;
   
}
.footer .box-container .mainbox .content h1{
    font-size: 2rem;
    color: #f8f3ef;
}
.footer .box-container .mainbox p{
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 1rem;
}
.footer .box-container .box h3{
    font-size: 1.5rem;
    color: #f8f3ef;
   
    font-weight: bold;
}

.footer .box-container .box a{
    display: block;
    font-size: 1rem;
    color: #f8f3ef;
    padding: .2rem 0;
    text-decoration: none;
}
.footer .box-container .box a:hover{
    background-color: #61696c;
    padding: 4px 4px 4px 4px;
    opacity:0.7; 
}
.footer .box-container .box a i{
    padding-right: .5rem;
    color: #44372a;
   
}
.footer .box-container .box a:hover i{
    padding-right: 2rem;
    opacity:0.7;
  
}
.footer .share{
    padding: 1rem 0;
    text-align: left;
}
.footer .share a{
    height: 4rem;
    width: 4rem;
    line-height: 2em;
    font-size: 1rem;
    color: #f8f3ef;
    background: #44372a;
    margin: 0 .3rem;
    border-radius: 5%;
}
.footer .share a:hover{
    opacity:0.7;
   
}

.footer .credit{
    font-size: .75rem;
    padding: 1rem ;
    margin-top: 1rem;
    color: #f8f3ef;
    text-align: center;
}


  /*----socialicons-----*/
 .soc {
    padding: 0;
    
}
.soc a {
    text-decoration: none;
    color:#44372a ;
    background: #f8f3ef;
    margin: 0 .3rem;
    border-radius: 5%;
}
.soc a:hover {
    opacity:0.7;
   
}





/*----changes for small screens----*/

@media screen and (max-width: 400px) 

{    
/*----------nav-bar section-------*/
/*  hide div Logo in nav-bar on smaller screen size */
.navbar-brand { display: none; } 



/*----------hero section-------*/
.home{

    min-height: 60vh;
    display: flex;
    align-items: center;
    background: url(img/bannr5b.jpg) no-repeat;
    background-size: auto;
    background-position: center center;
    
    }

    .home .homecontent{
       width: 100%;
        float: center;
        text-align: center;
        padding: 1rem;
        }    

/*----------heading section-------*/
    .heading-sections{
        line-height: 50px;
        padding: 25px 0px;
        margin-top: 10px;
        }

/*----------menu section-------*/
    .list-row{ 
            display: grid;       
         }

    .list-column{
            width:100%;   
         }

/*----------hide a box-------*/
div.hide {
    display: none;
  }

}
/* end */




