h1, h2, h3, h4, h5, h6 {
  font-family: 'Ubuntu', sans-serif;
  font-family: 'Orbitron', sans-serif; }

p, form label {
  font-family: 'Muli', sans-serif; }

a, form button {
  font-family: 'Play', sans-serif; }

h1 {
  font-size: 30px;
  line-height: 34px;
  color: white;
  margin-top: 0;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 10px; } }

#pinBoot .white-panel {
  background-color: #3F292B; }
  #pinBoot .white-panel h4 {
    height: 40px;
    overflow: hidden;
    text-align: center; }
    #pinBoot .white-panel h4 a {
      color: white;
      font-weight: bold;
      text-transform: uppercase; }
      #pinBoot .white-panel h4 a:hover {
        color: #D34F73;
        text-decoration: none; }
  #pinBoot .white-panel p {
    color: white;
    text-align: center; }

form label {
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
form .form-control {
  padding: 5px 15px;
  height: auto;
  border-radius: 0; }
form textarea {
  min-height: 180px; }
form button.btn-primary, form button.btn {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 30px;
  font-size: 20px;
  color: white;
  background-color: #3F292B;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  border: none; }
  form button.btn-primary:hover, form button.btn:hover {
    color: #D34F73;
    background-color: #3F292B;
    text-decoration: none; }

.jumbotron {
  padding: 0.5% 0 0 0;
  margin-bottom: 0;
  background-color: #3F292B; }
  .jumbotron .container {
    max-width: 900px;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0; }
    @media screen and (max-width: 600px) {
      .jumbotron .container {
        margin: 0 20px; } }
    @media screen and (min-width: 768px) {
      .jumbotron .container form {
        width: 25%;
        float: right; } }
    .jumbotron .container form .form-control {
      padding: 5px 15px;
      text-transform: uppercase;
      height: auto;
      border-radius: 0;
      font-weight: bold; }

body {
  background-color: #A37B73;
  margin-bottom: 0; }
  body .navbar {
    background-color: #3F292B; }
    body .navbar .container {
      margin-top: 8px !important;
      margin-bottom: 8px !important; }
      body .navbar .container .nabvar-header .navbar-brand {
        font-family: 'Orbitron', sans-serif !important;
        font-size: 30px;
        line-height: 34px;
        height: auto;
        padding: 10.5px 15px; }
        @media screen and (max-width: 500px) {
          body .navbar .container .nabvar-header .navbar-brand {
            font-size: 20px;
            line-height: 24px;
            padding: 10px 0; } }
        body .navbar .container .nabvar-header .navbar-brand:hover {
          color: #D34F73; }
      body .navbar .container #navbar ul li a {
        text-transform: uppercase;
        font-weight: bold; }
        body .navbar .container #navbar ul li a:hover, body .navbar .container #navbar ul li a:focus {
          color: #D34F73; }
      body .navbar .container #navbar ul li .dropdown-menu {
        background-color: #3F292B;
        border: none;
        box-shadow: none;
        top: 68px; }
        body .navbar .container #navbar ul li .dropdown-menu li {
          text-align: center; }
      body .navbar .container #navbar ul .open a {
        background-color: transparent; }
  body .container {
    margin-top: 20px;
    margin-bottom: 20px; }
    body .container .breadcrumb {
      background-color: #3F292B;
      border-radius: 0; }
      body .container .breadcrumb li {
        font-family: 'Play', sans-serif; }
        body .container .breadcrumb li a {
          color: white;
          font-weight: bold;
          text-transform: uppercase; }
          body .container .breadcrumb li a:hover {
            color: #D34F73;
            text-decoration: none; }
      body .container .breadcrumb .active {
        color: #DBBEA1; }
    body .container p, body .container ul li {
      color: white; }
  body .index_container {
    width: 100% !important;
    max-width: 1920px !important;
    padding: 0; }
    body .index_container .index_inner_container {
      padding: 0 15%;
      margin: 50px 0;
      background-color: #DBBEA1; }
      @media screen and (min-width: 992px) {
        body .index_container .index_inner_container .row {
          display: flex;
          align-items: center;
          justify-content: center; } }
      body .index_container .index_inner_container .row .col-lg-4 {
        padding: 10px 0; }
        body .index_container .index_inner_container .row .col-lg-4 p {
          text-transform: uppercase;
          font-weight: bold;
          text-align: center;
          font-size: 28px;
          line-height: 32px;
          font-family: 'Orbitron', sans-serif; }
          @media screen and (min-width: 601px) and (max-width: 1360px) {
            body .index_container .index_inner_container .row .col-lg-4 p {
              font-size: 24px;
              line-height: 28px; } }
          @media screen and (max-width: 600px) {
            body .index_container .index_inner_container .row .col-lg-4 p {
              font-size: 20px;
              line-height: 24px; } }
    body .index_container h2 {
      text-align: center;
      padding: 0 25px; }
  body .addsite_container .panel {
    border: none;
    border-radius: 0;
    background-color: #3F292B;
    margin: 25px 0; }
    body .addsite_container .panel .panel-body {
      text-align: center; }
      body .addsite_container .panel .panel-body a {
        text-transform: uppercase;
        font-weight: bold;
        color: white; }
        body .addsite_container .panel .panel-body a:hover, body .addsite_container .panel .panel-body a:focus {
          color: #D34F73;
          text-decoration: none; }
  body .showpost_container h3 {
    font-size: 20px;
    line-height: 24px;
    color: white;
    margin-top: 0;
    margin-bottom: 30px; }
  body .showpost_container .row {
    margin: 30px 0; }
    body .showpost_container .row .col-lg-6 {
      padding: 0; }
      body .showpost_container .row .col-lg-6 #mapdiv {
        height: 330px;
        width: 100%; }
      @media screen and (min-width: 992px) {
        body .showpost_container .row .col-lg-6 img {
          height: 330px;
          width: 100%; } }
    body .showpost_container .row a {
      text-transform: uppercase;
      font-weight: bold;
      color: white; }
      body .showpost_container .row a:hover, body .showpost_container .row a:focus {
        color: #D34F73;
        text-decoration: none; }
    body .showpost_container .row .social-link {
      display: inline-block;
      margin-right: 15px; }
      body .showpost_container .row .social-link:last-child {
        margin-right: 0; }
    body .showpost_container .row button {
      display: inline-block;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      padding: 10px 20px;
      font-size: 15px;
      color: white;
      background-color: #3F292B;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 0;
      border: none;
      margin-top: 20px; }
      body .showpost_container .row button:hover {
        color: #D34F73;
        background-color: #3F292B;
        text-decoration: none; }
  body .showpost_container #pinBoot .white-panel {
    background-color: #3F292B; }
    body .showpost_container #pinBoot .white-panel h4 {
      height: 40px;
      overflow: hidden;
      text-align: center; }
      body .showpost_container #pinBoot .white-panel h4 a {
        color: white;
        font-weight: bold;
        text-transform: uppercase; }
        body .showpost_container #pinBoot .white-panel h4 a:hover {
          color: #D34F73;
          text-decoration: none; }
  body .footer {
    position: initial;
    height: auto;
    padding: 20px 0;
    background-color: #3F292B; }
    body .footer .text-muted {
      margin-bottom: 0;
      text-align: center;
      font-weight: bold;
      color: white; }

/*# sourceMappingURL=style.css.map */
