﻿body {
}

#mainNavbar {
    min-height: 80px;
}

#inner-box {
    background: #02025d;
    height: 250px;
    width: 50%;
    opacity: 0;
    top: 520px;
    left: 25%;
    right: 25%;
    position: absolute;
    padding: 0;
    transition: opacity .5s;
}

    #inner-box p {
        color: #fff;
        font-family: 'arial';
        text-align: center;
    }

#inner-box {
    opacity: .9;
    transition: opacity .5s;
}

#homeOverlay {
    font-size: 26px;
    font-weight: bold;
    line-height: 62px;
}

#homeOverlayDesc {
    text-align: justify;
    padding: 0 50px;
}

#inner-box hr {
    border-color: #FFF;
    width: 80%;
}

#inner-box a {
    color: #FFF;
    text-align: center;
}

#about {
    padding-top: 150px;
    height: 850px;
    color: #000;
    text-align: center;
}

#units {
    padding-top: 100px;
    color: #000;
    text-align: center;
}

#contact {
    height: 600px;
    color: #000;
    text-align: center;
}

    #contact.container-fluid {
        padding: 30px 0 0 0 !important;
    }

    #contact .container {
        margin-top: 30px;
    }

#divMap {
    text-align: right;
}

#divInfo {
    text-align: left;
    padding-left: 100px;
}

/*#divMap, #divInfo
{
    padding: 0 !important;
}*/

#divForms {
    margin-top: 50px;
}

.about-pic {
    margin-bottom: 15px;
}

#townhome-content-1 {
    background-color: #02025d;
}

#townhome-content-2 {
    background-color: #2b2d90;
}

#townhome-content-3 {
    background-color: #2945b2;
}

.townhouse-content {
    padding: 50px 0;
}

    .townhouse-content p {
        max-width: 350px;
    }


.text-color-white {
    color: #fff;
}

.prohibited {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 25px;
    text-align: left;
}

.townhouse-pic {
    max-width: 250px;
}

.text-left {
    text-align: left;
}

#footer {
    height: 100px;
    color: #fff;
    text-align: center;
    background-color: #a36505;
    padding-top: 35px;
}


/* mobile device queries */

/* browser window is 1536px or smaller */
@media only screen and (max-width: 1536px) {
    #inner-box {
        top: 410px;
    }
}

/* browser window is 960px or smaller */
@media only screen and (max-width: 960px) {
    #inner-box {
        top: 260px;
        left: 120px;
        height: 210px;
        width: 75%;
    }

    #units {
        padding-top: 5px;
    }
}

/* browser window is 600px or smaller */
@media only screen and (max-width: 600px) {
    .navbar-brand {
        font-size: 16px !important;
    }

    #demo {
        top: 80px;
    }

    #inner-box {
        top: 240px;
        left: 5%;
        right: 5%;
        height: 145px;
        width: 90%;
    }

        #inner-box p {
            font-size: 12px;
        }

    #homeOverlay {
        margin-top: 10px;
        line-height: 20px;
    }

    #homeOverlayDesc {
        padding: 0 30px;
    }

    #homeOverlayLink {
        font-size: 12px;
        font-weight: bold;
    }

    #inner-box hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #about {
        padding-top: 200px;
        height: 740px;
    }

        #about p {
            font-size: 14px;
        }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    .townhouse-pic {
        max-width: 300px;
    }

    .float-left, .float-right {
        float: none !important;
    }

    .townhouse-content {
        text-align: center;
    }

        .townhouse-content p {
            margin-top: 10px;
            font-size: 14px;
            max-width: 100%;
            padding: 0 25px;
        }

    #divMap, #divInfo {
        text-align: center;
        padding: 0 !important;
    }

    #contact {
        height: 700px;
    }
    
    .prohibited {
        font-size: 16px;
    }
}

/* browser window is 375px or smaller */
@media only screen and (max-width: 375px) {
    #inner-box {
        top: 180px;
    }

    #about {
        padding-top: 200px;
        height: 1720px;
    }

    #contact {
        height: 750px;
    }
    
    .prohibited {
        font-size: 16px;
    }
}
