body {
  font-family: 'Cabin', sans-serif;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  color: #000000;
  background: url("../images/avion_bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {
  color: #000000;
  font-weight: 700;
  font-size: 40px;
}

h3 {
  color: #000000;
  font-style: italic;
  font-size: 25px;
}

.pt-20 {
  padding-top: 20px;
}

.mb-120 {
  margin-bottom: 120px;
}

/* 
Loading section
*/
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/loading.gif") center no-repeat #ccd5d8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  position: absolute;
  left: 100px;
  top: 0;
  display: block;
}

/*
Page Content
*/
.header-logo-wrapper {
  margin: 50px 0px 70px 0px;
}

.footer {
  padding: 30px 0px 20px 0px;
  background: #ccd5d8;
  color: #aaa;
  padding: 10px 0;
  width: 100%;
  margin-top: auto;
  position: fixed;
  bottom: 0;
  left: 0;
}

.domain-name {
  color: #0f4465;
  font-size: 50px;
}

.copyright {
  color: #000000;
  line-height: 36px;
}

.social-media-wrapper {
  font-size: 25px;
}

.social-media-wrapper a {
  margin-right: 20px;
  font-size: 25px;
  color: #000000;
}

.social-media-wrapper a:last-child {
  margin-right: 0px;
}