*{
    padding: 0px;
    margin: 0px;
}
body{
        background-image: url('/images/bg_map.jpg');
    background-repeat: no-repeat;

}
#wrapper{
    border: none;
    width: 980px;
    margin: 0 auto;
    padding: 0px;

}
#black{
    color: black;
}
@media screen and (min-device-width: 768px){ 
    body{
        background-position: top center;
    }
}

#logo{
    max-width: 500px;
    float: left;
}
.links-mobile{
    display:none;
}
.menu{
    float: right;
        margin-top: 27px;
}
.menu ul{
    margin: 0px;
    padding: 0px;
    align-items: center;

}
.menu ul li{
    list-style:none;
    float: right;
    display: inline-block;
    position: relative;
    align-items: center;
}
.menu ul li a{
	text-decoration: none;
    font-family: 'Raleway', sans-serif;
    color: #062d92;
	font-size:15px;
    display: flex;
    align-items: center;
    padding: 10px 15px 10px 10px;
}
.menu ul li a:active{
    color: black;
}
.menu ul li a:hover{

}
.menu ul li a.active{
    color: black;
}
#body{
    height: 500px; 
    font-family: sans-serif;
}
h1{
    font-family: monospace;
}
h2{
    font-family: monospace;
}
p{font-family: 'arial'}

.services-dropdown{
    display: none;
    background-color: #d3d3d3;
    position: absolute;
    z-index: 999;
    padding-top: 0px;
}

.products-dropdown{
    display: none;
    background-color: #d3d3d3;
    position: absolute;
    z-index: 999;
    padding-top: 0px;
} 

.services-dropdown li{
    display: block;
    text-align: center;
}
.products-dropdown li{
    display: block;
    text-align: center;
}
ul li:hover ul.services-dropdown{
    display: block;
}
ul li:hover ul.products-dropdown{
    display: block;
}

/* NAV DONE */
/* SECTION 1 */
#sec1{
    height: 300px;
    text-align: center;
}
h1{
    margin: 0 auto;
    margin-top: 500px;
    background-color: #586fac;
    color: white;
    padding: 5px;
    text-align: center;
    width: 75%;
    border-radius: 25px;
    border-style: solid;
    border-color: black;
    font-family: 'arial';
    
}

h2{
    font-family: 'copperplate';
    margin-top: 5px;
}
/* SECTION 2*/
#sec2{
    height: 850px;
    background-image: url('/images/wh1.jpg');
    background-repeat: no-repeat;
}

h3{
    margin: 0 auto;
    width: 80%;
    color: #036fdb;
    font-family: 'arial';
    text-align: center;
    font-size: 25px;
    border-radius: 25px;
    border-style: solid;
    border-color: #586fac;
    border-width: 8px;
    background-color: white;
    padding: 8px;
    
}
.sec2-title{
    position: relative;
    top: 25px;
}
.point-section{
    margin-top: 500px;
    font-size: 24px;
}
.point{
    background-color: #062d92;
    display: inline-block;
    color: white;
    padding: 5px;
    margin: 5px 0px;
    border-radius: 0px 50px 50px 0px;
}
#sec3{
    height: 475px;
    width: 65%;
    margin: 0 auto;
    background-color: white;
    text-align: center;
    font-size: 24px;
    font-family: 'arial';
}
#pkg-count{
    font-size: 2.5em;
}
.sec4{
    height: 1150px;
    background-color: #d3d3d3;
    text-align: center;
    font-size: 24px;
}

.sec-title{
    font-size: 35px;
    text-align: center;
    padding: 20px 0px 0px 0px;
}
.sec-content{
    width: 80%;
    padding: 10px;
    margin: 0 auto;
}
.icon{
    width: 245px;
    height: 160px;
}
.wh-icon-cont{
    display: flex;
    padding: 10px 0px;
    flex-wrap: wrap;
}
.log-icon-cont{
    display: flex;
    flex-wrap: wrap;
}
.icon span{
    font-family: 'arial';
    font-size: 16px;
}
.special{
   display: flex;
    margin-top: 50px;
}
.special p{
    margin: 0 auto;
    margin-top: 15px;
}
.streamline{
    display: flex;

}
.streamline div p{
    margin-top: 25px;
    text-align: left;
}
.custom-wh{
    width: 80%;
    margin: 0 auto;
    margin-top: 25px;
}
.learn{
  background-color: #036fdb;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
    border-radius: 15px;
}
.learn:hover{
    color: black;
}
.inquire:hover{
    color: black;
}
.inquire{
  background-color: #062d92;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
    border-radius: 15px;
}
.sec5{
    text-align: center;
    font-size: 24px;
    position: relative;
}
.explore-sustainable{
  background-color: #008000;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
    border-radius: 15px;
    margin-top: 50px;
    margin-bottom: 25px;
}
.explore-sustainable:hover{
    color: black;
}
.leaf{
}
.sec5 div img{
    position: absolute;
    right: 50px;
    top: 225px;
}
.sec6{
    background-color: #d3d3d3;
    height: 500px;
    text-align: center;
    font-size: 25px;
}
.explore-bestprice{
  background-color: white;
    font-family: arial;
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
    border-radius: 15px;
    border: solid;
}
.explore-bestprice:hover{
    color: white;
    background-color: black;
}
.sec7{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.tire-logos{
    height: 50px;
    padding: 50px;
}
.tire-logos img{
    height: 50px;
}
.footer{
    background-color: #d3d3d3;
    height: 350px;
        text-align: center;
}
.footer p{
    color: #036fdb;
    font-weight: bold;
}
#address{
    color: black;
}
.social-media{
        margin-top: 25px;
}
.social-media ul{
    list-style-type: none;
    display: inline;
}
.social-media ul li{
    display: inline;
        text-align: center;
}
.social-media ul li a{
    text-decoration: none;
    font-family: 'arial';
    padding: 5px;
    color: #062d92;
}
.social-media ul li a:hover{
background-color: #036fdb;
    color: white;
}
footer{
    padding: 5px;
    font-family: 'arial';
}
.about-us{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: 'arial';
    background-color: #d3d3d3;
    padding: 25px;
    font-size: 25px;
}
.about-title{
    font-size: 35px;
    margin-bottom: 5px;
    
}
.contact-us{
    height: 450px;
    text-align: center;
    margin-top: 350px;
        font-size: 25px;
}
.services{
    height: auto;
    background-color: #d3d3d3;
    text-align: center;
    font-size: 24px;
    padding: 25px;
}
.warehousing-list{
    list-style-type: none;
    text-align: left;
}
.stream-img{
    margin-top: 25px;
}