﻿html, body {
    color: #000;
    padding: 0;
    margin: 0;
    font-family: Helvetica, sans-serif, Arial;
    font-size: 14px;
}

a, a:link, a:visited {
    text-decoration: underline;
    color: #000;
}

img {
    max-width: 100%;
}

.top-navigation {
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    background-color: rgba(255,255,255,0.4);
    min-height: 30px;
    max-height: 50px;
    padding: 10px 0;
}

.page-wrapper {
    background-image: url(/nextcasa4u_bg.jpg);
    width: 100%;
    height: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.top-follow-links {
    display: inline-block;
    width: calc(50% - 150px);
}

.top-logo {
    width: 300px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding-top: 4px;
}

.top-logo img {
    width: 100%;
    max-width: 250px;
}

.top-links {
    width: calc(50% - 150px);
    display: inline-block;
}

.content-wrapper {
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 100%;
    text-align: center;
}

.content {
    padding: 20px;
    margin: 0 auto;
    max-width: 500px;
    background-color: rgba(255,255,255,0.6);
}

h1 {
    font-size: 38px;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "nimbus-sans-condensed",serif;
}

p {
    font-size: 20px;
}

p span {
    display: inline-block;
    width: 100%;
    font-size: 24px;
}
@media screen and (max-width: 768px) {
    .top-follow-links {
        width: calc(50% - 100px);
    }

    .top-logo {
        width: 200px;
    }

    .top-links {
        width: calc(50% - 100px);
    }
    h1 {
        font-size: 30px;
    }
}