@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.1');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "mundial", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
}

h1 {
    margin: 40px auto 20px auto;
    color: #707070;
}


h2 {
    margin: 40px auto 20px auto;
}


h4 {
    margin: 0px auto 20px auto;
}

.greyBG {
    width: 100%;
    background-color: #707070;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 40px;
}

.greyBG h1 {
    color: #FFF;
    font-weight: 200;
    font-size: 3.5em;
    margin: 0px;
    padding: 0px 0px;
}

@media only screen and (max-width: 425px) {
    .greyBG h1 {
        color: #FFF;
        font-weight: 200;
        font-size: 35px;
        margin: 0px;
        padding: 0px 0px;
    }
}

.greyBG h1 span {
    font-weight: 400;
}

.greyBG h2 {
    font-size: 1.8em;
    color: #FFF;
    font-weight: 200;
    margin-top: 10px;
}

@media only screen and (max-width: 425px) {
    .greyBG h2 {
        font-size: 27px;
        color: #FFF;
        font-weight: 200;
        margin-top: 10px;
    }
}

h3.thePrice {
    color: #5E7775;
    text-align: center;
    margin: 30px auto;
    line-height: 1.4;
}

h3.secHdr {
    font-family: "mundial", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 50px;
    color: #5E7775;
    margin: 20px auto;
}

.logo {
    width: 100%;
    max-width: 150px;
    margin: 0px 0px;
}

@media only screen and (max-width: 425px) {
    .logo {
        display: flex;
        width: 100%;
        max-width: 80px;
        top: 4%;
        left: 4%;
        margin: 0px auto 20px auto;
    }
}

.navbar-nav li a {
    color: #000 !important;
    font-family: "mundial", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar-nav li a:hover {
    color: #5E7775 !important;
}


.navbar-nav li a:after {
    content: "|";
    margin-left: 10px;
    margin-right: 10px;
    color: #000;
}

@media only screen and (max-width: 425px) {
    .navbar-nav li a:after {
        content: "";
        margin-left: 10px;
        margin-right: 10px;
    }
}

.navbar-nav li:last-child a:after {
    content: "";
    margin-left: 10px;
}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
    }
}


footer {
    padding: 30px;
    margin: 60px 0px 0px 0px;
    background-color: #5E7775;
    text-align: center;
    color: #FFF;
}

footer a {
    color: #FFF;
    text-decoration: none;
    font-family: "mundial", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
}

footer a:hover {
    color: #FFF;
    text-decoration: none;
    font-family: "mundial", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
}

.RealtorLogo {
    margin: 0px 0px 30px 0px;
}

p.copyrighttxt {
    color: #FFF;
    font-weight: normal;
    margin: 0;
    font-size: 12px;
}


.secNav {
    margin: 40px auto;
}


ul.circle {
    font-family: "mundial", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-weight: bold;
    list-style-type: none;
    line-height: 1.7;
    color: #707070;
}

*, *:after, *:before {
    box-sizing: border-box;
}

ul.circle li:before {
    font-family: 'fontawesome';
    content: '\f00c';
    font-size: 20px;
    color: #5E7775;
    padding-top: 0px;
    margin-left: -25px;
    position: absolute;
}

.btnSec {
    background-color: #5E7775;
    color: #FFF;
    padding: 10px 40px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 0px;
}

.btnSec:hover {
    background-color: #5E7775;
    color: #FFF;
}

.notBold {
    font-weight: normal;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    .map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }


    .pointer {
        cursor: pointer;
    }

    .pointerGallery {
        cursor: pointer;
        margin-bottom: 30px;

    }


    .box {
        width: 120px;
        height: 30px;
        border: 1px solid #999;
        font-size: 18px;
        color: #1c87c9;
        background-color: #eee;
        border-radius: 5px;
        box-shadow: 4px 4px #ccc;
      }

      .flImg {
          width: auto;
          height: 100%;
          max-height: 300px;
      }