﻿
body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#252525+0,02263c+13,022840+100 */
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    /* Margin bottom by footer height */
}

h1 {
    font-family: 'Oswald', sans-serif;
}

h2 {
    font-family: 'Oswald', sans-serif;
}

h3 {
    font-family: 'Oswald', sans-serif;
    margin-top: 5px;
}



a:hover {
    text-decoration: none;
}

.container {
    background-color: #fff;
}

/* navbar Custom Styling */

.navbar-home {
    color: black !important;
    background-image: -webkit-linear-gradient(top, #fceb27 0%, #d89600 100%);
    background-image: -o-linear-gradient(top, #fceb27 0%, #d89600 100%);
    background-image: linear-gradient(to bottom, #fceb27 0%, #d89600 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceb27', endColorstr='#d89600', GradientType=0);
}


.navbar-custom {
}
    /* Title */
    .navbar-custom .navbar-brand {
        color: #B3DDF2;
    }

        .navbar-custom .navbar-brand:hover,
        .navbar-custom .navbar-brand:focus {
            color: #5E5E5E;
        }

    /* Link */
    .navbar-custom .navbar-nav > li > a {
        color: #fff;
        text-transform: uppercase;
        font-size: medium;
        padding: 40px 10px 40px 10px;
        font-family: 'Oswald', sans-serif;
    }

        .navbar-custom .navbar-nav > li > a:hover {
            color: black;
            background-image: -webkit-linear-gradient(top, #fceb27 0%, #d89600 100%);
            background-image: -o-linear-gradient(top, #fceb27 0%, #d89600 100%);
            background-image: linear-gradient(to bottom, #fceb27 0%, #d89600 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceb27', endColorstr='#d89600', GradientType=0);
        }

        .navbar-custom .navbar-nav > li > a:focus {
            background-image: -webkit-linear-gradient(top, #022a43 0%, #01111b 100%);
            background-image: -o-linear-gradient(top, #022a43 0%, #01111b 100%);
            background-image: linear-gradient(to bottom, #022a43 0%, #01111b 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#022a43', endColorstr='#01111b', GradientType=0);
            color: white;
        }

    .navbar-custom .navbar-nav > .active > a,
    .navbar-custom .navbar-nav > .active > a:hover,
    .navbar-custom .navbar-nav > .active > a:focus {
    }

    .navbar-custom .navbar-nav > .open > a,
    .navbar-custom .navbar-nav > .open > a:hover {
        color: black;
    }

    /* Caret */
    .navbar-custom .navbar-nav > .dropdown > a .caret {
        border-top-color: #777;
        border-bottom-color: #777;
    }

    .navbar-custom .navbar-nav > .dropdown > a:hover .caret,
    .navbar-custom .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #333;
        border-bottom-color: #333;
    }

    .navbar-custom .navbar-nav > .open > a .caret,
    .navbar-custom .navbar-nav > .open > a:hover .caret,
    .navbar-custom .navbar-nav > .open > a:focus .caret {
        border-top-color: #555;
        border-bottom-color: #555;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu {
        color: #ffffff;
        background-color: #022a43;
    }
    /* Mobile version */
    .navbar-custom .navbar-toggle {
        border-color: #DDD;
        width: 100%;
        float: none;
    }

        .navbar-custom .navbar-toggle:hover,
        .navbar-custom .navbar-toggle:focus {
        }

        .navbar-custom .navbar-toggle .icon-bar {
        }

.navbar {
    margin: 0px 0px 0px 0px;
    background-color: #022a43;
}

.navbar-custom .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-custom .navbar-nav > .active > a {
    color: white;
}

.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover {
    color: white;
}

.mobile-nav-text {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: medium;
    display: block;
}
/* Top Nav Style */
#top-menu {
    background-color: #021826;
}

    #top-menu a {
        color: #fff;
        font-size: x-small;
    }

        #top-menu a:hover {
            color: #fff;
            opacity: .8;
        }


    #top-menu .text-white {
        color: #fff;
    }

    #top-menu p {
        color: #fff;
        font-family: "tahoma";
        font-size: small;
        margin-top: 5px;
    }

.top-menu-links {
    margin-top: 5px;
}



/* Yellow Horizontal Rule Below Slider */
.horizontal-yellow-hr {
    background-image: url(/Content/Images/yellow-horizontal.png);
    background-repeat: repeat-x;
    height: 26px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}




/* Jumotron background Image */
.jumbotron {
    background-image: url(/Content/Images/bg-768x197.jpg);
    background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
}

/* Footer */

footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    color: white;

    width: 100%;
    text-align: center;
}
.footer-content {
    padding-top: 15px;
    padding-bottom: 10px;
}
footer p {
        font-size: x-small;
    }

.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin-left: 6px;
    margin-top: 3px;

}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*progressbar*/
#progressContainer {
    text-align: center;
    position: relative;
    margin-top: 30px;
}


#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;

}
#progressbar .active{
    font-weight: bold;
}

    #progressbar li {
        list-style-type: none;
        color: #021826;
        text-transform: uppercase;
        font-size: 14px;
        width: 25%;
        float: left;
        position: relative;
        letter-spacing: 1px;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 32px;
            height: 32px;
            line-height: 30px;
            display: block;
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            background: #db9a02;
            border-radius: 25px;
            margin: 0 auto 10px auto;

        }

        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 8px;
            background: #db9a02;
            position: absolute;
            left: -50%;
            top: 12px;
            z-index: -1; /*put it behind the numbers*/

        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;


        }

        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before, #progressbar li.active:after {
            background: #021826;
            color: #fff;

        }
