﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
button, hr {
    overflow: visible
}

img, legend {
    border: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 5px, 10px, 10px, 5px;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}
/* Header Styling */
h1 {
    color: #ffffff;
    font-size: 10pt;
    font-family: 'Lucida Grande';
    vertical-align: top;
    width: 100%;
    z-index: 2;
    padding-left: 200px;

}

h2, h4 {
    font-family: 'Libre Baskerville', serif;
}

h2 {
    color: #49bafb;
    font-style: italic;
    font-weight: 400;
    font-size: 1.733em;
    margin-top: 0;
    margin-top: .5em;
}

h3 {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 5px 0 5px 15px;
    color: #0099ff;
}

h4 {
    margin-bottom: 0;
}

    h4 + p {
        margin-top: 0;
    }

h8 {
    font-family: Arial, Helvetica, sans-serif;
    color: #0099ff;
    font-size: 14pt;
    font-weight: 500;
    letter-spacing: 0.4em;
    text-transform: none;
    font-variant: small-caps;
    padding-left: 200px;
    vertical-align: top;
    z-index: 2;
}
ul {
    list-style-type: none;
    margin: 35px;

}





#bgColors {
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    
}

    #bgColors div {
        height: 135px;
        width: 95%;
      
    }

        
header {
    margin-bottom: 0px;
    position: absolute;
    width:100%;
    top:0px;
}

    header section {
        position: relative;
        max-width: 100%;
        height: 135px;
        margin: 0 auto;
        z-index: -1;
     }

        header section div {
            max-width: 100%;
            margin: 0 auto;
           
         }

     header img {
        float: left;
        max-width: 100%;
    }

/*NEW NAVIGATION CSS FROM w3schools*/
/* Style The Dropdown Button */
.dropbtn {
    background-color: #ffffff;
    color: #000033;
    padding: 16px;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #eeeeeb;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: #002072;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #777775;
            color:#ffffff;
            
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #0099ff;
    color:#ffffff;
}





header nav {
    width: 100%;
    margin: 10px 0px 15px 195px;
    margin-bottom: 0px
}
/*Previous Navigation*/
    header nav > ul li {
        position: absolute; top: 0px;
    }

    header nav > ul > li:hover > a {
        color: white;
        background-color:#eeeeeb;
    }

    header nav li.subNav:hover > a {
        padding-bottom: 35px;
        color: white;
        background-color: #000033;
    }

    header nav ul li ul {
        display: none;
        width: 236px;
        top: 50px;
        z-index: 5;
        position: absolute;
        background-color: #000033;
        box-shadow: 0px 8px 8.82px 0.18px rgba(0, 0, 0, 0.21);
    }

        header nav ul li ul li {
            border-top: 1px solid #ddeff6;
        }

            header nav ul li ul li:first-child {
                border: none;
            }

            header nav ul li ul li a {
                display: block;
                padding: 11px 0 14px 16px;
                font-size: 1em;
                color: #2667a4 !important;
            }

                header nav ul li ul li a:hover {
                    color: #fff !important;
                    background-color: #5bb6e7;
                }

    header nav > ul > li:hover ul {
        display: block;
    }

    header nav > ul > li {
        display: inline-block;
        border-left: 2px solid #a8bfcb;
    }

    header nav ul li:first-child {
        border: none;
    }

    header nav ul li a {
        color: #333333;
        font-size: 1.2em;
        padding: 0 14px;
    }

    header nav > ul > li:first-child > a {
        padding-left: 0;
    }
/* The 2023 navigation menu */
.navbar {
    position: absolute;
    overflow: hidden;
    background-color: #eeeeeb;
    color: navy;
    width: 100%;
    border-bottom-color: #003366
}

    /* Navigation links */
    .navbar a {
        float: left;
        font-size: 16px;
        color: navy;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        .navbar a:hover {
            background-color: white;
            color: #003366;
        }
/* The subnavigation menu */
.subnav {
    float: left;
    overflow: hidden;
    vertical-align:top;
}
    /* Subnav button */
    .subnav > .subnavbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: navy;
        padding: 14px 16px;
        font-family: inherit;
        margin: 0 0 0 45px ;
        background-color: inherit;
    }

/*Hovering over menu items containing submenu items highlights the button and submenu choices*/
.navbar a:hover .subnav:hover .subnavbtn {
    background-color: white;
    color: #003366;
}

.subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: #0099ff;
    width: 100%;
    z-index: 1;
}

.navbar .subnav-content a {
    float: left;
    color: white;
    text-decoration: none;
}
    /*When you hover over the submenu item it has a grey background with black text*/
    .navbar .subnav-content a:hover {
        background-color: #eee;
        color: black;
        display: block;
    }

header nav.subnav:hover .subnav-content {
    display: block;
}

header .form {

}

    header .form fieldset {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        text-align: right;
    }

        header .form fieldset div {
            display: inline-block;
            padding: 0 4px;
            background-color: #fff;
        }

    header .form input[type=search] {
        display: inline-block;
        width: 364px;
        color: #484545;
        font-size: 1.133em;
        font-style: italic;
        font-family: 'Libre Baskerville', serif;
        background-color: #dceef9;
        padding: 9px 0 10px 40px;
        vertical-align: top;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-appearance: none;
    }

    header .form input[type=submit] {
        display: inline-block;
        vertical-align: top;
        color: #fff;
        padding: 10px 22px;
        background-color: #5bb6e7;
        text-transform: uppercase;
    }


.search-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #666666;
    height: 40px;
    border-radius: 40px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

    .search-box:hover > .search-txt {
        width: 240px;
        padding: 0 6px;
    }

    .search-box:hover > .search-btn {
        background: white;
        color: black;
    }

.search-btn {
    color: #0099ff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2f3640;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

    .search-btn > i {
        font-size: 20px;
    }

.search-txt {
    border: none;
    background: none;
    outline: none;
    padding: 0;
    color: white;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
    font-weight: bold;
}

.search-image {
    background-image: url(../images/SearchIcon.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;

}
/*p::first-line {
    color: #ff0000;
    font-variant: small-caps;
  
}*/

/* End Header Styling */

/* Footer Styling */
footer {
    padding-bottom: 80px;
    text-align: center;
    color: #9b9a9a;
    background-color: #364e6c;
}

    footer:before {
        content: "";
        display: block;
        width: 100%;
        height: 20px;
        margin-bottom: 10px;
        border-bottom: 6px solid #fff;
        background: url("../img/waves.png");
    }

    footer nav {
        display: inline-block;
        text-align: left;
    }

        footer nav ul {
            line-height: 2em;
            display: inline-block;
            padding-left: 16px;
            border-left: 1px solid #6eb6dc;
        }

            footer nav ul + ul {
                margin-left: 80px;
            }

        footer nav a {
            color: #5bb6e7;
        }

    footer div {
        display: inline-block;
        text-align: left;
        margin-left: 120px;
    }

    footer p {
        font-size: 1.067em;
        font-style: italic;
        font-family: 'Libre Baskerville', serif;
    }

        footer p a {
            display: inline-block;
            vertical-align: middle;
            height: 29px;
            margin: 0 8px;
        }

            footer p a:hover {
                background-position: center bottom;
            }

    footer .facebook {
        width: 30px;
        background: url("../img/facebook.png") no-repeat;
        background-size: 30px;
    }

    footer .twitter {
        width: 35px;
        background: url("../img/twitter.png") no-repeat;
        background-size: 35px;
    }

    footer small {
        font-size: 0.733em;
        text-transform: uppercase;
        letter-spacing: 0.2em;
    }
/* End Footer Styling */






