﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 15px;
    position: relative;
    min-height: 100%;
}

@media (max-width: 768px) {
    html {
        font-size: 16px;
    }

    label {
        font-weight: 600 !important;
        padding-top: 15px;
    }

    .contact-map {
        margin-top: -35px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.mb-25 {
    margin-bottom: 25rem !important;
}

.mb-20 {
    margin-bottom: 20rem !important;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

#listing-hero {
    background-image: url(../images/map-sketch.jpg);
}

.map-bg {
    background-image: url(../images/map-sketch.jpg);
}

.agents-bg {
    background-image: url(../images/rotator-05.jpg);
    /* Set a specific height */
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 600px;
}

.mrp-bg {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: url(../images/mrp-art-01.jpg);
    /* Set a specific height */
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 600px;
}

.sfr-bg {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: url(../images/sfr-01.jpg);
    /* Set a specific height */
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 600px;
}

.dpa-bg {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: url(../images/dpa-art-01.jpg);
    /* Set a specific height */
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 600px;
}

#home-hero {
    background-image: url(../images/rotator-03.jpg);
    min-height: 600px;
    /* Set a specific height */
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.home-bg {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: url(../images/rotator-04.jpg);
    /* Set a specific height */
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact-map {
    border: 0;
    width: 100%;
    height: 450px;
}

.mlx-frame {
    margin-top: 200px;
    width: 100%;
    min-height: 600px;
}

.bg-mlx {
    background-color: #e4e7eb !important;
}

.text-validation {
    font-size: 11px;
    color: #ff0000;
}