/*
Created by: Tony C Hager.
Copyright© 2018 URTH, LLC All Rights Reserved
/* 
    Created on : May 16, 2018, 4:25:44 PM
    Author     : Tony
*/

html,
body {
    height: 100%;   
}

img {
    max-width: 100%;
}

/* cover */

#cover {
    background: #222 url('/img/cover.png') center center no-repeat;
    background-size: cover;
    color: crimson;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: top;
}

#cover-caption {
    width: 100%;
}

.section-content {
    padding: 5rem 0;
}

#about {
    background: url('/img/plano.jpg') center center no-repeat;
    background-size: cover;
}

.about-text {
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 1.875rem;
}

#propertysearch {
    width: 100%;
    height: 100%;
}

.search-iframe {
    height: auto;
    width: auto;
}

#footer-main {
    background: #222;
    color: white;
    font-size: 0.8rem;
    padding: 2.5rem 0;
}

