/* Header */

body
{
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  animation: colorchange 30s infinite linear;
  -webkit-animation: colorchange 30s infinite linear;
  -webkit-appearance: none;  
  font-size:15px;
  background-color:#142765;
}

a
{
text-decoration:none;
color:#fff;
}



h1
{
overflow:hidden;
width:100%;
height:60px;
text-indent:-9999px;
background-image:url("../logo-econy.svg");
background-size:340px;
background-position:center center;
background-repeat:no-repeat;
}

.main-title 
{
  position: absolute;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  line-height:1.65em;
}

.main-title a:hover{
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}



@media (max-width: 400px) {
.main-title 
{
width:90%;
margin:0 5% 0 5%;
-webkit-transform: translate3d(-0%, 0%, 0);
transform: translate3d(0%, 0%, 0);
top:10%;
left:auto;
}
#large-header h1
{
font-size:3.3em;
}
}