/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: url("") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  font-size: 1.25em;
  line-height: 1.6;
  color: #000;
}

hr {
  max-width: 400px;
  border-color: #999999;
}

.brand,
.address-bar {
  display: none;
}

.navbar-brand {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 10px;
}

.navbar-nav {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navbarFooter {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .navbarFooter {
    margin-top: 32px;
  }
}

.img-full {
  min-height: 100%;
}

.brand-before,
.brand-name {
  text-transform: capitalize;
  color: #525252;
}

.brand-before {
  margin: 15px 0;
}

.brand-name {
  margin: 0;
  font-size: 3em;
}

.tagline-divider {
  margin: 15px auto 3px;
  max-width: 250px;
  border-color: #999999;
}

.box {
  margin-bottom: 20px;
  padding: 30px 15px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

.intro-text {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: 1px;
}

.about-text {
  font-size: 1.25em;
  font-weight: 200;
  letter-spacing: 1px;
}

.img-border {
  float: none;
  margin: 0 auto 0;
  border: #999999 solid 1px;
}

.img-left {
  float: none;
  margin: 0 auto 0;
}

footer {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

footer p {
  margin: 0;
  padding: 50px 0;
}

@media screen and (min-width: 768px) {
  .brand {
    display: inherit;
    margin: 0;
    padding: 30px 0 10px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 4.5em;
    font-weight: 400;
    line-height: normal;
    color: #525252;
  }

  .top-divider {
    margin-top: 0;
  }

  .img-left {
    float: left;
    margin-right: 25px;
  }

  .address-bar {
    display: inherit;
    margin: 0;
    padding: 0 0 40px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
  }

  .navbar {
    border-radius: 0;
  }

  .navbar-header {
    display: none;
  }

  .navbar {
    min-height: 0;
  }

  .navbar-default {
    border: none;
    background: #eee;
  }

  .nav > li > a {
    padding: 35px;
  }

  .navbar-nav > li > a {
    line-height: normal;
  }

  .navbar-nav {
    display: table;
    float: none;
    margin: 0 auto;
    table-layout: fixed;
    font-size: 1.25em;
  }
}

@media screen and (min-width: 1200px) {
  .box:after {
    content: "";
    display: table;
    clear: both;
  }
}

.mgFix {
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .mgFix {
    margin-top: 32px;
    margin-left: 22px;
  }
}

@media screen and (max-width: 768px) {
  .columnOnSmall {
    flex-direction: column;
  }
}

.colBlack {
  color: #525252;
}

.btnfix {
  margin-right: -1.2%;
  border-style: none;
  margin-top: 5.5%;
}

.galleryBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #d0d7d7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  text-align: center;
  font-size: 24px;
}

.followUs {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.followUsRow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.open {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .navbarDropdownMenuItem {
    justify-self: center;
    margin-right: 10px;
  }
}

.anonymous-pro-regular {
  font-family: "Anonymous Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
