﻿@font-face {
    font-family: "BROADW";
    src: local("BROADW"), url("../fonts/BROADW.ttf") format("truetype");
}

body {
    /*color: #943634;*/
}

h1, h2 {
    font-family: "BROADW";
}

header h1 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

header p {
    font-size: 12px;
}

ul.navbar-nav > li > a {
    padding-bottom: 25px;
    padding-top: 25px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

footer {
    margin-top: 35px;
    background-color: #fafafa;
}

    footer p.strong strong, .contact p.strong strong {
        display: inline-block;
        width: 5%;
    }

.error {
    color: #a94442;
}

span.error {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}

.top-bar {
    color: #ffffff;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 100%;
    z-index: 99;
}

@media screen and (min-width: 768px) {
    .top-bar {
        top: 120px;
    }
}

.top-bar h1 {
    font-size: 58px;
    font-weight: 900;
    padding: 0;
    text-align: center;
}

.top-bar h2 {
    font-size: 18px;
}

.top-bar h1, .top-bar h2 {
    margin: 0;
}

.top-bar h1, .top-bar p {
    text-shadow: 2px 2px 5px #000000;
}

.top-bar p {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 30px;
    text-align: center;
}

.top-bar a {
    background-color: #337ab7;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font: 700 26px sans-serif;
    margin-top: 21px;
    padding: 10px 40px;
    text-transform: uppercase;
}

    .top-bar a:hover {
        text-decoration: none;
    }
