﻿@font-face {
    font-family: "Gotham Narrow";
    src: url('../fonts/GothamNarrow-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Narrow";
    src: url('../fonts/GothamNarrow-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Narrow";
    src: url('../fonts/GothamNarrow-Light.otf') format('opentype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Narrow";
    src: url('../fonts/GothamNarrow-LightItalic.otf') format('opentype');
    font-weight: lighter;
    font-style: italic;
}

body, html {
    height: 100%;
    font: 12px "Gotham Narrow", Helvetica, Arial, Sans-Serif;
    margin: 0;
    background-color: #0b0b0b;
}

#home-page {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1{ 
    margin: auto;
}

.streamline-button {
    margin-top: 3rem;
    background-color: #fff;
    color: #0b0b0b;
    border: 2px solid #F1416C;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: 20px;
}

.streamline-button:hover {
    background-color: #F1416C;
    color: #fff;
}

.info-button {
    margin-top: 3rem;
    background-color: #fff;
    color: #0b0b0b;
    border: 2px solid #181c32;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: 20px;
}

.info-button:hover {
    background-color: #181c32;
    color: #fff;
}

.success-button {
    margin-top: 3rem;
    background-color: #fff;
    color: #0b0b0b;
    border: 2px solid #4CAF50;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: 20px;
}

.success-button:hover {
    background-color: #4CAF50;
    color: #fff;
}

.caption {
    position: relative;
    width: 50%;
    text-align: center;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    margin-top: -8rem;
}

.caption h1.border {
    background-color: gold;
    color: #111;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 0.3rem;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#home-image {
    text-align: center;
    padding-top: 14rem;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0rem;
}

@media only screen and (max-width: 576px) {

    .caption {
        margin-top: 0rem;
    }
}

@media only screen and (min-width: 576px) {

    .caption {
        margin-top: 0rem;
    }
}

@media only screen and (min-width: 768px) {

    .caption {
        margin-top: -2rem;
    }
}

@media only screen and (min-width: 992px) {

    .caption {
        margin-top: -4rem;
    }
}

@media only screen and (min-width: 1200px) {

    .caption {
        margin-top: -6rem;
    }
}