body{
  background: url(background.jpg) no-repeat;
  background-size: cover;
  color: #000;
  font-family: LatoWeb, sans-serif;
  position: relative;
}

.main-content{
  margin-top: 40px;
  text-align: center;
}

.icon-logo{
  font-size: 180px;
}
.icon-logo.small{
  font-size: 90px;
}

.body{
  text-align: center;
}

.body .lead, .body .secondary{
  font-size: 40px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: block;
}

.body .secondary{
  font-size: 18px;
}

.body .cta{
  margin-top: 50px;
}

.body .cta a{
  color: #000;
}

.body .cta a:hover, .body .cta a:focus{
  color: #555;
  text-decoration: underline;
}

.footer{
  text-align: left;
  margin-top: 80px;
  font-size: 10px;
  margin-bottom: 10px;
  width: 100%;
  position: fixed;
  bottom: 10px;
}

.footer .right{
    text-align: : right!important;
  }

@media (min-width:320px) and (max-width:768px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
  .icon-logo{
    font-size: 150px;
  }
  .footer{
    position: relative;
  }

  .footer .right{
    text-align: : left!important;
  }

}