@font-face {
  font-family: 'Gargle Ex Rg';
  src: url('../fonts/gargle/GargleExRg-Bold.eot');
  src: url('../fonts/gargle/GargleExRg-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/gargle/GargleExRg-Bold.woff2') format('woff2'),
  url('../fonts/gargle/GargleExRg-Bold.woff') format('woff'),
  url('../fonts/gargle/GargleExRg-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

body {
  background-color: #F2F2F2;
}

#feature {
  background-color: #FFF;
}

#imagebox {
  background: url('../images/promo7.jpg') no-repeat center center;
  background-size: cover;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50vh;
  position: relative;
  padding-top: 12em;
  text-align: center;
}

@media (max-width: 767px) {
  #imagebox {
    background-size: auto 200%;
    min-height: 30vh;
  }
}

#imagebox-bottom {
  background: url('../images/promo9.jpg') no-repeat center center;
  background-size: cover;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50vh;
  position: relative;
  padding-top: 12em;
  text-align: center;
}

@media (max-width: 767px) {
  #imagebox-bottom {
    background-size: auto 200%;
    min-height: 30vh;
  }
}

section h1 {
  font-family: 'Gargle Ex Rg';
}

.header-content h1 {
  font-family: 'Gargle Ex Rg';
  color: #F36717;
}

.header-content h2 {
  font-family: 'Gargle Ex Rg';
  color: #043051;
  margin-top: 5px;
}

.header-content .section-title {
  padding-bottom: 0px;
}

section {
  padding: 50px 0 !important;
}

.navbar {
  padding: 0 0 !important;
  min-height: 0px !important;
  margin-bottom: 0px !important;
}

section#feature {
  padding: 50px 0 !important;
}

#contact-form input[type='submit'] {
  background-color: #F36717;
}

#contact-form input[type='submit']:hover {
  background-color: #043051;
}

#footer {
  padding-bottom: 10px;
}

.social-icon li a {
  color: #F36717;
}

.social-icon li a:hover {
  background-color: #043051;
}

.copyright-container {
  background-color: #FFF;
  background-image: url(../images/rafel.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.copyright {
  padding: 0px 15px 175px 15px;
}

img {
  max-width: 100%;
}

.navbar-white {
  background-color: #FFF;
}

p {
  line-height: 1.7;
  font-size: 16px;
  text-align: justify;
}

p.small {
  font-size: 14px;
}