@font-face {
  font-family: "NeueHelvetica53Extended";
  src: url('font.woff2') format('woff2'), url('font.woff') format('woff');
}


html {

  background-image: url("blue-bg-1-.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
}

body {
  font-family: "NeueHelvetica53Extended";
  letter-spacing: 1.2;
  font-style:normal;
  color: #fff;
  text-align: center;
 overflow: scroll;

}

.NeueHelvetica53Extended {
	font-family: NeueHelvetica53Extended;
}



header {
  margin: 0px 0px 24px 0px;
  padding: 8px 0px 8px 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
}

h1 img {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 320px;
}

 {
padding-bottom: 16px;
}

.backbutton a.links{
  display: block;
  max-width: 280px;
  margin: 0px auto 32px;
  padding: 12px 20px 8px 20px;
  font-size: 1rem; 
  line-height: 1.3;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

a.links:hover,
a:hover {
  background-color: #ffffff;
  color: #004c93;
}
.buttons a.links {
  display: block;
  max-width: 280px;
  margin: 0px auto 32px;
  padding: 12px 20px 8px 20px;
  font-size: 1rem; 
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  background-color: #172946;
  border: 1px solid #ced7df;
  
  transition: all 0.2s ease-in-out;
}

.airshow {
  margin: 80px 0px 80px 0px;
}

h3 {
  font-size: 14px;
  font-weight: 400;
}

h4 {
  font-size: 12px;
  font-weight: 400;
  line-height: 0.4;
}

.socials {
  padding-top: 0px;
  padding-bottom: 40px;
  max-width: 600px;
  display: inline-block;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}

.socials img {
 width: 40px;
 height: auto;
 margin: 8px;
}

.socials :hover {
  background-color: rgba(255, 255, 255, 0);
}


footer {
  position: relative;
  padding: 32px 0px 24px 0px;
  left: 0;
  bottom: 0;
  width: 100%;
  
}

footer a {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 10px;
  line-height: 1.5;
  color: #0198da;
  text-align: center;
  text-decoration: none;
}
