

body{
  margin: 0;
	font-family: Arial, sans-serif;
	background: #F4F6F7;
}
a {
	transition: 0.3s;
}

label {
  display: none;
  font-size: 30px;
  margin-top: 7%;
  margin-left: 90%;
  z-index: 999;
  position: fixed;
}

#navmobile {
  width: 10%;
 display: none;
}

#navmobile:checked ~ #side-menu {
  display: block;
}

header {
	border-bottom: 2px solid black;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.logo img {
  width: 35%;
}

nav ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li {
  position: relative;
}

nav a {
	font-size: 18px;
  display: block;
  padding: 10px;
  color: #3b3b3d;
  text-decoration: none;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media (max-width: 767px) {
  .logo, .nav {
    width: 100%;
    text-align: center;
  }
}


@media (max-width: 770px) {
  label {
  display: block;
  }

  header {
    width: 100%;
    padding-left: 2%;
    display: inline-block;
  }

  .logo img{
    width: 25%;
  }

  nav ul {
    display: none;
  }
}

/*side-menu*/
.allnav {
  display: none;
}

#side-menu {
	z-index: 999;
  display: none;
  width: 200px;
  height: 100%;
  background-color: #f2f2f2;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  overflow: scroll;
}

#side-menu ul {
  list-style: none;
  padding: 25px 0px;
  margin: 0px 0px;
}

#side-menu li {
  margin: 10px 0;
}

#side-menu a {
	margin-top: 30px;
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 18px;
}

#side-menu a:hover {
  color: #555;
}
/*header*/
.text1 h1{
  margin-top: 0px;
  margin-bottom: 200px;
  font-size: 50px;
  border-bottom: 2px solid #6a6463;
  text-align: center;
  padding: 50px 0px;
  background: #151414;
  letter-spacing: 2.5px;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
}

/*FAQ*/



    .faq-section { 
      margin: 0px 10%;
      background-color: white; 
      padding: 20px; 
      margin-bottom: 20px; 
    } 
    .faq-question { 
    color: #FF6E31; 
      border-bottom: 4px solid #f2f2f2;
      background-color: white;
      font-size: 30px; 
      font-weight: bold; 
      margin-bottom: 10px; 
    } 
    .faq-answer {
      color: #243763;
      background: white;
      font-size: 20px; 
      line-height: 1.5; 
      margin-bottom: 20px; 
    } 

    .faq-answer a{ 
      color: black;
      text-decoration: underline;

    } 
    @media (max-width: 767px) { 
      .faq-section { 
        padding: 10px; 
      } 
      .faq-question { 
        font-size: 16px; 
      } 
      .faq-answer { 
        font-size: 14px; 
      } 
    }
/*footer*/
.contact h3{
  margin-top: 35px;
  margin-bottom: 2.5px;
  text-align: center;
  color: white;
}

.contact p {
 padding-left: 23%;
 color: white;
}

.contact  a{
  text-decoration: underline;
  color: white;
}
.contact  {
  color: black;
 padding-left: 23%;
}

.link1 li{
  padding: 5px 0px;

}
.link1  a{
  padding-left: 110px;
  color: white;
}



.span {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 15%;
  font-family: 'Oxygen', sans-serif;
  margin-left: 10px;
}
footer{
  margin-top: 150px;
  padding-bottom: 10px;
  font-family: 'Oxygen', sans-serif;
  color: white;
  background: #e63928;
}

.hours li{
  padding: 15px 0px;

}


.footgrid h2{
  margin-top: 35px;
  margin-bottom: 2.5px;
  text-align: center;
}


.footermvm {
  text-align: center;
  line-height: 25px;
  word-spacing: 5px;
  padding-top: 25px;
  font-family: 'Quicksand', sans-serif;
  color: white;
  background: #C91919;
}

.footermvm a{
  color: white;
  border-bottom: 2px dashed white;
}

.footermvm a:hover{
  color: #84a795;
  border-bottom: 2px dotted #84a795;
}

@media all and (min-width: 775px){
    .footgrid {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  }

}

@media all and (max-width: 774px){

.contact h3 {
  padding-top: 50px;
}

.contact p {
 padding-left: 0px;
}


.contact  {
 padding-left: 0px;
}

.link1 li{
  margin:0px 0px;
  padding: 5px 0px;

}
.link1  a{
  padding-left: 0px;
}


.span {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 0px;
  margin-left: 0px;
}


}

@media all and (max-width: 577px){

  #navmobilel{ 
    display: block;
    font-size: 30px;
  }

}

@media all and (max-width: 394px){

    #navmobilel{ 
    font-size: 20px;
    }


}
