/* Box Model Hack */
* {
  box-sizing: border-box;
}



/******************************************
/* BASE STYLES
/*******************************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html{
  font-size: 62.5%;
  height: 100%;

}
body{
  height: 100%;
  /* background: green; */
  font: "Playfair Display";
  margin-bottom: 2%;
  font-family: "Playfair";
}
body > *{
  width: 80%;
  margin: auto;
  
  
}
h3{

  color: rgb(126,159,81);
}
h1{
  font-size: 6rem;
  color: black;
  text-shadow: 3px, 3px, 10px, blue;
  border-bottom: 10px black double;
  width: 50%;
  margin: 0 auto;
  
 
}
h2{
  font-size: 4rem;
  color: black;
}
p{
  font-size: .5em;
  color: rgb(126,159,81);
}

ul,
a{
 list-style: none; 
 text-decoration: none;
}
ul{
  display: flex;
}

/******************************************
/* Main
/*******************************************/
.mainClass{
  display: flex;

  height: 20%;
  align-items: center;
  border-radius: 5px;
 
  
}

main{
  height: 70%;
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 80%
  
  
  
}
main *{
  width: 100;
  margin: 2.5% auto;
   
 }
main p{
  font-size: 2rem;
  line-height: 2rem;
  padding: 0 3%;
  
  
}
main a{
  color: white;
}

.mainImage{
  width: 30%;
  display: flex;
  margin: 0;
}
/* Social media */
#sm{
  margin-top: 10%;
  height: 50%;
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}
.sm{
  margin-top: 10%;
}
/******************************************
/* Button  style
/*******************************************/
.btn{
  width: 10%;
  padding: 1rem .5rem;
  font-size: 2rem;
  border-radius: 5px;
  width: 30%;
  background: rgb(126,159,81);
  border: 1px rgb(126,159,81) solid;
  color: white;
  margin:3%;
}
.btn:hover{
  background: rgb(99, 134, 53);
}
select{
  background: black;
}

select{
  margin-left: -1%;
  width: 10%;
}
/******************************************
/* Section layouts
/*******************************************/
.m_container{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 50%;
  border-top: 10px black double;;
 
  
  
}
.m_container h2{
  margin: 3% 0;
}
.m_container h3{
  font-size: 2.3rem;
  margin: 3% 0 0 0;
}
.m_container p,
.m_container span,
.m_container ul{
  font-size: 2rem;
  color: rgb(126,159,81);

}
/******************************************
/* Section A
/*******************************************/
.containerA ul:first-of-type{
  display: flex;
  justify-content: space-around;
  width: 100rem;
  align-content: center;
  margin-bottom: 0;
  padding: 0;
  
}
.menu{
  display: flex;
  
  text-align: center;
  margin: auto;
 
}
.row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  
}
.col{
  display: flex;
  flex-flow: column;
  flex-basis: 100%;
 
  border-radius: 5px;
  padding: 1%;
  margin: 5%;
}
.col:hover{
  border: 2px rgb(126,159,81) solid;
  color: white;
  transform: scaleZ(1);
}



.containerA ul:last-of-type{
  width: 100rem;
  align-items: stretch;
  gap: 1%;
  padding: 0;
  
 
}
.containerA img{
  width: 100%;
  
}
/******************************************
/* Section C  - Hours
/*******************************************/
.containerC > section{
  display: flex;
  flex-flow: row wrap;

}
.hours{
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
.hours p{
  font-size: 2rem;
}
.hours span{
  font-size: 2rem;
  margin-top: 0;
}
/*******************************************/
.containerC p{
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top:0;

}

.bottom-img{
  width: 60%;
  margin-bottom: 3%;

}
 .containerC{
  height: 80%;
 }
 h4{
  margin-top: 2%;
  font-size: 2rem;
 }
 
/******************************************
/* LAYOUT
/*******************************************/

small{
  font-size: 2rem;
}
header{
  background: no-repeat; 
  background-image: url('header.jpeg') ;
  background-size: cover;
  height: 70%;
  width: 100%;
  
  /* background-position: 75% 25%; */
}


/* navigation bar*/
nav{
  display: flex;
  justify-content: space-around;
  background-color: black;
  height: 6rem;

}
nav ul{
  display: flex;
  width: 80%;
  gap: 3%;
  justify-content: space-between;
  margin: auto;

  
}
nav li{
  color: rgb(255,255,243);
  font-size: 1.8rem;
  
}
nav li:hover{
  color: rgb(189, 185, 185);

}
.icon{
  display: flex;
  width: 10%;
}
.icon div{
  display: flex;
  justify-content: space-between;

}
.icon i:last-of-type {
  margin-left: 50%;

}
.mainContainer {
  margin: 0, auto;
  text-align: center;
}
.mainContainer ul{
  padding: 0;
  width: 25%;
  justify-content: space-between;
  color: rgb(10, 10, 10);
  font-size: 1.2rem;
  margin: 0 auto;
}
section{
  margin-top: 1%;
}
.logo{
  color: white;
  font-size: 3rem;
  margin: auto;
}
/* Container D */
.containerD div img{
  display: block;
  margin: auto;
  width: 20%;
  border-radius: 50%;
}
.containerD  q{
  display: block;
  width: 60%;
  font-size: 2rem;
  margin: auto;
  color: white;
  margin-bottom: 3%;
  font-style: italic;
}
.containerD div{
  background: rgb(126,159,81);
  margin: 5%;
  border-radius: 10px;
  color: white;
  width: 60%;
}
.containerD h3{
  color: white;
}


footer{
  background: black;
  width: 100%;
  height: 8%;
  color: white;
  text-align: center;
  font-size: 1.5rem;
  display: flex;

} 
footer > span{
  margin: auto;
  padding-top: 1rem;
  
}

/******************************************
/* ADDITIONAL STYLES
/*******************************************/
