html, body {
    font-family: 'Roboto', Helvetica, sans-serif;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:100%;
}
h1 {
    color:#fff;
    font-size: 72px;
    font-weight: 900;
    text-shadow: 2px 3px 10px rgba(0,0,0,.33);
}
h2 {
    color:#fff;
    font-size: 48px;
    font-weight: 400;
    text-shadow: 2px 3px 10px rgba(0,0,0,.33);
}
h3 {
    color:#fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
h4 {
    color:#fff;
    font-size: 24px;
    font-weight: 300;
}
p {
    color:#fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
}
.stats {
}
.stats span {
    display: inline-block;
    padding-right: 10px;
    color:#6AB4E4;
    font-weight: 700;
    margin-bottom:5px;
}
.container {
    width:100%;
    max-width:100%;
    padding:0 20px;
}
.header {
    display: inline-block;
    z-index: 999;
    padding:20px;
}
.header img {
    max-width: 100px;
}
.social {
    z-index: 999;
    position: relative;
    margin:0 auto;
    padding:20px;
    width:300px;
    text-align: center;
}
.social  span {
    color:rgba(255, 255, 255, .2);
    font-size: 30px;
    display: inline-block;
    padding:0 5px;
    cursor: pointer;
}
.social  span:hover {
    color:rgba(255, 255, 255, 1);
}

.content {
    padding-top:30px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 99;
}
hr {
    border-top:1px solid #fff;
    margin:35px 0;
}

.property {
    background-color: rgba(0,0,0,.6);
    border-radius: 8px;
    padding:20px;
    width:100%;
    text-align: left;
    margin-top: 30px;
}
.property img {
    max-width: 100%;
    max-height: 175px;
}

form {
    width:400px;
    margin:0 auto;
    margin-top: 50px;
}
input.form-control {
    width:100%;
    border-radius: 5px;
    margin-bottom: 8px;
    padding:25px 20px;
    font-size: 18px;
    font-weight:300;
    color:#333;
    border:none;
}
input[type=submit] {
    width:100%;
    border-radius: 5px;
    margin-bottom: 8px;
    padding:13px 20px;
    font-size: 18px;
    font-weight:700;
    color:#fff;
    background: #6AB4E4;
    height: 50px;
    border:none;
    box-shadow: 2px 4px 10px #333;
    transition: all .3s;
}
input[type=submit]::placeholder {
    color:#ccc;
}
input[type=submit]:hover {
    background: #3FC755;
}

.footer {
    background: #fff;
    width: 100%;
    z-index: 99;
    text-align: center;
    padding:15px 0;
    margin-top:12px;
}
.footer p {
    color:#999;
}
.footer p a {
    color:#6AB4E4;
    padding: 2px 8px;
    display: inline-block;
}
.footer p img {
    margin-top:10px;
}
#top > div {
    z-index: 0 !important;
}


@media (max-width:767px) {
    h1 {font-size: 42px; margin-top:20px; }
    h2 {font-size: 21px; }
    h3.summary { margin-top:15px;  text-align: center;  }
    .social { width:200px; display: none; }
    .social  span {
        font-size: 22px;
    }
    .content { padding-top:0px; }
    container {
        width:100%;
        max-width:100%;
    }
    form { width:100%;  margin-top:25px; }
    p { text-align: center; }
    p.stats { font-size:16px;}
    p.comments { display:none;}
}
@media (min-width:992px) {
    .container {
        width:100%;
        max-width:900px;
    }
}
@media (min-width:1140px) {
    .container {
        width:100%;
        max-width:1140px;
    }
}
