/**
 * Base
 */
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

/*********************
BREAKPOINTS (desktop first)
*********************/
/**
 * Helpers
 */
/**
 * Layout
 */
a {
  font-family: depot-new-web, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1c4773; }
  a:hover {
    color: #215488; }
  a:hover, a:focus {
    text-decoration: none; }

::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

::-webkit-scrollbar-thumb {
  background-color: #1c4773; }

.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%; }

body {
  height: 100vh;
  color: #1c4773;
  font-family: depot-new-web, sans-serif;
  font-style: normal;
  font-weight: 100;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.top {
  height: 75vh;
  background-image: url("/img/background.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2; }
  @media (max-width: 576px) {
    .top {
      height: 50vh; } }
  .top:before {
    content: '';
    position: absolute;
    bottom: 0;
    background-image: url("/img/Layer 1.png");
    background-position: top center;
    width: 100%;
    height: 11px; }

.bottom {
  height: 25vh;
  background-image: url("/img/Layer2.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 3; }
  @media (max-width: 576px) {
    .bottom {
      height: 50vh; } }

.container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 576px) {
    .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.logo img {
  height: 150px; }
  @media (max-width: 576px) {
    .logo img {
      margin-bottom: 30px;
      height: 115px; } }

@media (max-width: 576px) {
  h2 {
    font-size: 26px; } }

p {
  font-size: 14px;
  font-weight: 400;
  margin: 0; }

/**
 * Pages
 */
