@import url('https://fonts.googleapis.com/css?family=Raleway:400,900|Roboto&display=swap');

a,
a:focus,
a:hover {
    color: #e31d1a;
}

.btn-default,
.btn-default:hover,
.btn-default:focus {
    color: #333;
    text-shadow: none;
    background-color: #fff;
    border: 1px solid #fff;
}

html,
body {
    /*css for full size background image*/
    background: url(../img/image-1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    height: 100%;
    background-color: #fff;
    color: #333;
    text-align: center;
    font-size: 18px;
    /*text-shadow: 1px 2px 2px rgba(255,255,255,1);*/
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    /*-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

.logo {
    max-width: 300px;
    margin-bottom: 15px;
}

.masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px;
}

.masthead-nav > li {
    display: inline-block;
}

    .masthead-nav > li + li {
        margin-left: 20px;
    }

    .masthead-nav > li > a {
        padding-right: 0;
        padding-left: 0;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        color: rgba(255,255,255,.95);
        border-bottom: 2px solid transparent;
    }

        .masthead-nav > li > a:hover,
        .masthead-nav > li > a:focus {
            background-color: transparent;
            border-bottom-color: #a9a9a9;
            border-bottom-color: rgba(255,255,255,.25);
        }

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color: #fff;
    border-bottom-color: #fff;
}

.embed #container {
    width: 185% !important;
    border: none !important;
    background: transparent;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.inner {
    margin: 20px;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 55%;
    width: 40%;
    background: rgba(255,255,255,.5);
}

    .inner h1 {
        color: #e31d1a;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 40px;
    }

form li {
    margin: 0;
    padding: 6px 1% 9px 1%;
    clear: both;
    background-color: transparent;
    position: relative;
    -webkit-transition: background-color 350ms ease-out;
    transition: background-color 350ms ease-out;
    display: inline-block;
}

iframe {
    width: 75% !important;
}

form ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    width: 188% !important;
}

form input.medium, select.medium {
    width: 94% !important;
}


@media (min-width: 768px) {
    .masthead-brand {
        float: left;
    }

    .masthead-nav {
        float: right;
    }
}

.cover {
    padding: 0 20px;
}

    .cover .btn-lg {
        padding: 10px 20px;
        font-weight: bold;
    }

.mastfoot {
    color: #999; /* IE8 proofing */
    color: rgba(255,255,255,.5);
}

@media (min-width: 768px) {
    /* Pull out the header and footer */
    .masthead {
        position: fixed;
        top: 0;
    }

    .mastfoot {
        position: fixed;
        bottom: 0;
    }
    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
    }
    /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%; /* Must be percentage or pixels for horizontal alignment */
    }
}

@media (min-width: 992px) {
    .masthead,
    .mastfoot,
    .cover-container {
        width: 700px;
    }
}

@media (max-width: 767px) {
    .inner {
        margin: 20px;
        padding: 20px;
        position: relative;
        top: 0;
        left: 0;
        width: 94%;
        background: rgba(255,255,255,.75);
    }

    iframe {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .inner {
        margin: 20px;
        padding: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 96%;
    }
}

@media (min-width: 992px) {
    .inner {
        margin: 20px padding: 20px;
        position: absolute;
        top: 0;
        left: 45%;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .inner {
        margin: 20px;
        padding: 20px;
        position: absolute;
        top: 0;
        left: 45%;
        width: 50%;
    }
}

@media (min-width: 1600px) {
    .inner {
        padding: 30px;
        position: absolute;
        top: 0;
        left: 50%;
        width: 40%;
    }
}
