﻿html, body {
    height: 100%;
    width: 100%;
}
body {
    padding-top: 92px;    
}

/* Set padding to keep content from hitting the edges */
.body-content {
    min-height: 515px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


a.navbar-brand {
    padding: 0px;
}

a.navbar-brand img {
    max-width: 100%;
    max-height: 100%;
}

.navbar {
    margin-bottom: 0px;
}
.navbar, .navbar-brand {
    min-height: 85px;
}

.navbar-fixed-top {
    border-bottom: 5px solid #caaa58;
}

.navbar .container {
    padding-top: 2px;
}

footer {
    background-color: #050b1c;
    text-align: center;
    color: #caaa58;
    font-family: Avenir-Light;
    font-size: 14px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

    footer p {
        margin: 0px;
        padding: 5px;
        font-size: 12px;
    }
.jumbotron > .lead {
    text-align: center;
}


@font-face {
    font-family: 'avenir-light';
    src: url('../fonts/avenir-light.ttf') format('truetype');
}

@font-face {
    font-family: 'avenir-heavy';
    src: url('../fonts/avenir-Heavy.ttf') format('truetype');
}

@font-face {
    font-family: 'avenir-medium';
    src: url('../fonts/Avenir-Medium.ttf') format('truetype');
}


@media (min-width: 768px) {
    .container {
        padding-top: 48px;
    }

    .body-content {
        padding-left: 90px;
        padding-right: 90px;
    }

    .navbar-inverse .navbar-nav > li.signup > a {
        color: #050b1c;
        font-size: 13px;
        font-weight: 600;
        padding: 12px 35px;
        background-color: #caaa58;
    }

    .jumbotron > h1 {
        font-size: 40px;
    }

    .jumbotron > .lead {
        font-size: 18px;
    }    
}
@media (max-width: 767px) {
    .container {
        padding-top: 30px;
    }

    .body-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 524px) {
    .btn-lg, .btn-group-lg > .btn {
        font-size: 12px;
    }
}

@media (max-width: 435px) {
    .btn-lg, .btn-group-lg > .btn {
        padding: 12px 15px;
    }
}

@media (max-width: 404px) {
    .btn-lg, .btn-group-lg > .btn {
        font-size: 10px  !important;
        padding: 5px 10px;
    }

    .jumbotron > h1 {
        font-size: 30px;
    }

    .jumbotron >.lead {
        font-size: 15px;
    }

}

@media (max-width: 372px) {
    .btn-lg, .btn-group-lg > .btn {
        width: 100%;
        white-space: pre-wrap;
    }

    .jumbotron > h1 {
        font-size: 20px;
    }

    .jumbotron > .lead {
        font-size: 12px;
    }
}

@media only screen and (device-width : 414px) and (device-height : 736px) and (-webkit-device-pixel-ratio : 3) {
    .jumbotron h1, .jumbotron .h1 {
        font-size: 31px;
        margin-top: 15px;
    }
    .jumbotron p {
        font-size: 17px;
    }
    .btn-lg, .btn-group-lg > .btn {
        font-size: 10px !important;
    }
}