* {
  margin: 0; 
  padding: 0;
  outline: none;
}



html {
   font-size: 1em;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
  font-family: 'Open Sans';
  font-weight: 300;
  margin: 0;
  padding: 0;
  /*height: 100%;
  min-height: 100%;*/
  display: inline;
  line-height: 1.5;
  color: #fff;
}

.content {
  width: 100%;
}
#cover {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}
a {
  color: #fff;
  text-decoration: none;
   -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover {
  color: #F5A500
}
.logo {
  margin: 3rem 0;
  -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 300px;
}
.logo:hover {
  transform: scale(1.1,1.1);
}
.links {

  padding-bottom: 2rem;
}
.links a {
  line-height: 2
}


.agima {
  text-align: center;
  margin: 0 auto;
}
.agima img {
  text-align: center;
  opacity: 0.7;
  width: 100px;
}
footer {
  position: absolute;
  bottom: 1rem;
  text-align: center;
  width: 100%;
}
footer p{
  text-align: center;
  opacity: 0.5;
  font-size: 0.7rem;
}



@media (max-width: 768px) {
  .logo {
    width: 200px;
  }
  #cover {
    align-items: normal;
  }

}