body{
    margin:0;
    padding:0;
    background-color: #ffae42;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.p-style{
  color:#6C6C6C !important;
}
p{
  font-weight: 520;
  letter-spacing: .025em;
  line-height: 1.58;
  padding: 0 0 1.5em;
  font-family:"Roboto",Helvetica,Arial,sans-serif;
  font-size: 16px;
}

#header-container{
  display: flex;
  justify-content: space-between;
}

#nav-placeholder{
    background-color:#ffffff;
    display: flex;
    justify-content: space-between;
  
}

.logo{
    max-width:318px;
    height: 200px;
}
@media (max-width: 544px){
    .logo{
        max-width: 100%;
    }
}
 nav {
  position: absolute;
  right: 0;
}
 nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;  
    list-style-type: none;
    overflow: hidden;
    padding-top: 65px;   
  }
  .sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

#header-container nav ul li a {
    display: block;
    padding: 14px 16px;
    text-decoration: none;
    color: black;
  }

  #container {
      background-color: white;
      margin: 70px 150px;
      padding: 40px 20px;
      box-shadow:0px 8px 16px 0px rgba(0,0,0,0.9);
  }
  @media (max-width:850px){
      #container{
          margin: 30px 30px;
      }
  }
  .img-services{
     width: 280px;
     height:240px;
 }
 .repair-img-link:hover{
    opacity: 0.5;
 }
  @media (max-width:650px){
    .img-services{
        max-width: 100%;
        height:auto;
     }
     p{
      font-weight:400;
      letter-spacing: .025em;
      line-height: 1.58;
      padding: 0 0 1.5em;
      font-family:"Roboto",Helvetica,Arial,sans-serif;
      /*color: rgb(153, 153, 153);*/
      font-size: 16px;
     }
     .services-nav-container{
       display: none;
     }
  }
  .services-grid{
      display:grid;
      grid-template-columns: auto auto auto;
  }
  .repair-grid{
    display:grid;
    grid-template-columns: auto auto;
    align-content: center;
    align-items: center;
    align-self: center;
  }


  @media (max-width:1406px){
    .services-grid{
        grid-template-columns: 50% 50%;
    }
    .repair-grid{
      grid-template-columns: 50%;
    }
    #container{
        margin: 40px 50px;
    }
  } 
  @media (max-width:600px){
    #container{
        margin: 5px 5px;
        padding: 5px 0 0 0 ;
    }
    #home-article{
        margin: 0px 0px;
      } 
      .services-container{
        margin: 5px;
        padding: 5px; 
        object-position: center;
    }
  }
  @media (max-width:800px){
    .services-grid{
        grid-template-columns: 100%;
    }
    .repair-grid{
      grid-template-columns: 100%;
    }
  }
  .service-heading{
      text-align: center;
  }
  #home-article{
    margin: 50px 75px;
  }
  @media (max-width:850px){
    #home-article{
        margin:35px 35px;
    }
  }
  .services-container{
      margin: 5px;
      padding: 5px; 
  }
  .covid-container{
    background-color:#f8e0ca;
    margin-top: 50px;
    padding: 30px;
    line-height: 1.6;
    color:rgb(141, 15, 15);
    border-radius: 5px;
  }
  .descAndImg{
    display: flex;
    flex-direction: row;
  }
  #description-container {
      display: flex;
      flex-direction: column;
      padding: 20px 20px;

  }
  #storeImg{
    width: 400px;
    height:300px;
    padding: 40px 25px;
  }
  footer{
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #3a3a3a;
    color: white;
    text-align: center;
  }
  @media(max-width:1000px){
      .menu{
          display: none;
      }

      .menu.toggled{
          display:none;
      }
      .descAndImg{
        flex-direction: column;
      }
      #storeImg{
        max-width: 100%;
        height:auto;
        padding: 0;
      }
  }
  .ham-icon{
    color: #003152;
    top: 0;
    right: 0;
    padding: 20px 20px;
    cursor: pointer;
    
}
  @media(min-width:1001px){
    .ham-icon{
        display: none;
    }
}
.btn-call-to-action{
    border-radius: 2px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    text-decoration: none;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: #0274be;
    background-color: #0274be;
    line-height: 1;
}

.btn-call-to-action:visited{
    display: initial;
}
.btn-call-to-action:hover{
    background-color: #3a3a3a;
    transition: all .3s
}

/* contact page */

.contact-form{
  display: block;
  float: none;
  margin-bottom: 3px; 
  width: 100%;
}
.service-icons{
  height: 60px;
  width: 60px;
  border-radius: 200px;
  padding: 30px;
}

.form-label{
  
}
.form-input{
  margin: 10px 0 1.25rem 0;
  width: 100%;
}
 input[type=text],
 input[type=email],
 input[type=tel],
 textarea{
  padding: .75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  border-radius: 2px;
  background: #fafafa;
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s
}
textarea{
  height: 150px;
}
.entry-title{
  margin-bottom: 24px;
  
}

.brand-img {
    box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    color: #999;
    background-color: #fff;
    font-size: 14px;
    border-radius: 2px;
    transition: all 100ms ease-out;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f3f3f3;
    white-space: nowrap;
    line-height: 1.7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height:auto;
    margin-top: 10px;
    text-align: center;
}
.brand-img:hover{
  box-shadow:0px 8px 16px 0px rgba(0,0,0,0.6);
}

.brand-logo {
  width: 50%;
  min-height: 80px;
  size: contain;
  margin-right: auto;
  margin-left: auto;
}
.entry-para{
  margin:25px;
}
.contact-row{
 display: flex;
}
.contact-address-column{
  margin-left: 200px;
  margin-top: 20px;
}
.contact-address {
  background-color: #f7f7f7;
  text-align: center;
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
}
.has-map {
  background-color: white;
}
@media(max-width:600px){
  .contact-row{
    flex-direction: column;
   }
   .contact-address-column{
    margin: 20px;
    margin-top: 20px;
  }
}

/* Services nav */
.services-nav-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  /* padding-left: 10px;
  padding-right: 10px; */
  box-shadow:0px 8px 16px 0px rgba(0,0,0,0.6);
  /* background-color: white; */
  /* border-radius: 2px; */
}

.services-nav{
  display: flex;

  padding-top: 15px; 
  background-color: #0274be;
  height: auto;
}
.services-nav li{
  list-style-type: none;
}
.services-nav li a{
  display: block;
  padding: 14px 16px;
  text-decoration: none;
  color: #fff;
}
.services-nav li a::after {
  content: " \203A";
}

.services-nav .dropdown-main {
  display: none;
  position: absolute; 
  background-color: #003152; 
  min-width:50px;
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3); */
  z-index: 1;
  /* padding: 5px; */
  list-style-type: none;
  
}

.services-nav .dropdown-main ul {
  padding:0px;
}
  .services-nav-container ul  :hover .dropdown-main{
    display: block;
    list-style-type: none;
  }

.services-nav .dropdown-sub {
  display: none;
  position: relative; 
  background-color:#003152; 
  
}
.services-nav .dropdown-sub li  :hover{
  background-color: #0274be;
}

  .services-nav .dropdown-main :first-child :hover .dropdown-sub{
    display:block;
    position: absolute;
    margin-top:-47px;
    margin-left:110px;
    min-width:160px;

  }
  .dropdown-sub li {
    border-bottom: solid;
    border-color: grey;
    border-width: thin;
  }

  /* .services-nav .dropdown-sub-2{
    display: none;
    position: relative; 
    background-color:#003152; 
    min-width: 100px;
  }  
  .services-nav .dropdown-sub :hover .dropdown-sub-2{
    display:flex;
    position: absolute;
    margin-top:0px;
    margin-left:0px;
    width:50px;

  } */

  .grid-container{
    margin: 30px;
  
  }

  table th {
    padding:21px 25px 22px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
  
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
  }
  table th:first-child{
    text-align: left;
    padding-left:20px;
  }
  table tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
  }
  table tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
  }
  table tr{
    text-align: center;
    padding-left:20px;
  }
  table tr td:first-child{
    text-align: left;
    padding-left:20px;
    border-left: 0;
  }
  table tr td {
    padding:18px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    
    background: #fafafa;
  }
  table tr.even td{
    background: #f6f6f6;
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
  }
  table tr:last-child td{
    border-bottom:0;
  }
  table tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
  }
  table tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
  }
  table tr:hover td{
    background: #f2f2f2;	
  }