@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');

a {
  color: #13367a;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
}
h4,.h4 {
  font-size: 26px;
}

.btn-primary {
  position: relative;
  border-radius: 3px;
  background-color: #13367a;
  border-color: #13367a;
}
.btn-primary:hover {
  background-color: #11306e;
  border-color: #11306e;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background-color: #0d2659;
  border-color: #0d2659;
}
.btn-primary,
.btn-primary:active {
  box-shadow: 0 2px 0 #0d2659;
}

#header {
  position: relative;
}
#header #logo {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 1px 4px rgba(34,34,34,0.2);
}
#header #logo h1 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
#header #cover {
  height: 38.169vw;
  position: relative;
  min-height: 400px;
  max-height: 600px;
}
#header #cover [data-parallax] {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
  background-repeat: no-repeat;
  background-position: 50% -150px;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url('../img/aerospace_cover.jpg');
}
#header #cover [data-parallax]:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-color: rgba(34,34,34,0.12);
  z-index: 1;
}
#header #cover .cover-cta {
  position: relative;
  z-index: 2;
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#header #cover .cover-cta h2 {
  margin-top: 10px;
  margin-bottom: 35px;
}
#main-content {
  margin-top: 45px;
  margin-bottom: 45px;
}
#main-content > div + div {
  margin-top: 45px;
}
#features {
  padding-top: 45px;
  padding-bottom: 45px;
  
}
#features h3 {
  margin-top: 0;
}

#features .feature-list {
	margin-left: 35px;
}
#features .feature-list span {
  display: block;
  position: relative;
  font-size: 1.1em;
  padding-left: 28px;
}
#features .feature-list span + span {
  margin-top: 15px;
}
#features .feature-list span > img {
  position: absolute;
  left: 0;
  width: 21px;
  height: auto;
}
#footer .footer-top {
  margin-top: 10px;
  margin-bottom: 55px;
  text-align: center;
}
#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333;
  text-align: center;
}
#footer .footer-bottom p {
  color: #bbb;
  font-size: 0.9em;
  margin-bottom: 0;
}
#footer .footer-bottom a {
  color: #e2e2e2;
}
#footer .footer-bottom a:hover,
#footer .footer-bottom a:focus {
  color: #f2f2f2;
}
@media (min-width: 1366px) {
  #header #cover [data-parallax] {
    background-position: 50% -200px;
  }
}
@media (min-width: 768px) {
  #features .feature-list {
    margin-top: 35px;
  }
  #header #cover .cover-cta h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  #header #logo {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #header #logo img {
    height: 70px;
  }
}
@media (max-width: 767px) {
  #header #cover {
    height: 50vw;
    min-height: 275px;
  }
  #header #cover .cover-cta h2 {
    margin-left: 15px;
    margin-right: 15px;
  }
  #features .feature-list:nth-child(2) {
    margin-top: 15px;
  }
  #header #cover [data-parallax] {
    background-position: 50% 50% !important;
  }
}
