
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


body {
    padding: 0px;
    font-size: 18px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #fff;
    color: #000;
    line-height: 1.5;
    border: 2px dotted balck;
}



.container_header {
    width: 100%;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;


    
}

@media (max-width: 760px)  {
  .logo {
    display: none;
  }
}


.logo-mobile {
  display: none;

  
}

@media (max-width: 760px)  {
.logo-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
}


.menu_span {
    display: none;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    width: 80%;
    margin: auto;
    max-width: 1600px;
    min-height: 8vh;   /* this is the height of the nav section */
    align-items: center;
    background: white;
    color: black;
}


@media only screen and (max-width: 760px) {
  header {
      background: url("../images/skip-lorry-mobile.png");
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      
      
      
  }
  }
  
  


.call_no_div_ul {
    list-style: none;
}

.call_no_div_ul li {
    color: black;
}

.call_no_div {
    font-weight: 300;
    font-size: 24px;
    color: #292628;
    margin: 15px 0 0 0;
}

.call_no_li {
    font-weight: 300;
font-size: 24px;
color: #252525;
margin: 5px 0 0 0;
}

.call_no_add {
    width: auto;
    font-size: 15px;
    color: #717171;
    margin: 0 0 5px 0;
}

@media only screen and (max-width: 760px) {

  .call_no_div {
    padding-top: 400px;
    padding-bottom: 50px;
    
  }

  .call_no_div_ul {
    background: #333; opacity: 0.8;
    border: 1px solid black;
    border-radius: 52x;
  }

  .call_no_div li {
    color: white;
    font-weight: 400;
    font-size: 18px;
    padding-left: 20px;

  }
}

.call_no_div span {
    font-size: 32px;
    color: #008dd5;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    letter-spacing: -1px;
}

/* Responsible Menu */


  .nav-container {
    border-bottom: 1.5px solid #008dd5;
    border-bottom: 1.5px solid #008dd5;
    background: #003349;

  }

  
  nav {
    display: flex;
    position: relative;
    width: 80%;
    max-width: 1600px;
    margin: auto;

  }

  nav .mobile-bar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5em 1em;
    display: none;
  }

  nav ul li a {
        color: #fff;
        font-family: Arial;
        font-weight: 300;
        font-size: 18px
  }

  @media (max-width: 760px) {


  nav {
    position: fixed;
    top: 0;
    left: 0;
    background: #333;
    width: 100%;

  }

    nav .mobile-bar {
      display: flex;
      background: #333;
      margin: 5px;
      border: 1px solid white;
      border-radius: 5px;
    }
  }

  nav .mobile-bar span {
    display: block;
    height: 2px;
    width: 20px;
    margin: 2px;
    background: white;
  }
  nav .mobile-bar.active {
    background: #333;
  }
  nav .mobile-bar.active span {
    background: white;
  }
  nav .mobile-bar:hover {
    background: #e1e1e1;
  }
  nav .mobile-bar:hover span {
    background: #444;
  }
  nav .mobile-bar:hover.active {
    background: #222;
  }
  nav .mobile-bar:hover.active span {
    background: white;
  }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    transition: ease 1s all;
  }



  @media (max-width: 760px) {
    nav ul {
      opacity: 0;
      max-height: 0px;
      overflow: hidden;
      visibility: none;
      display: flex;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      flex-direction: column;
      background-color: #f1f1f1;
      margin-left: -100%;
    }
    nav ul.active {
      opacity: 1;
      max-height: 500px;
      right: 0;
      margin-left: 0%;
      background-color: #e1e1e1;
    }
    nav ul.active li {
      display: block;
    }
    nav ul.active li a {
      display: block;
      color: rgb(117, 117, 117);
    }
  }
  nav ul li {
    display: inline-block;
  }
  nav ul li a {
    display: inline-block;
    color: #fff;
    font-family: Arial;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none;
    padding: 0.5em 1em;
  }
  nav ul li a:hover {
    background: #008dd5;
    color: white;
  }

  .mob-menu {
    display: normal;
    color: #e1e1e1;
    align-self: center;
    margin-left: 20px;
  }

  /* Responsible Menu */


/* Water Button */
button {
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px 30px;
  font-weight: 600;
  color: red;
  background-color: transparent;
  border: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid black;
  
  

}



/* follow section mobile */
    .follow {
        display: flex;
        justify-content: start;
        align-items: center;
    
    }

.follow a {
    margin: 35px 5px;
}


.links {
    display: flex;
    flex-direction: row;
   /* justify-content: space-between;
    align-items: flex-start;*/
    list-style-type: none;
    color: #f8f9fa;

    width: 80%;
    margin: auto;
    max-width: 1600px;
    
}

.links ul {
    list-style: none;
    margin: 50px 0 50px 0;
}

.footer-col-1 {
    width: 50%;
}

.footer-col-1 p {
    font-size: 15px;
    color: #f8f9fa;
}

.footer-col-2 {
    width: 50%;
    
}

.footer-col-2-li {
    font-size: 15px;
    color: #f8f9fa;
    padding-bottom: 10px;

}

.h2-footer {
  margin-bottom: 10px;
}

.fas {
  color: #ffc107;
}

footer {
    width: 100%;
    background: #003349;;
}



.footer-1 {
    width: 80%;
    margin: auto;
    max-width: 1600px;

}

.footer-1-container {
    width: 100%;
    background: #003349;
    border-top: 1px solid rgba(255,255,255,.19);

}

.copyright {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
    list-style-type: none;
    text-decoration: none;
    padding: 20px;
}

.copyright li {
    margin-left: 40px;
    color: #f8f9fa;
}

.copyright li a {
    color: #f8f9fa;
}









/* Media quiry */

@media screen and (max-width: 1524px) {




}



@media screen and (max-width: 1024px) {


}

@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    header {
        display: flex;
        flex-direction: column;
    }
    .logo {
        margin-top: 15px;
    }

    .links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;


}

.footer-col-1 {
    width: 100%;
}

.footer-col-2 {
    width: 100%;
    
}
.mob-menu {
  font-size: 20px;
}

}



@media screen and (max-width: 500px) {
   
   .contact-top {
       display: flex;
       flex-direction: column;

   }
   
    }


    @media screen and (max-width: 760px){


        .call_no_div {
            margin-bottom: 5px;
        }

        
        .call_no_div span {
            font-size: 26px;
            color: #ffc107;
            font-family: 'Lato', sans-serif;
            font-weight: 800;
            letter-spacing: -1px;
          
        }

        .sidemap {
          display: none;
        }

        .country {
          display: none;
        }


    }
    @media screen and (min-width: 760px){
      .mob-menu {
        display: none;
      }


    }

    
    
    





