html {
    background-color: #030303;
    background: -moz-radial-gradient(center, ellipse cover,  #707070 0%, #030303 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  #707070 0%,#030303 100%);
    background: radial-gradient(ellipse at center,  #707070 0%,#030303 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#030303',GradientType=1 );
    background-repeat: no-repeat;
}

body {
    background-color: transparent;
    background-image: url(img/noisy-texture-100x100.png);
}

a, a:visited {
    color: #7bafde;
}

a:hover, a:focus, a:active {
    color: #fdb913;
}


.bg-stripe-large {
    width: 900px;
    height: 350px;
    position: absolute;
    background-color: rgba(0,0,0,.21);
    transform: skewY(48deg);
    box-shadow: 0px 15px 20px rgba(0,0,0,.4);
    z-index: -1;
}

.bg-stripe-small {
    width: 900px;
    height: 100px;
    position: absolute;
    background-color: rgba(0,0,0,.21);
    transform: skewY(48deg);
    box-shadow: 0px 15px 20px rgba(0,0,0,.4);
    z-index: -1;
}

.bg-stripe-large-1 {
    top: 700px;
    right: 0;
}

.bg-stripe-large-2 {
    top: 2600px;
    left: -500px;
}

.bg-stripe-small-1 {
    left: 80px;
    top: 550px;
}

.bg-stripe-small-2 {
    left: 120px;
    top: 1400px;
    height: 140px;
}

.bg-stripe-small-3 {
    right: 0;
    top: 0;
    height: 140px;
}

@media (max-width:991px) {
    .bg-stripes {
        display: none;
    }
}

/* NAVIGATION */
/**************/

.navbar a {
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar-header {
    float: none;
}

.logo-container {
    padding: 50px 0;
}

.navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    display: inline;
}

.navbar .container {
    border-bottom: 2px solid #fdb913;
}

.navbar-center {
    text-align: center;
}

.navbar-center .nav {
    float: none;
}

.navbar-center .nav li {
    float: none;
    display: inline-block;
}
.nav li.active,
.navbar-center .nav li:focus,
.navbar-center .nav li:hover {
    border-bottom: 4px solid #fdb913;
}

.navbar-center .nav li a {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    padding: 10px 15px;
}
.navbar-center .nav li a:focus,
.navbar-center .nav li a:hover {
    background-color: transparent;
    color: #ffffff
}

.navbar-toggle {
    position: relative;
    top: 40px;
    margin: 0 30px 0 0;
}

.navbar-toggle .icon-bar {
    background-color: #fdb913;
    width: 40px;
    height: 5px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

@media all and (max-width:767px) {
    .logo-container {
        float: left;
        padding: 30px
    }
    .navbar-center {
        text-align: left;
        background-color: #030303;
    }
    .navbar-center .nav {
        float: left;
    }
    .navbar-center .nav li {
        display: block;
    }
    .active,
    .navbar-center .nav li:focus,
    .navbar-center .nav li:hover {
        border-bottom: none;
    }
    .active a,
    .navbar-center .nav li a:focus,
    .navbar-center .nav li a:hover {
        color: #fdb913;
    }
}

/* SLIDER */
/**********/

.slider {
    background-color: #030303;
}

/* CAROUSEL */

/* fade effect for bootstrap > 3.3 */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    padding: 0;
    margin-top: 0;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.carousel-inner>.item>img {
    width: 100%;
}
.carousel-caption {
    position: absolute;
    top: 15%;
    left: 15%;
    text-align: left;
}
.carousel-caption h1 {
    color: #fdb913;
    font-family: Montserat, sans-serif;
    font-weight: 700;
    margin-bottom: 18px;
}
.carousel-caption p {
    font-family: Montserat, sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    max-width: 400px;
    text-shadow: 1px 1px 2px #070707;
}
.carousel-caption p.black-p {
    color: #000000;
    text-shadow: none;
    font-weight: 400;
}

.carousel-indicators {
    width: auto;
    position: absolute;
    left: 30px;
    bottom: 43%;
    margin-left: 0;
    margin-bottom: 0;
}

.carousel-indicators li {
    display: block;
    margin: 12px 0;
    width: 9px;
    height: 9px;
    border: 1px solid #fdb913;
}

.carousel-indicators li.active {
    width: 9px;
    height: 9px;
    background-color: #fdb913;
    margin-bottom: 12px;
}


@media all and (min-width: 1441px){
    .carousel-caption {
        top: 30%%;
    }
    
    .carousel-caption h1 {
        font-size: 48px;
    }
    .carousel-caption p {
        font-size: 18px;
        max-width: 55%;
        line-height: 24px;
    }
}

@media all and (max-width: 479px) {
    .carousel-caption {
        top: 0;
        left: 30px;
    }
    .carousel-caption h1 {
        margin-top: 0;
        margin-bottom: 12px;
        font-size: 24px;
    }
    .carousel-caption p {
        font-size: 14px;
        line-height: 16px;
    }
    .carousel-indicators {
        left: auto;
        right: 20px;
        top: 35%;
    }
    .carousel-indicators li.active {
        margin-top: 12px;
    }
}

/* SECTIONS */
/************/
.cream {
    background: #bab3a9;
    background: -moz-linear-gradient(-22deg,  #bab3a9 0%, #bab3a9 43%, #e5dfc8 100%);
    background: -webkit-linear-gradient(-22deg,  #bab3a9 0%,#bab3a9 43%,#e5dfc8 100%);
    background: linear-gradient(-22deg,  #bab3a9 0%,#bab3a9 43%,#e5dfc8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bab3a9', endColorstr='#e5dfc8',GradientType=1 );
}

.cream .row {
    display: flex;
}

.section-text {
    padding: 40px 80px;
    align-self: center;
}

.section-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #3f3f3f;
    letter-spacing: 1px;
    margin-bottom: 36px;
}

.section-text p, .section-text li {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-bottom: 28px;
    color: #212121;
}

.section-text li {
    margin-bottom: 8px;
}
.section-img {
    padding: 0;
    background-color: #030303;
}
.section-img img {
    width: 100%;
}

@media all and (max-width:1199px) {
    .section-text {
        padding: 10px 30px;
    }
    .section-text h2 {
        margin: 14px 0;
    }
    .section-text p {
        margin-bottom: 14px;
    }
}

@media all and (max-width:991px) {
    .section-text {
        padding: 40px 80px;
    }
    .section-text h2 {
        margin-bottom: 36px;
    }
    .section-text p {
        margin-bottom: 28px;
    }
    .cream .row {
        display: block;
    }
}

@media all and (max-width:539px) {
    .section-text {
        padding: 30px 15px;
    }
}

.section-text li {
    list-style-type: none;
}

.section-text li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #fdb913;
    margin-right: 10px;
    border-radius: 16px;
    vertical-align: middle;
}

/* GALLERY SECTION */
/*******************/
#gallery {
    position: relative;
}
.gallery-title {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 42px;
    width: 192px;
    margin-top: -22px;
    margin-left: -96px;
}

@media all and (max-width:991px) {
    .gallery-title {
        top: 0;
    }
}

.gallery-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 00;
    margin: 0;
    padding: 14px 70px;
    display: inline-block;
    background-color: #fdb913;
    transform: skewX(35deg);
}

.gallery-title span {
    display: block;
    transform: skewX(-35deg);
}

.gallery-row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother; modal thumbs */
.gallery-column {
    float: left;
    width: 25%;
    cursor: pointer;
}

.thumb-column {
    float: left;
    width: 12.5%;
    cursor: pointer;
}

@media all and (max-width:767px) {
    .gallery-column {
        width: 50%;
    }
    
    .thumb-column {
        width: 25%;
    }
}

.gallery-column img, .thumb-column img, .mySlides img {
    width: 100%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 15;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1000px;
}

/* The Close Button */
.close {
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    opacity: 1;
    text-shadow: none;
}

.close:hover,
.close:focus {
    color: #fdb913;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

.modal-thumbs {
    margin-top: 15px;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

/* CONTACT SECTION */
/*******************/
#contact {
    padding: 40px;
    margin: 20px auto;
    border: 1px solid #756f66;
    background-color: rgba(255,255,255, .025);
    box-shadow: -10px 5px 40px rgba(0,0,0,.4);
}

.contact-info {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    color: #b8ad9b;
    line-height: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-info p {
    margin-bottom: 0;
}
.contact-info .bold {
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}

/* Contact Form */
.form-container {
    padding-right: 30px;
}
.form-group {
    padding: 0;
}
.form-control {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #756f66;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #756f66;
}

.submit-btn {
    background-color: transparent;
    border-radius: 0;
    padding: 5px 25px;
    font-size: 14px;
    color: #756f66;
    border: 1px solid #756f66;
}

.submit-btn:hover,
.submit-btn:focus {
    background-color: #fdb913;
    border: 1px solid transparent;
}

.form-group .error {
    font-family: 'Montserrat', sans-serif;
    color: #fdb913;
    font-weight: 300;
    font-size: 12px;
}
.email-result {
    color: #7bafde;
}
/* Map */
.map-container {
    padding-left: 30px;
}

#map {
    height: 200px;
    top: 32px;
}

/* Mobile */

@media all and (max-width:991px) {
    .contact-info {
        text-align: left;
        margin-bottom: 30px;
    }
    .form-container {
        padding-right: 15px;
    }
    .map-container {
        padding-left: 15px;
        margin-bottom: 30px;
    }
}

footer {
    padding: 40px;
    background-color: #030303;
    text-align: center;
}