﻿body, html {
    min-height: 100%;
    overflow-x: hidden !important;
    background: #383838 !important;
}

.logo {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100% !important;
}

/*.nav-item {
    background-color:transparent!important;
    
}*/

/*.nav-pills > li > a {
    background-color: transparent !important;
}*/

.navbar {
    top: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
	background-color:#02372D!important;
}

.navbar-brand {
    padding: 0;
    font-size: 0;
    top: 0 !important;
    margin: 0;
}

/*.navbar-inner {
    /*background: transparent;*//*
}

*/


.imageLogo {
    width: 227px;
    height: 45px;
    margin: 15px 15px 15px 15px;
}


.btnBottom {
    color: #0d5fb5 !important;
    text-decoration: underline !important;
    font-size: 1em !important;
    font-weight: 700 !important;
}


a:hover, img:hover {
    border: 1px dotted red !important;
}

.jumbotron {
    background: #000 url("images/jumbo1680_2.jpg");
    color: white;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100% !important;
    height: 0;
    /*padding-top: 56.25%;*/
    padding-top: 40%;
}

.Main {
    position: absolute;
    top: 10rem;
    left: 0;
    text-align: center !important;
    width: 100%;
}

.SubTitle {
    text-align: center;
    vertical-align: middle;
    font-family: "Roboto", sans-serif, Arial, "Arial Black", "sans-serif";
    color: #ffd165;
    /*color: #C28800;*/
    text-shadow: 4px 4px 4px black;
    font-size: 5.0rem;
}

.content {
    font-family: "Roboto", sans-serif, Arial, "sans-serif";
    margin-left: 17.5%;
    margin-right: 17.5%;
    color: #FFFFFF;
    font-size: x-large;
    text-shadow: 2px 2px 2px black;
    background-color: #5a5858 !important;
    padding: 10px;
    opacity: 0.85;
}



.button {
    height: auto;
    background-color: #CF0909;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    font-family: "Roboto", sans-serif, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    padding: 1%;
    /*padding-bottom: 25px!important;*/
    cursor: pointer;
    color: #FFFFFF;
}

.menu {
    /*color: #ffd165 !important;*/
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: large !important;
    font-weight: bold !important;
}

a:active {
    text-decoration: none;
    color: #FFFFFF;
}

a:visited {
    text-decoration: none;
    color: #FFFFFF;
}

#footer {
    background-color: #3b3d40;
    text-align: center;
    color: #FFF;
    font-family: "Roboto", sans-serif, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 1.0em;
    padding: 1.0rem;
}

a:link {
    color: #FFF;
}

.buttonTopSpacing {
    margin-top: 1.5rem;
}

.BigScreenPadding {
    padding-left: 25%!important;
    padding-right: 25%!important;
}

@media screen and (max-width: 1920px) {
    .content {
        margin-left: 25%;
        margin-right: 25%;
    }
}

@media screen and (max-width: 1440px) {
    .SubTitle {
        font-size: 4.0rem;
    }
}

@media screen and (max-width: 1368px) {
    .BigScreenPadding {
        padding-left: 22% !important;
        padding-right: 22% !important;
    }
}

@media screen and (max-width: 1224px) {
    .BigScreenPadding {
        padding-left: 18% !important;
        padding-right: 18% !important;
    }
}

@media screen and (max-width: 1176px) {
    .SubTitle {
        font-size: 3.0rem;
    }

    .Main {
        top: 5.75rem;
    }
}

@media screen and (max-width: 1024px) {
    .SubTitle {
        font-size: 2.5rem;
    }

    .content {
        margin-left: 10%;
        margin-right: 10%;
    }

    .menu {
        font-size: medium !important;
        font-weight: normal !important;
    }

    .Main {
        top: 5.75rem;
    }

    .BigScreenPadding {
        padding-left: 15% !important;
        padding-right: 15% !important;
    }

    .feature {
        --bs-gutter-y: 1rem !important;
    }
}

@media screen and (max-width: 960px) {
    .feature {
        --bs-gutter-y: 3rem !important;
    }

    .menu {
        color: #005eb8 !important;
        font-size: small !important;
        font-weight: bold !important;
    }

    .content {
        font-size: medium;
    }

    .navbar-nav > li > a {
        background-color: gray !important;
        border-bottom: 1px solid white !important;
        /*float:right!important;*/
    }

    .navbar-nav > li.custom-divider > a {
        color: transparent !important;
    }

    .custom-divider {
        display: none;
    }


    .BigScreenPadding {
        padding-left: 0%!important;
        padding-right: 0%!important;
    }
}

@media screen and (max-width: 800px) {
    .jumbotron {
        background-image: url("images/jumbo1680_3.jpg");
        width: 100%;
        padding-top: 50%;
    }

    .content {
        margin-left: 5%;
        margin-right: 5%;
        font-size: medium;
        color: black;
        font-weight: 700;
        text-shadow: 0px 0px 0px white;
        background-color: transparent !important;
        padding: 0px;
    }

    .Main {
        top: 5rem;
    }

    .SubTitle {
        font-size: 1.5rem;
        text-shadow: 1px 1px 1px black;
    }

    .imageLogo {
        width: 175px;
    }
}

@media screen and (max-width: 600px) {
    .Main {
        top: 3.5rem;
    }

    .SubTitle {
        font-size: 1.5rem;
    }

    .imageLogo {
        width: 125 !important;
    }
}

@media screen and (max-width: 500px) {
    .content {
        font-size: small;
    }
}

@media screen and (max-width: 450px) {
    .Main {
        top: 2.5rem;
    }

    .content {
        font-size: small;
    }

    .SubTitle {
        font-size: 1.0rem;
    }

    .imageLogo {
        width: 100px !important;
    }
}

@media screen and (max-width: 400px) {
    .SubTitle {
        font-size: 1.0rem;
    }

    .content {
        font-size: x-small;
        font-weight: 500;
    }

    .buttonTopSpacing {
        margin-top: 1.0rem;
    }

    .imageLogo {
        width: 70px;
    }
}

@media screen and (max-width: 350px) {
    .SubTitle {
        font-size: 0.75rem;
    }

    .buttonTopSpacing {
        margin-top: 0.50rem;
    }

    .buttonTopSpacing {
        margin-top: 0.75rem;
    }
}

@media screen and (max-width: 325px) {
    .SubTitle {
        font-size: 0.75rem;
    }

    .content {
        font-size: xx-small;
        font-weight: 500;
    }

    .buttonTopSpacing {
        margin-top: 0.50rem;
    }
}

@media screen and (max-width: 300px) {
    .SubTitle {
        font-size: 0.75rem;
    }

    .content {
        font-size: xx-small;
        font-weight: 500;
    }

    .buttonTopSpacing {
        margin-top: 0.20rem;
    }

    .button {
        border-radius: 5px;
    }
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
}


.link-blue {
    color: #FFFFFF !important;
}

@media screen and (max-width: 800px) {
    .link-blue {
        color: #0D5FB5 !important;
    }
}


