@import url(https://fonts.googleapis.com/css?family=Allerta+Stencil|Artifika|Sacramento|Cinzel+Decorative|Fanwood+Text|Fredericka+the+Great|Fugaz+One|Germania+One|Graduate|Grand+Hotel|IM+Fell+Double+Pica|Montserrat|Slabo+27px|Source+Sans+Pro);

html, body {
    font-family: 'Artifika', serif !important;
    font-weight: 100;
    min-height: 100vh;
    margin: 0;
}

.wow {
    visibility: hidden;
}

.mdb-lightbox figure .img-fluid {
    height: 100%;
    max-height: initial;
}

.purple-lighter-hover {
    color: #f9bced;
    -webkit-transition: .4s;
    transition: .4s;
}

.purple-lighter-hover:hover {
    -webkit-transition: .4s;
    transition: .4s;
    color: #f9bced;
}

.gold-lighter-hover {
    color: #f8f9bc;
    -webkit-transition: .4s;
    transition: .4s;
}

.gold-lighter-hover:hover {
    -webkit-transition: .4s;
    transition: .4s;
    color: #f8f9bc;
}

.green-lighter-hover {
    color: #daf7a6;
    -webkit-transition: .4s;
    transition: .4s;
}

.green-lighter-hover:hover {
    -webkit-transition: .4s;
    transition: .4s;
    color: #daf7a6;
}

.blue-lighter-hover {
    color: #bcf9f2;
    -webkit-transition: .4s;
    transition: .4s;
}

.blue-lighter-hover:hover {
    -webkit-transition: .4s;
    transition: .4s;
    color: #bcf9f2;
}

.dark-blue-lighter-hover {
    color: #bcd1f9;
    -webkit-transition: .4s;
    transition: .4s;
}

.dark-blue-lighter-hover:hover {
    -webkit-transition: .4s;
    transition: .4s;
    color: #bcd1f9;
}

.coolText1 {
    font-family: 'Fredericka the Great', cursive;
}

.coolText2{
    font-family: 'Cinzel Decorative', cursive;
}

.coolText3{
    font-family: 'Allerta Stencil', cursive;
}

.coolText4{
    font-family: 'Fanwood Text', cursive;
}

.coolText5{
    font-family: 'Germania One', cursive;
}

.coolText6{
    font-family: 'Sacramento', cursive;
}

.text-underline{
    text-decoration: underline;
}

.bottom {bottom: 0px;}
.top {top: 0px;}
.left {left: 0px;}
.right {right:0px;}
.middle {top:45% !important;}

.divider-short {
    width: 50%;
    border: solid black 1.5px;
    margin: 15px auto;
}

.divider-long {
    width: 80%;
    border: solid black 1.5px;
    margin: 15px auto;
}

.divider-image {
    background: url('/images/divider_image.png');
    background-attachment: initial;
    background-size: contain;
    background-position: center center;
    width: 100%;
    height: 50px;
    margin: 15px auto;
}

.flashMessage {
    background: darkcyan;
    color: wheat;
    position: fixed;
    z-index: 20;
    padding: 20px;
    border-radius: 10px;
    top: -150px;
    left: 40%;
    width: 25%;
}

.side-nav .logo-wrapper {
    height: 160px;
}

.navbar {
    z-index: 1040;
}
.side-nav {
    margin-top: 49px !important;
}

.double-nav .breadcrumb-dn p {
    color: #fff;
}

.aboutUsBlurb {
    font-size: 135%;
}

input.form-control {
    margin-top: 0;
}

.featuredHeader {
    border-top: dashed 5px;
    border-bottom: dashed 5px;
}

.deleteDivider {
    border-bottom: dashed 2px black;
    margin: 50px 0px;
    width: 100%;
}

.form-block {
    margin: 50px 0px;
}

.form-block-header {
    background: linear-gradient(to right, rgba(255, 188, 4, 1), transparent, transparent);
    padding: 5px;
}

button.deleteBtn {
    width: -webkit-fill-available;
}

.deletePropImages, .deletePropVideos {
    position: relative;
    padding: 15px
}

.deletePropImages .form-check, .deletePropVideos input[type="checkbox"] {
    position: absolute;
    top: -10px;
    left: 0px;
    /* transform: scale(1.5); */
    z-index: 1;
    padding: 0px;
}

#open_request .mask p {
    -ms-transform: rotate(-40deg); /* IE 9 */
    -webkit-transform: rotate(-40deg); /* Safari */
    transform: rotate(-40deg); /* Standard syntax */
    font-size: 165%;
    font-family: 'Fugaz One', serif;
}

.media img {
    max-height: 100px;
    max-width: 100%;
}

.contactImg img {
    /*max-height: 150px;*/
    max-width: 100%;
}

.media-modal-item {
    max-height: 200px;
    height: 200px;
    max-width: 200px;
    width: 200px;
}

.propertyImgGallery .heroImg img {
    max-height: 500px;
    margin: 0 auto;
    /* width: 100%; */
    display: -webkit-box;
    display: block;
    position: relative;
}

.propertyImgGallery .imgGallery img {
    height: 100px;
    width: 100px;
    opacity: 0.5;
}

.propertyImgGallery .imgGallery img.active {
    border: solid 1px blue;
    opacity: 1;
}

img.imgPreview.img-thumbnail.m-1 {
    max-width: 32%;
}

video {
    height: 100%;
    width: 100%;
    max-width: 100%;
    border: solid 1px;
    border-radius: 10px;
}

nav {
    background: white;
    height: 100px;
    min-height: 100px;
    /* margin:0px -15px; */
    padding: 0 15px;
    width: -webkit-fill-available;
}

img.navbar-brand {
    max-width: 100%;
}

a.navbar-brand, a.brand-logo {
    /*background: url(/images/jrh_logo.png);*/
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center center;
    padding: 0% 10%;
    color: transparent;
    width: 125px;
}

li.nav-item.dropdown.activeNav > a {
    background: linear-gradient(black, #41372d ,white);
    color: white !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

li.nav-item.dropdown.activeNav a.dropdown-item.activeNav {
    background: linear-gradient(black, #41372d ,white);
    color: white !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

a.nav-link.activeNav {
    background: linear-gradient(black, #41372d ,white);
    color: white !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

footer {
}

footer .registerNCopyright {
    font-size: 50%;
}

fieldset legend {
    width: 25% !important;
    padding: 0% 2%;
}

.loader {
    border-top: 16px solid blue;
    border-bottom: 16px solid blue;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 100px auto;
}

h1.section-title {
    position: relative;
    flex-grow: 1;
    margin: 0;
}

h1.section-title:before {
    content: "";
    display: block;
    border-top: solid 2px #231e16;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

h1.section-title span {
    background: #fff;
    left: 0%;
    padding: 0 35px;
    position: relative;
    z-index: 5;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

[type=checkbox][class*=filled-in]:checked+label:after {
    top: 0;
    border-color: #CC0000;
    background-color: #CC0000;
    z-index: 0;
}

@media only screen and (max-width: 575.99px) {
    #home_carousel {
        height: 500px !important;
    }

    img.navbar-brand {
        max-width: 70%;
        margin: 0 auto;
    }

    .flashMessage {
        width: 75%;
        left: 13.5%;
    }

    .separtator.jumbotron {
        padding: 8em 2em;
    }

    .side-nav .logo-wrapper img {
        padding-top: 24%;
    }

    .side-nav .logo-wrapper {
        height: 200px;
    }
}

@media only screen and (min-width: 576px) {
    #home_carousel {
        height: 500px !important;
    }

    .waves-input-wrapper {
        width: 100%;
    }

    .jumbotron h2 {
        font-size: 2.5em;
    }

    .showcaseProps:nth-of-type(odd) {
        /* background: linear-gradient(#135feb, #ebf1fb, #ebf1fb); */
    }

    a.brand-logo {
        padding: 25px;
        font-size: 700%;
    }

    nav .button-collapse i {
        line-height: 100px;
    }

    .input-group .input-group-addon {
        font-size: 75% !important;
    }

    .side-nav .logo-wrapper img {
        padding-top: 24%;
    }

    .side-nav .logo-wrapper {
        height: 200px;
    }
}

@media only screen and (min-width: 768px) {
    #home_carousel {
        height: 100% !important;
    }

    img.navbar-brand {
        max-width: 50%;
        margin: 0 auto;
    }

    .loginJumbotron {
        max-height: initial;
        min-height: 90vh;
    }

    .mdb-lightbox figure .img-fluid {
        max-height: 210px;
    }
}

@media (min-width: 992px) {
    nav {
        background: white;
        height: 60px;
        min-height: 60px;
        /* margin:0px -15px; */
        padding: 0 15px;
        width: -webkit-fill-available;
    }

    .side-nav .logo-wrapper {
        height: 160px;
    }

    .side-nav .logo-wrapper img {
        padding-top: 7%;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 750px;
        margin: 30px auto;
    }

    .mdb-lightbox figure .img-fluid {
        max-height: 275px;
    }
}