*{
  margin:0;
  padding:0;
}

a:Hover{
  color: #FFFFFF;

  /**/
}

body{
  background-image: url("../img/VinsonMountain.jpg");
  background-size: cover;
  background-position: -950px;
  background-repeat: no-repeat;
  font-family: sans-serif;
  font-size: 20px;
}

#container{
  width: 100vw;
  height: 100vh;
  position: relative;
  text-align: center;
}


/* Footer Portion*/

#footer{
  width: 100vw;
  height: 75px;
  position: relative;
  text-align: center;
  color: #000000;
  vertical-align: middle;
  
}

#footer-text{
  padding-left: 2.5em;
  padding-right: 2.5em;
  font-weight: 600;
  font-size: 10px;
}

/* links-header */

.links-header{
  padding-top: 1em;
  padding-bottom: 1em;
}

.head-img{
  image: url("../img/EOSBlackLogo.png");
  height: auto;
  width: auto;
  max-width: 18vw;
  max-height: 19vw;
  border-radius: 8vw;

}

/* links-body */


.body-links li{
}

.body-links a{
  text-decoration: none;
  font-weight: 550;
  color: #000000;
  font-size: 20px;
  line-height: 1;
}

.body-links a:Hover{
  color: #888888;
}

/* View Optimization */


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
    /*body*/
  body{
    background-position: 0px;
    font-size: 20px;
  }
}

/* Large devices (large laptops and desktops, 1200px and up) */
@media screen and (max-width: 1199px) {
    /*body*/
  body{
    background-position: 0px;
    font-size: 15px;
  }
}


/* Medium devices (landscape tablets, 768px and up) */
@media screen and (max-width: 992px) {
  /*body*/
  body{
    background-position: -100px;
    
    font-size: 25px;
  }
}


/* Extra small devices (phones, 600px and down) */
@media screen and (max-width: 250px) {
  /*body*/
  body{
    background-position: -330px;
    
    font-size: 35px;
  }
  a{
      padding: 5px;
  }
}