body
{
    background:url('/image/background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.panel1
{
    padding-top:100px;
    padding-bottom:0px;
}

h2.coming-soon,
h3.coming-soon,
h4.coming-soon
{
    color:white;
    text-transform:uppercase;
    font-family: 'Lato', sans-serif;
    font-weight:300;
}

h3.coming-soon,
h4.coming-soon
{
    color:white;
    text-transform:uppercase;
    font-family: 'Lato', sans-serif;
    font-weight:500;
}

.down-arrow
{
    font-size:55px;
    color:white;
}

.down-arrow a
{
    color:white;
}

.panel2
{
    background-color:white;
    opacity:0.95;
}

.panel3
{
    padding-top:150px;
    padding-bottom:150px;
}

.panel4
{
    padding-top:100px;
    padding-bottom:100px;
}

.introduction
{
    padding: 6% 15% 5% 15%;
    margin: 0 auto;
}

.introduction .header
{
    text-align: left;
    padding-bottom: 4%;
    font-size: 5rem;
    color: #444;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.message
{
    color: #444;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: .2pt;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
}

.text
{
    margin-left:0;
    padding:55px 0;
    color:#333;
    text-align:center;
    vertical-align:middle;
}

.signup
{
    padding:20px 0 !important;
    height:240px !important;
}

.realtor-contact
{
    background:white;
    padding:10px;
    border-radius:6px;
    opacity:0.95;
    margin-right:45px;
    margin-bottom:20px;
}

.text .header
{
    color:#444;
    font-size:3.3rem;
    font-weight:300;
    font-family: 'Lato', sans-serif;
}

.message .fa-envelope
{
    font-size:6rem;
}

.btn-request {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fb534b;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 17px;
}

.btn-request:hover {
    background: #e93e37;
    color: #fff;
}

.social-medialist
{
    color: white;
    font-size: 55px;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.social-medialist a
{
    color:white;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .introduction {
        padding: 10% 5% 5% 5%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    body
    {
        background:url('/image/background.jpg') no-repeat 5%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .panel1
    {
        padding-top:200px;
        padding-bottom:200px;
    }

    .introduction .header
    {
        font-size: 3rem;
    }

    .introduction .message
    {
        font-size:1.6rem;
    }

    .text .header {
        font-size: 2.5rem;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .introduction
    {
        padding: 18% 10px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
