html {
    min-height: 100%;
}

body {
    margin: 0;
    background-color: #769a90;
}

header {
    min-height: 100%;
    z-index: +100;
    margin: 0;
    background-color: #2f373a;
    width: 230px;
    height: auto;
    position: fixed;
}

.content {
    position: relative;
    z-index: +100;
    margin: 0;
    margin-left: 230px;
}

.content-set-width {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

footer {
    background: #2f373a;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 5px;
}

nav ul li a {
    margin: 0;
    text-decoration: none;
    color: white;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 100;
    font-size: 24px;
}

nav ul li a:hover {
    color: #a8a8a8;
}

nav ul {
    margin: 0;
    list-style-type: none;
}

nav {
    margin: 0;
    margin-top: 30px;
    margin-left: -15px;
}

nav ul li {
    margin: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

h1 {
    color: #2f373a;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 100;
    text-align: center;
    margin-top: -5px;
    font-size: 56px;
    margin-left: auto;
    margin-right: auto;
}

h1 span {
    font-size: 32px;
}

.content div p {
    color: white;
    font-family: 'Verdana', sans-serif;
}

#homepage-image {
    margin-top: 10px;
    border: 4px solid #769a90;
    width: 98.8%;
}

#units-image {
    margin-top: 10px;
    border: 4px solid #769a90;
}

h2 {
    color: #769a90;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 100;
    font-size: 30px;
    margin-bottom: -5px;
}

footer p {
    color: #b6e5fa;
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    margin-bottom: -4px;
    text-align: center;
}

footer p a {
    color: #769a90;
}

footer p a:hover {
    color: #a8a8a8;
}

#current-page {
    color: #769a90;
}

.content .sub-section {
    background: #2f373a;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}

.content .sub-section h2 {
    padding-top: 15px;   
}

.bottom-section {
    margin-bottom: 80px;
}

.site-title {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 30px;
    margin-bottom: 20px;
}

.site-title img {
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sub-section img {
    width: 75%;
    margin-top: 10px;
    margin-bottom: 20px;
}

h3 {
    color: #b6e5fa;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 100;
    text-align: center;
    margin-top: -122px;
    font-size: 26px;
    width: 130px;
    margin-right: auto;
    margin-left: auto; 
    line-height: 26px;
}

img.sub-page-logo {
    width: 200px;
    margin-left: 34px;
    margin-bottom: 48px;
}

.sub-page-title {
    width: 270px;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    margin-bottom: -70px;
}

h4 {
    color: #769a90;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 100;
    font-size: 26px;
    width: 100%;
    line-height: 26px;
    margin-bottom: -2px;
}

a {
    text-decoration: none;
}

a h4:hover {
    color: #a8a8a8;
}

.img-link:hover {
    opacity: 0.9;
}

.listing-thumbnail img {
    width: 100%;
    border: 2px solid white;
}

.listing-thumbnail p {
    margin-top: -15px;
}

.listing-thumbnail {
    width: 40%;
}

#listing-1 {
    float: left;
    margin-left: 5%;
}

#listing-2 {
    float: right;
    margin-right: 5%;
}

#listing-3 {
    float: left;
    margin-left: 5%;
}

#listing-4 {
    float: right;
    margin-right: 5%;
}

#listing-5 {
    float: left;
    margin-left: 5%;
}

#listing-6 {
    float: right;
    margin-right: 5%;
}

#spacer {
    display: block;
    position: relative;
    clear: both;
    height: 15px;
}

div.mobile-nav {
    display: none;
}

.sub-section .listing-header-image {
    width: 100%;
    border: 2px solid white;
    margin-bottom: 0px;
}

.sub-section p a {
    color: #769a90;
    text-decoration: underline;
}

.sub-section p a:hover {
    color: #a8a8a8;
}

.sub-section ul li {
    color: white;
    font-family: 'Verdana', sans-serif;
}

.sub-section ul {
    margin-left: -25px;
}

.listings-container {
    height: auto;
    display: block;
}

#spacer-2 {
    display: block;
    position: relative;
    clear: both;
    height: 2px;
}

.sub-section ul li {
    margin-bottom: 7px;
}

.sub-section ul li a {
    color: #b6e5fa;
}

.sub-section ul li a:hover {
    opacity: 0.6;
}

#intro-paragraph {
    padding-top: 25px;
}

#footer-address {
    margin-top: 8px;
}








@media screen and (max-width: 1024px) { 
    
  img.bg {
    left: 50%;
    margin-left: -512px;
  }
    
}

@media screen and (max-width: 800px) {

    header {
        width: 170px;
    }
    
    nav ul li a {
        font-size: 21px;
    }
    
    footer {
        margin-top: 70px;
    }
    
    .content-set-width {
        width: 91%;
    }
    
    .content {
        margin-left: 170px;
    }
    
    .listing-thumbnail {
        width: 44%;
    }
    
    footer p {
        font-size: 13px;
    }
    
    #listing-1 {
        float: left;
        margin-left: 2%;
    }

    #listing-2 {
        float: right;
        margin-right: 2%;
    }

    #listing-3 {
        float: left;
        margin-left: 2%;
    }

    #listing-4 {
        float: right;
        margin-right: 2%;
    }

    #listing-5 {
        float: left;
        margin-left: 2%;
    }

    #listing-6 {
        float: right;
        margin-right: 2%;
    }
    
}

@media screen and (max-width: 600px) {
 
    .listing-thumbnail {
        width: 80%;
    }

    #listing-1 {
        float: left;
        margin-left: 5%;
    }

    #listing-2 {
        float: left;
        margin-left: 5%;
    }

    #listing-3 {
        float: left;
        margin-left: 5%;
    }

    #listing-4 {
        float: left;
        margin-left: 5%;
    }

    #listing-5 {
        float: left;
        margin-left: 5%;
    }

    #listing-6 {
        float: left;
        margin-left: 5%;
    }
    
}

@media screen and (max-width: 600px) {
        
    header {
        position: relative;
        z-index: +200;
        margin: 0;
        background: #2f373a;
        width: 100%;
        position: fixed;
        height: 50px;
        min-height: 0;
    }
    
    footer p {
        font-size: 11px;
    }
    
    nav {
        display: none;
    }
    
    div.mobile-nav {
        display: inline;
        position: fixed;
        margin-top: 13px;
        margin-left: 20px;
        z-index: +300;
        width: 150px;
    }
    
    div.mobile-nav select {
        width: 150px;
    }
    
    .mobile-nav ul {
        display: none;
    }
    
    .content {
        margin-left: 0px;
    }
    
    .content-set-width {
        width: 85%;
    }
    
    .site-title {
        padding-top: 70px;
    }

    .site-title img {
        width: 100px;
    }
    
    .site-title h1 {
        font-size: 38px;
        margin-top: -2px;
        margin-bottom: -8px;
    }
    
    #email-contact {
        font-size: 12px;
    }
    
}

@media screen and (max-width: 380px) {
 
    #footer-bullet {
        display: none;
    }
    
}