body {
  margin: 0px;
  padding: 0px;
  /* font-family: 'Varela Round', sans-serif; */
  /* font-family: 'Walter Turncoat', cursive; */
  /* font-family: 'Russo One', sans-serif; */
  /* font-family: 'Fahkwang', sans-serif; */
  /* font-family: 'Fredericka the Great', cursive; */
  /* font-family: 'Oldenburg', cursive; */
  /* font-family: 'Comfortaa', cursive; */
  /* font-family: 'Patrick Hand', cursive; */
  /* font-family: 'Architects Daughter', cursive; */
  /* font-family: 'Overlock', cursive; */
  /* font-family: 'Happy Monkey', cursive; */
  /* font-family: 'Stardos Stencil', cursive; */
  /* font-family: 'Cabin Sketch', cursive; */
  /* font-family: 'Delius', cursive; */
  /* font-family: 'Hind', sans-serif; */
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 8, 46, 0.699);
  letter-spacing: 3px;
}

#fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
  background: white;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#fader.fade-out {
  opacity: 0;
  animation-name: fade-out;
}

#fader.fade-in {
  opacity: 1;
  animation-name: fade-in;
}

body #canvas {
  background-color: #fff;
}

#canvas {
  max-width: 1264px;
  margin: 50px auto 50px auto;
  padding: 25px 70px 0 70px;
  border: 2px solid rgba(0, 8, 46, 0.699);
}

@media screen and (max-width: 2560px) {
  .nav-item {
    padding: 0 1em 0 1em;
  }
}

@media screen and (max-width: 1360px) {
  .nav-item {
    padding: 0 1em 0 1em;
  }
  #canvas {
    margin: 50px;
    border-width: 2px;
    border-color: rgba(0, 8, 46, 0.699);
  }
}

@media screen and (max-width: 1024px) {
  .nav-item {
    padding: 0 1em 0 1em;
  }
  #canvas {
    margin: 0px auto;
    border-width: 0px !important;
  }
}

@media screen and (max-width: 990px) {
  .nav-item {
    padding: 0 0.5em 0 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .page-divider {
    display: none;
  }
  #canvas {
    padding: 0 17px;
  }
  .header {
    /* margin-top: 45px; */
    border-top: solid;
    border-width: 2px;
    border-color: rgba(0, 8, 46, 0.699);
  }
}

@media screen and (max-width: 640px) {
  #canvas {
    padding: 0 17px;
  }
  .header {
    margin-top: 45px;
    border-top: solid;
    border-width: 2px;
    border-color: rgba(0, 8, 46, 0.699);
  }
}

.header {
  margin-bottom: 2em;
}

.logo {
  max-width: 250px;
}

.page-divider {
  line-height: 1.6em;
  margin-top: -1.6em;
  margin-bottom: 1.6em;
  font-size: 12px;
  border-bottom: 2px solid rgba(0, 8, 46, 0.699);
  width: 100%;
}

ul {
  background-color: #fff;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.navbar-toggler {
  border-radius: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus,
.navbar-toggler:link,
.navbar-toggler:visited {
  /* border: none; */
  outline: none;
}

.nav-link {
  /* color: rgba(22, 37, 68, 0.699); */
  color: grey;
  line-height: 1.6em;
  font-size: 12px;
  letter-spacing: 2px;
}

.nav-link:hover {
  color: rgba(0, 8, 46, 0.699);
  text-decoration: underline;
}

.col-sm-10 {
  padding: 0;
}

.text {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}

.menu {
  text-align: center;
  width: 100%;
}

.footer {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 2px solid rgba(0, 8, 46, 0.699);
}

.credit a {
  color: rgba(0, 8, 46, 0.699);
  font-size: 12px;
}

p {
  margin-bottom: 0;
}

/* Contact Page */

.contact {
  letter-spacing: 1.5px;
}

form {
  text-align: center;
}

.form-control {
  border-radius: 0;
}

.input-group-text {
  border-radius: 0;
}

#send-button {
  background-color: transparent;
  color: rgba(0, 8, 46, 0.699);
  border: 0;
  padding-bottom: 25px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.hpot {
  display: none;
}

#formField {
  border-top: 2px solid rgba(0, 8, 46, 0.699);
  padding-top: 25px;
}

/* Office Page */

.office-text {
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 35px;
  text-align: center;
}

.iframe {
  padding-bottom: 35px;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}

.iframe-container>* {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

/* Work Page */

.card {
  padding-bottom: 10px;
  border: none;
  text-align: center;
}

.card-title {
  margin: 0;
}

.card .btn {
  color: rgba(0, 8, 46, 0.699);
}

.card .btn:hover {
  text-decoration: underline;
}

.card-img-top {
  border-radius: 0;
}

/* Project Gallery */

.gallery img {
  padding-bottom: 25px;
}

/* About Page */

.office-text img {
  padding-bottom: 50px;
}

.about-text {
  padding-bottom: 25px;
}

.about {
  padding-top: 25px;
  border-top: 2px solid rgba(0, 8, 46, 0.699);
}