html, body {
    background-color: #000002 !important;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

#picture-div {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    border-bottom: 6px solid #9B825E;
}

#picture {
    width: 100%;
}

#curve-div {
    justify-content: center;
    display: flex;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
}

.divider {
    text-align: center;
    margin: 5px auto 115px auto;
    background-image: url(../Media/sub_whole_screen_curveV3.png);
    background-size: cover;
    height: 50px;
    width: 100%;
    background-position:center;
}

#heading-div {
    margin-top: 100px;
    text-align: center;
}

#heading-text {
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bolder;
    margin:0;
}

#description-div {
    margin-top: 64px;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right:60px;
    margin-bottom: 110px;
}

#description-text {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: justify;
}

#description-text p {
    margin:50px auto;
}

#description-text h1 {
    color: #9B825E;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: lighter;
    margin-bottom: 0px;
    font-style: italic;
    display: inline;
}

.logo-separator img {
    width: 200px;
    height: auto;
    position: relative;
    margin:auto auto 65px auto;
    display: block;
}

/*contact us*/
.row {
    margin-left: 0px;
    margin-right: 0px;
}

#contact-form-container {
    border: 1px solid #9B825E;
    margin-bottom:80px;
    padding: 80px 100px 30px 100px;
}

#form-heading {
    text-align: center;
    padding: 65px 0px 65px 0px;
}

#form-heading h1 {
    font-family: 'Raleway', sans-serif;
    color: #9B825E;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 0px;
}

h2 {
    font-family: 'Raleway', sans-serif;
    color: darkgray;
    font-size: 16px;
    font-weight: bolder;
    margin-top: 30px;
    margin-bottom: 30px;
}

#half-curve-decoration,
#curve-decoration {
    width: auto;
    height: 35px;
}

.container-fluid {
    margin-top: 30px
}

.btn {
    padding: 8px 70px;
    border-color: #9B825E;
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bolder;
    border-radius: 0px;
    margin-bottom: 30px;
}

#content-container {
    margin-top: 100px;
}

.form-container {
    background-color: #000002;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.form-container h1 {
    font-family: 'Raleway', sans-serif;
    color: #9B825E;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 0px;
}


.form-container option {
    font-family: 'Raleway', sans-serif;
    color: #9B825E;
    font-size: 13px;
}

::placeholder {
    font-family: 'Raleway', sans-serif;
    color: darkgray;
    font-size: 14px;
}

.form-container #dropdownMenuGenderButton,
#dropdownMenuInquiryButton {
    color: darkgray;
    background-color: transparent;
    width: 100%;
    text-align: left;
    padding-left: 0px;
    padding-right: 5px;
    font-size: 14px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid darkgray;
    box-shadow: none;
}


.form-container #inquiry-form-dropdown {
    background-color: #000002;
    text-align: left;
    width: 100%;
    visibility: hidden;
    color: darkgray
}

.form-container #inquiry-form-dropdown.show {
    background-color: #000002;
    text-align: left;
    width: 100%;
    visibility: visible;
    color: darkgray;
}

.dropdown-toggle::after {
    float:right;
}

.form-container .name, .form-container .lastname, .form-container .email, .form-container .phone {
    padding-bottom: 30px;
}

.dropdown-form .dropdown-item {
    color:darkgray;
}

.form-container input {
    color: #9B825E;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #9B825E;
    background-color: #fefefe;
    width: 100%;
    outline: none;
}

.form-control:focus {
    box-shadow: none;
}

#info-section {
    margin-top: 100px;
}

.message {
    text-align: left;
}

.form-control-placeholder {
    color: darkgray;
    position: absolute;
    top: 0;
    left: 0px;
    padding: 7px 0 0 0;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0.5;
}

.form-group {
    position: relative;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 80%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}


.form-container textarea {
    margin: 0px;
    width: 100%;
    height: 100px;
    background-color: #fefefe;
    border: 1px solid darkgray;
    color: darkgray;
    outline: none;
}

.form-container #remainingC {
    font-family: 'Raleway', sans-serif;
    color: darkgray;
    font-size: 14px;
    font-weight: bolder;
}

.form-container .form-control {
    color: darkgray;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid;
    background-color: #fefefe;
    margin-bottom: 20px;
    width: 100%;
}

.custom-file-label {
    background-color: transparent;
    color: darkgray;
}


p#contactUsInfo {
    text-align: center;
    font-stretch: expanded;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 14px;
}

#submit-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-color: #9B825E;
    background-color: #9B825E;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bolder;
    border-radius: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    transition: .5s;
}

#submit-button:hover{
    border-color: #9B825E;
    background-color: transparent;
    color: #9B825E;
}

#submit-button:focus {
    outline: none;
    box-shadow: none;
}
/*contact us*/


#image-separator {
    width: 200px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

#heading-decoration {
    width: auto;
    height: 36px
}

.btn {
    padding: 8px 70px;
    border-color: #9B825E;
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bolder;
    border-radius: 0px;
    margin-bottom: 30px;
}

.btn:hover {
    background-color: #9B825E;
    border-color: #9B825E;
}


#btn-back-to-top {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 50px; 
    z-index: 99; 
    border: 2px solid #9B825E; 
    border-color: #9B825E;
    outline: none; 
    background-color: #000002; 
    color: #9B825E; 
    cursor: pointer;
    padding: 10px; 
    font-size: 16px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

#btn-back-to-top:hover {
    background-color: #9B825E;
    border-color: #9B825E;
    color: white;
    outline: none;
}

#btn-back-to-top:after {
    outline: none;
    background-color: #9B825E;
    border-color: #9B825E;
    color: white;
}

/*Carousel*/

#carousel-div {
    padding-left: 20px;
    padding-right: 20px;
}

#designProcessCarousel {
    text-align: center;
    max-width: 730px;
    height: auto;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    position: relative;
    margin-top: 150px;
    margin-bottom: 230px;
}

#designProcessCarouselIndicators li {
    width: 40px;
    height: 0.5px;
    background-color: transparent;
    bottom: -30px;
    text-indent: 0;
    color:#9B825E;
    font-size: 19px;
}

#designProcessCarouselIndicators .active {
    width: 40px;
    height: 0.5px;
    background-color: transparent;
    margin-bottom: 35px;
    font-size: 22px;
    color: white;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -100px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity ;
    transition-property: opacity;
    transition: opacity ease-out .9s;
}
  
.carousel-fade .carousel-inner .active.carousel-item-left, 
.carousel-fade .carousel-inner .active.carousel-item-right, 
.carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
}
  
.carousel-fade .carousel-inner .active, 
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, 
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
  
.carousel-fade .carousel-inner .active.carousel-item-left, 
.carousel-fade .carousel-inner .active.carousel-item-right, 
.carousel-fade .carousel-inner .carousel-item-next, 
.carousel-fade .carousel-inner .carousel-item-prev {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev  {  
    background-color: transparent; 
    border: 0ch;
}

.bootstrap-select>.dropdown-toggle,
.bootstrap-select>.dropdown-toggle:hover,
.bootstrap-select>.dropdown-toggle:active {
    background-color: #fefefe;
    color: darkgray;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid darkgray;
    padding:20px 0 10px 0;
    margin-bottom: 10px;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: darkgray;
    background-color: #fefefe;
    border-color: darkgray;
}

.bootstrap-select .dropdown-menu {
    background-color: #fefefe;
}

.bootstrap-select .dropdown-menu .dropdown-item:focus,
.bootstrap-select .dropdown-menu .dropdown-item:hover {
    color: darkgray;
    text-decoration: none;
}

.form-group .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.contact-form-wrapper,
.contact-form-wrapper .form-container {
    background-color: #fefefe;
}

.contact-form-wrapper {
    border-top: 6px solid #9b825E;
    border-bottom: 1px solid transparent;
}

.bootstrap-select .dropdown-menu li a {
    color:darkgray;
    padding-left:5px;
}

@media screen and (min-width: 2559px) {

    body img#image-separator.img-fluid,
    body img#image-separator-footer.img-fluid {
        width: 235px;
    }

    body img.img-fluid.mx-auto {
        width: 600px;
        height: auto;
    }

    .logo-separator img {
        width:235px;
    }
}

@media screen and (min-width: 2159px) {

    body #description-text, 
    body #overview-text {
        font-size: 20px;
    }

    body #heading-text,
    body #form-heading h1,
    body #description-text h1 {
        font-size: 24px;
    }

    body #heading-decoration,
    body #curve-decoration {
        height: 40px;   
    }

    #btn-back-to-top {
        border: 3px solid #9B825E; 
        font-size: 18px;
        height: 52px;
        width: 52px;
    }
}

@media screen and (max-width:1200px) {
    .divider {
        margin:auto auto 50px auto;
        height: 40px;
    }   
}

@media screen and (max-width: 991px) {

    body #input-div {
        padding-left: 0px;
        padding-right: 0px;
    }

    body #heading-div {
        margin-top: 100px;
    }

    body #input-div {
        padding-left: 0px;
        padding-right: 0px;
    }

    body #contact-form-container {
        padding: 30px 20px;
    }

    .contact-form-wrapper {
        border-top: 3px solid #9b825E;
        padding-left:15px;
        padding-right:15px;
    }

    body #description-div {
        margin-bottom:80px;
    }

    .logo-separator img {
        margin: auto auto 60px auto;
    }
}

@media screen and (max-width: 579px) {
    
    body #picture-div {
        border-top:4px solid #9B825E;
        border-bottom:4px solid #9B825E;
    }

    body #heading1 {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 65px;
        margin-bottom: 100px;
    }

    body #thin-separator {
        margin-top: 65px;
        margin-bottom: 110px;
    }
     
    body .mainfooter {
        margin-top: 0px;
    }

    body #image-separator {
        width: 170px;
        height: auto;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    body #designProcessCarousel {
        margin-top: 90px;
    }

    #curve-div {
        margin-top:30px;
    }

    body #heading-div {
        margin-top:70px;
        margin-bottom:70px;
    }

    body #description-div {
        margin-bottom: 63px;
        padding-left:20px;
        padding-right:20px;
    }

    .divider {
        height: 28px;
    }

    .logo-separator img {
        width:170px;
        margin: auto auto 50px auto;
    }
}

