@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  overflow-x: hidden;
}

html,body {
    font-family: 'Lato', sans-serif;
  min-height:100%;
 
 
}
.contactbg{
  background-color: #cacaca;
  margin-top: 7vh;
}
header {
  margin-bottom: 45px;
  position:relative;
  
  min-height:100%;
}
.flexcenter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  
}
.navdummy {
  margin-top: 130px;
}
.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
a {
  text-decoration: none;
  font-family: "Ubuntu", sans-serif;
}
h1,
h2 {
  font-family: "Ubuntu", sans-serif;
}

.navbar {
  height: 100px;
  width: 100%;
  overflow:hidden;

  z-index: +1;
  display: flex;
  align-items: center;
  justify-content:flex-start;
  background-color: #ffffff;
  border-bottom: 1px solid rgb(204, 202, 202);
  /* box-shadow: 2px 2px 10px rgb(126, 122, 122); */
 
  position: sticky;
  top: 0;
}
#active {
  border-bottom: 3px solid #a84a4a;
}
#active a {
  font-size: 20px;
  color: #a84a4a;
  /* text-shadow: 3px 3px 8px black; */
}
.logodiv {
  width: 30vw;
  margin-left:8vw ;
}
.logodiv img{
  width: 300px;
}
.mainmenu {
  width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  
  margin-right: 10vw;
}
.content1 {
  height: 40px;
  margin-bottom: 1vh;
  display: flex;
  align-items: center;

  justify-content: flex-end;

  overflow: hidden;
  box-sizing: border-box;
}
.content1 a {
  color: rgb(56, 56, 56);
  text-decoration: none;
  /* font-size: larger; */
}
.content1 a:hover{
    text-decoration: underline;
}
.content1 h4 {
  font-weight:normal;
  padding-left: 25px;
}
.content1 h4 img {
  position: absolute;
  margin-top: -2px;
  margin-left: -23px;
}

.cont1gap {
  margin-right: 5px;
  margin-left: 5px;
  border-right: 2px solid rgb(56, 52, 52);
  padding-right: 10px;
}
.media {
  margin-left: 5px;
}
.media img{
  width:35px;
}

.content2 {
  height: 35px;
  margin-bottom: 1vh;
  padding-bottom: 1vh;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Abril Fatface", cursive;
  align-items: flex-end;
}
.content2a {
  min-width: 13%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}
.content2 a {
  text-decoration: none;
  color: #252020;

  font-size: 17px;
}
.content2 a:hover {
  font-size: 19px;
}


.smallnav{
  width: 100vw;
  position: fixed;
  display:flex;
  flex-direction: column;
  display: none;
  z-index: +2;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(185, 185, 185);
}
.bar{
  height: 8vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.bar button{
  outline: none;
  border:none;
  background-color: white;
  margin-right: 3vw;
}
.on{
  height:100vh;
}
.off{
display: none;
}
.on ul{
  height:66vh;
  list-style-type:none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.on ul a:hover{
  background-color: rgb(172, 40, 40);
  color:white;
}
#active1,#active1 a{
  background-color: rgb(172, 40, 40);
  color:white;
}
.on ul li,.on ul a{
  width: 100vw;
  height: 10vh;

   color:rgb(0, 0, 0);

  

}

.on ul a{
 display: flex;
 align-items: center;
 justify-content: center;
}
.snavcontact{
    width: 100%;
    min-height: 25vh;
  

}


.snavcontact a{
    font-size: 17px;
    font-weight: normal;
    color: black;
}
.snavcontact a:hover{
    text-decoration: underline;

}
.snavcontact div div{
    display: flex;
    height: 50px;
    width: 40vw;
    align-items: center;
    justify-content: space-around;
}
.snavcontact img{
    width: 27px;
}
footer {
  width: 100vw;
  height: 45px;
  background-color: #2c2525;
  position: absolute;
  margin-top: -45px;
}
footer h3 {
  font-weight: normal;
  color:white;
}
@media(max-width: 1200px){

  .logodiv {
  
    margin-left:0px ;
  }
  .mainmenu{
    width: 70vw;
    margin-right: 20px;
    margin-left: 20px;
  }
  .logodiv img{
    width: 250px;
  }
  .content2 a ,.content1 a{
    font-size: 15px;
  }
  .content2{
    width: 90%;
    margin-left: 10%;
  }
  #active {
    border-bottom: none;
  }
  footer h3{
    font-size: 19px;
}
}
@media(max-width: 1000px){
  .logodiv img{
    width: 200px;
  }
  .logodiv{
    width:30vw;
  }
  .navbar{
    height: 70px;
  }
  .content2,.content1{
    margin:0px 0px 0px 0px;
    height:30px;
 
    padding: 0px;
  }
  .content2{
    width: 100%;
    margin-left: 3%;
    justify-content: space-around;
  }
 
  .content2 a ,.content1 a{
    font-size: 14px;
  }
  .content2 a:hover {
    font-size: 15px;
  }
  
  #active ,#active a{
    border-bottom: none;

    font-size: 14px;
  }
  .content1 h4 img{
    width: 15px;
  }
  .mainmenu{
    justify-content: space-around;
   height: 70px;
   
  }
  .media img{
    width:25px;
  }
  .content2a{
    width: 55px;
  }
  .abwidth{
    width: 70px;
  }
  footer h3{
    font-size: 16px;
}
}
@media(max-width: 700px){
  .navbar{
    display: none;

  }

  .logodiv img{
    width: 160px;
  }
  .logodiv{
      width:auto;
  }
  .smallnav{
    display: flex;
  }
  .smallnavdummy{
  width:100%;
  height: 60px;
  }
  footer{
      height: auto;
      flex-direction: column;
     
  }
  footer h3{
    font-size: 15px;
}
  footer h3:not(:last-child){
 
  border-bottom: 1px solid rgb(73, 71, 71);
}
footer h3{
    padding-bottom: 10px;
    padding-top: 10px;
}
}
