html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  font-family: "Catamaran", sans-serif;
  height: 100%;
  width: 100%;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.wrapper {
  height: 100%;
  width: 100%;
}

main {
  height: 100%;
  padding-top: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.main-image {
  background: url("../images/main-image.jpg") no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

body #burger {
  display: none;
}
body input + label {
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 80%;
  width: 15px;
  z-index: 5;
}
body input + label span {
  background: #ffffff;
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: .5s;
  width: 100%;
}
body input + label span:first-child {
  top: 4px;
}
body input + label span:last-child {
  top: 16px;
}
body label:hover {
  cursor: pointer;
}
body input:checked + label span {
  opacity: 0;
  top: 50%;
}
body input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(405deg);
}
body input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-405deg);
}
body input ~ nav {
  background: #1e1e28;
  height: 70px;
  opacity: 0.9;
  overflow: hidden;
  position: fixed;
  top: 60px;
  left: 0;
  transition: .5s;
  transition-delay: .5s;
  width: 100%;
  z-index: 3;
}
body input ~ nav > ul {
  position: absolute;
  top: 170px;
  left: 20%;
  right: 20%;
  text-align: center;
}
body input ~ nav > ul > li {
  opacity: 0;
  line-height: 44px;
  transition: .5s;
  transition-delay: 0s;
}
body input ~ nav > ul > li > a {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  font-weight: 800;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
body input ~ nav > ul > li > a:hover {
  color: #ddb509;
}
body input:checked ~ nav {
  height: 100%;
  transition-delay: 0s;
}
body input:checked ~ nav > ul > li {
  opacity: 1;
  transition-delay: .5s;
}

.full-background {
  height: auto;
  padding: 24px;
  width: 100%;
}
.full-background.blue {
  background: #1c224e;
}

form .form-control {
  background-color: #bebccc;
  color: #1c224e;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  min-height: 40px;
}
form textarea.form-control {
  min-height: 100px;
}
form .form-group {
  margin-bottom: 0;
}
form .form-group:last-child {
  margin-bottom: 0;
}

#google-maps, #map {
  height: 492px;
  position: relative;
  width: 100%;
}

footer {
  background: #1e1e28;
  color: #ffffff;
  padding: 10px;
  position: relative;
  text-align: center;
}
footer address {
  line-height: 30px;
  padding: 20px 0 0;
}
footer img {
  margin: 0 auto;
  padding: 20px 0;
}

address.maps {
  background: #000000;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  min-width: auto;
  line-height: 20px;
  padding: 15px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.navbar {
  min-height: 130px;
}

.navbar-default {
  background: transparent;
  border-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  line-height: 60px;
  position: fixed;
  width: 100%;
  z-index: 3;
}
.navbar-default .navbar-brand, .navbar-default .navbar-right {
  display: block;
  float: none;
  height: auto;
  position: relative;
  z-index: 4;
}
.navbar-default .navbar-brand > img {
  height: auto;
  margin: 0 auto;
  width: 140px;
}
.navbar-default .navbar-right {
  position: absolute;
  top: 96px;
  text-align: center;
  height: 56px;
}
.navbar-default .navbar-right > li {
  display: inline-block;
}
.navbar-default .navbar-right > li a {
  line-height: inherit;
  padding-bottom: 0;
}
.navbar-default .fa-facebook-square,
.navbar-default .fa-twitter-square,
.navbar-default .fa-instagram {
  font-size: 22px;
  color: #ffffff;
}

.main-title {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.main-title span {
  display: block;
  text-transform: uppercase;
}

.secondary-title {
  color: #1c224e;
  font-size: 28px;
  font-weight: 900;
  padding: 142px 0 30px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}
.secondary-title::after {
  content: "";
  display: block;
  border-bottom: solid 2px #211915;
  margin: 0 auto;
  line-height: 12px;
  width: 100px;
}

.btn {
  min-width: 100px;
}

@media (min-width: 768px) {
  .navbar {
    min-height: 80px;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }

  .navbar-default .navbar-brand {
    float: left;
  }
  .navbar-default .navbar-brand > img {
    margin: 0 auto;
  }
  .navbar-default .navbar-right {
    position: relative;
    top: 0;
  }

  .main-title {
    font-size: 54px;
    line-height: 60px;
  }

  .secondary-title {
    margin: 20px 0 30px;
    padding: 0;
  }

  .navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 10px;
  }

  body input + label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body input ~ nav {
    height: 126px;
    top: 0;
    left: 0;
  }
  body input ~ nav > ul {
    top: 130px;
  }
  body input ~ nav > ul > li > a {
    font-size: 26px;
    padding: 10px;
  }

  footer {
    text-align: initial;
  }
  footer img {
    float: right;
  }

  address {
    font-size: 15px;
    line-height: 28px;
    padding-top: 114px;
  }

  form .form-control {
    margin-bottom: 0;
  }
  form .form-group {
    margin-bottom: 24px;
  }
}
