@font-face {
    font-family: 'Georgia Pro';
    src: local('../css/Georgia Pro Black'), local('/assets/css/Georgia-Pro-Black'),
    url('../css/GeorgiaPro-Black.woff2') format('woff2'),
    url('../css/GeorgiaPro-Black.woff') format('woff'),
    url('../css/GeorgiaPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body {
    background: url(../img/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section {
    position: relative;
    height: 100vh;
}

h1.brand {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000000;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 100px;
    font-family: 'Georgia Pro', Fallback, sans-serif;
}

h2.claim {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000000;
    transform: translate(-50%, -50%);
    margin-top: 100px;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-family: 'Georgia Pro', Fallback, sans-serif;
}

h4 {
    font-family: 'Georgia Pro', Fallback, sans-serif;
}

h4.main {
    margin-top: 40px;
    margin-bottom: 2px;
}

.divider {
    height: 50px;
}

a {
    text-decoration: none;
}

.fbhref a {
    color: #4267B2;

}

p {
    margin: 0;
}

p.copy {
    padding-bottom: 20px;
    margin-top: 30px;
    position: relative;
    color: #D3D3D3;
    font-family: 'Georgia Pro', Fallback, sans-serif;
}

.claim-dot {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 40px;
}

.claim-dot:before {
    content: "\2022";
}

@media (max-width: 992px) {

    .content {
        height: auto;
    }

    h1.brand {
        font-size: 50px;
    }

    h2.claim {
        font-size: 25px;
        margin-top: 100px;
    }

    p.copy {
        padding: 0;
        position: relative;
        text-align: center;
    }

    .claim-dot {
        font-size: 20px;
    }

    .section3 {
        margin-top: 130px;
    }

}