body{
    background: url(images/expedition_hero.jpg) top center no-repeat;
    background-size: 100% 540px; 
    font-family: 'Barlow', sans-serif;
   
}

footer{
    font-family: sans-serif;
}

ul{
    list-style: none;
}


.nav-bar{
    display:flex;
    flex-direction: row;
    box-sizing: border-box;
    width:80%;
    height:2.5em;
    /*background-image: linear-gradient(rgb(58, 56, 56) 50%, rgb(180, 173, 173) 50%);*/
    margin: 5% auto;
    border-radius: 0.4em;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.5, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));
    text-shadow: 0 -1px 3px #202020;
    box-shadow: 0 3px 4px #8b8b8b;
    padding-left:0;
    
}
.navbar-li{
    width:100%;
    box-sizing: border-box;
    height: 100%;
    
    display: flex;
    align-content: stretch;
}
.hover:hover{
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #494949), color-stop(0.5, rgb(85, 84, 84)), color-stop(0.51, #616060), color-stop(1, #636161));
    
}
.hover1:hover{
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #494949), color-stop(0.5, rgb(85, 84, 84)), color-stop(0.51, #616060), color-stop(1, #636161));
    border-radius: 0.4em 0 0 0.4em;
}
.navbar-element{
    display: inline-block;
    border-right :1px solid black;
    width:100%;
    height: 100%;
    text-align: center;
    padding-top: 0.5em;
    color:white;
    box-sizing: border-box;
    text-decoration-line: none;
}
.icon-element{
    border-right :1px solid black;
    display: inline-block;
    width:100%;
    height: 100%;
    text-align: center;
    color:white;
    box-sizing: border-box;
    text-decoration-line: none;
}
.fab.fa-apple{
    font-size: 2em;
}

.search-bar{
    margin-top: 0.3em;
    margin-right:0.3em;
    border-top: 0.1em solid rgb(73, 72, 72);
    border-bottom: 0.1em solid rgb(73, 72, 72);
    border-right: 0.1em solid rgb(73, 72, 72);
    border-left:none;
    border-radius: 0 1em 1em 0 ;
    background: inherit;
    height: 2em;
    
}
.navbar-button{
    margin-top: 0.3em;
    border-top: 0.1em solid rgb(73, 72, 72);
    border-bottom: 0.1em solid rgb(73, 72, 72);
    border-left: 0.1em solid rgb(73, 72, 72);
    border-right: none;
    border-radius: 1em 0 0 1em ;
    background: inherit;
    height: 2.35em;
}
.fas.fa-search{
    font-size: 0.8em;
}



.image-div{
    width:100%;
    height: 30%;
    margin-top: 3%;
}
.img1{
    display:block;
    max-width:100%;
    margin:auto;
}
.img2{
    display:block;
    max-width:100%;
    margin:auto;
    padding-bottom: 10px;
    position:relative;
    bottom:10px;
}

.link{
    display:block;
    font-family: 'Barlow', sans-serif;
    font-size:2em;
    text-decoration-line: none;
    color:white;
    padding-bottom:10%;
    text-align: center;
    width:100%;
}
.link:hover{
    text-decoration-line: underline ;
}


.bottom-div{
    box-sizing: border-box;
    width:100%;
    height: 40%;
   
    
}
.img-bottom{
    width:25%;
}
footer{
   
    box-sizing: border-box;
    padding:0% 2%;
    font-size: 8pt;
    
}
footer a {
    text-decoration-line: none;
}

.footer-p{
    width:40%;
    display: inline-block;
    

}
.footer-nav{
    margin-left: 10%;
    display: inline-block;
    width:45%;
}

.footer-nav a,.terms{
    box-sizing: border-box;
    border-right:1px solid rgb(167, 165, 165);
    padding-right: 1%;
    margin-right:1%;
}
.copyright{
    display: inline-block;
    width:50%;
}
