﻿html, body, h1, h2, h3, p, a, header, footer, .container, .is-footer  {
  margin: 0;
  padding: 0;
  font-size:125.0%;
}
body {
  font: 100% "Open Sans Condensed", sans-serif;
  background: #454d62 url(bg_LF.jpg) no-repeat center center ;
  background-attachment: fixed;
  background-size: cover;
 img {
        opacity: 1;
      }
}
h1 {
  font: 100% "Lato", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 900;
}
h2 {
  margin-top: 50px;
  margin-bottom: 5px;
  font: normal 16px/28px "Lato", sans-serif;
  	font-weight: 600;
  	color: rgba(165, 0, 0, 1);
   text-transform: uppercase;
  letter-spacing: 2px;
}
h3 {
  font: 80% "Lato", sans-serif;
  color: rgba(180, 0, 0, 1);
  font-weight: 900;
  text-transform: uppercase;
}
h4 {
  margin-top: 50px;
  margin-bottom: 5px;
  font: normal 16px/28px "Lato", sans-serif;
  	font-weight: 600;
  	color: rgba(230, 182, 0, 0.8);
   text-transform: uppercase;
  letter-spacing: 2px;
}


p {
  margin-bottom: 10px;
}
footer {
  font-size: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
footer p {
  margin-bottom: 20px;
}
footer a {
  color: #67cae3;
  border-bottom: 1px solid #67cae3;
  text-decoration: none;
  transition: color 0.5s ease-out, border-bottom 0.5s ease-out;
}
footer a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: color 0.6s ease-in, border-bottom 0.6s ease-in;
}
.container {
  width: 90%;
  margin: 30px auto 0 auto;
  text-align: center;
}

.is-footer {
  margin-top: 80px;
  font-size: 50%;
  font-weight: 600;
}

@media (min-width: 720px) {
  h1 {
    font-size: 300%;
  }
}