﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0px;
}

.header {
    position:relative; top:0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-dark .navbar-nav .nav-link > li > a:hover {
        color: #ffffff;
        background-color: #c60606;
    }

h2 {
    font-size: 22px;
    font-weight: bold;
    color: #404040;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;

}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-inverse {
    background-color: #eb0029;
    border-color: #eb0029;
    border: none;
}

.fe-red {
    background-color:#eb0029 !important;
}

.navbar {
    border-radius: 0px;
}

footer {
    position: relative;
    top: 20px;
    border-top: solid 1px #333333;
    background-color: #e7e6e2;
    padding-bottom: 30px !important;
}

.footer-content-block {
    padding-top: 30px !important;
    padding-bottom: 15px !important;
}

footer h4 {
    font-weight: bold;
}

footer h4, footer p, footer address {
    color: #4a463e;
}

footer ul {
    list-style: none;
}

footer li a {
    color: #4a463e;
}

    footer li a:hover {
        color: #eb0029;
    }

.footer-links {
    color: #4a463e;
    padding-left: 0px;
    margin-left: 0px;
}


.header h1 {
    text-align: center;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    margin-top: 7%;
    z-index: 0;
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
}

.header h2 {
    text-align: center;
    color: #ffffff;
    z-index: 0;
    padding: 0px;
    margin: 0px;
    margin-top: 1%;
    font-style: italic;
    font-size: 24px;
}

::selection, .parallax ::selection {
    background: red; /* WebKit/Blink Browsers */
    color: #ffffff;
}

::selection, .parallax ::-moz-selection {
    background: red; /* Gecko Browsers */
    color: #ffffff;
}

.header {
    background: rgba(0, 0, 0, 0.6);
    min-height: 400px;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.textarea-box {
    text-align: left;
    text-transform: none;
    padding: 9px;
    min-height: 250px;
    min-width:100%;
    padding-left: 15px;
    display: inline-block;
    border-radius: 4px;
    margin-top:30px;
}

.form-control:focus {
    border-color: rgba(91, 192, 222, 0.6);
    box-shadow: 0 1px 1px rgba(91, 192, 222, 0.05) inset, 0 0 8px rgba(91, 192, 222, 0.5);
}

input, select, textarea {
    max-width: 100%;
}


.parallax { 
    /* The image used */
    background-image: url("../images/fe-printed.jpg");

    /* Set a specific height */
    height: 500px;
    position:relative;
    top:-20px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center -140px;
    background-repeat: no-repeat;
    background-size: cover;
}


.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,.1);
}

.navbar-dark .navbar-toggler:focus {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,.5);
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-dark .navbar-nav .nav-link a:hover, .navbar-dark .navbar-nav .nav-link:hover {
    background-color:#aa001e;
    color:#ffffff;
    padding-left:10px;
}