/*
        This CSS resource incorporates links to font software which is
        the valuable copyrighted property of Monotype and/or its suppliers.
        You may not attempt to copy, install, redistribute, convert, modify
        or reverse engineer this font software. Please contact Monotype with
        any questions regarding Web Fonts:  http://www.fonts.com
*/

@font-face{
  font-family:"Dream Orphans W05 Regular";
  src:url("assets/fonts/5104437/38709bc9-d522-4d1f-82dc-e3328cf15b44.eot?#iefix");
  src:url("assets/fonts/5104437/38709bc9-d522-4d1f-82dc-e3328cf15b44.eot?#iefix") format("eot"),url("assets/fonts/5104437/49f4aec9-690a-40d7-86f4-a6017099568e.woff2") format("woff2"),url("assets/fonts/5104437/49bf2d8d-8af2-40c6-b794-166e0e1a67f6.woff") format("woff"),url("assets/fonts/5104437/752e8ac6-1ed3-46a8-b811-e4298ad62ace.ttf") format("truetype");
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap');

html, body {
  font-family:"Dream Orphans W05 Regular";
  height: 100%;
  width: 100%;
}
#map1, #map2 {
  height: 500px;
  width: auto;
}
img.img-fluid {
  width: 100%;
  height: 100%;
}
.btn-primary {
  background: #231f20;
  border: none;
}
#nav-shadow {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -5px;
  z-index: -1;
  height: 5px;
  background: rgba(255,255,255,0);
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(255,255,255,0)),color-stop(1,#000000));
  background: -ms-linear-gradient(bottom,rgba(255,255,255,0),#383536);
  background: -moz-linear-gradient(center bottom,rgba(255,255,255,0) 0%,#383536 100%);
  background: -o-linear-gradient(#383536,rgba(255,255,255,0));
  opacity: 0.5;
}
.navbar {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding-bottom: 0 !important;
  /*background: linear-gradient(#383536, #231f20);
  background: -webkit-linear-gradient(#383536, #231f20);
  background: -moz-linear-gradient(#383536, #231f20);
  background: -ms-linear-gradient(#383536, #231f20);
  background: -o-linear-gradient(#383536, #231f20);*/
  background: #231f20;
}
.navbar .navbar-brand {
  padding-bottom: 0 !important;
}
.navbar li {
  padding-right: 20px;
  line-height: 59px;
}
.nav-link {
  font-size: 1.1em !important;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}
.carousel-inner .carousel-caption {
  background: rgba(0,0,0,0.6);
  bottom: 40px;
}
.card .card-text, .text-content {
  font-family: 'Open Sans', sans-serif;
}
.social a {
  font-size: 1.5em;
}
.fa-facebook, .fa-instagram, .fa-twitter {
  color: #ffffff;
}
.fa-facebook:hover,
.fa-instagram:hover,
.fa-twitter:hover {
  color: #a3a0a0;
}
.modal .modal-body {
  font-family: 'Open Sans', sans-serif;
}
footer {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background: #231f20;
  color: #d5d5d5;
  padding-top: 2rem;
}
footer p.h5 {
  font-family: "Dream Orphans W05 Regular";
}
footer hr.no-margin {
  margin-top: 0 !important;
}
footer .row .col-12 {
  background: #1f1b1c;
}
hr.light {
  border-top:1px solid #d5d5d5;

}




/*---Media Queries --*/
@media (min-width: 1500px) {
  .carousel-inner img {
    margin-top: -100px;
  }
}
@media (max-width: 992px) {
  .carousel-caption h3 {
    font-size: 150%;
  }
}
@media (max-width: 768px) {
  .carousel-caption .btn {
      font-size: 0.7rem;
  }
  #map1, #map2 {
    height: 400px;
    width: auto;
  }
}
@media (max-width: 576px) {
  .carousel-caption {
    display: none;
  }
  /*
  .carousel-caption h3 {
    font-size: 85%;
  }
  .carousel-caption .btn {
    font-size: 0.3rem;
  }
  */
  #map1, #map2 {
    height: 300px;
    width: auto;
  }
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








