@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

html, body {
  background-color: #1d1d1d;
}

body {
  color: #aaa;
  font: 16px/1.35 "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.centered {
  max-width: 100%;
  width: 400px;
  height: 416px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -208px 0 0 -200px;
  text-align: center;
}

#image {
  max-width: 100%;
}

h1 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

#tagline {
  margin: 0 0 10px 0;
}

#links {
  margin: 10px 0 0 0;
}

.hidden {
  display: none;
}

#footer {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 0.7em;
}

a:link, a:visited, a:hover, a:active {
  color: #fff;
  text-decoration: none;
}
/*
a:visited {
  color: white;
  text-decoration: none;
}

a:hover { 
  color: white;
  text-decoration: none;
}

a:hover:after {
  color: white;
  text-decoration: none;
}
*/

@media screen and (max-width: 480px) {
  
.centered {
  max-width: 100%;
  width: 250px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 20%;
  margin: -100px 0 0 -125px;
  text-align: center;
  font-size: 1.3em;
}

#tagline {
  font-size: 1.2em;
}

#company {
  font-size: 1.4em;
}

#links img {
  width: 48px;
  height: 48px;
}

#footer {
  font-size: 1.2em;

}

.smalltext {
  font-size: 0.7em;
}
