html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(255, 184, 28) 0%, rgb(0, 54, 148) 100%);
    -webkit-font-smoothing: antialiased;
}
* {
    box-sizing: border-box;
}
/*------------------------------------*/
/*style section for the navigation/search bar*/

/* Add a background color to the top navigation bar */
.topnav {
    overflow: hidden;
    background-color: #e9e9e9;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover blue 003594 yellow FFB81C*/
.topnav a:hover {
    background-color: #FFB81C;
    color: black;
}

/* Style the "active" element to highlight the current page */
.topnav a.active {
    background-color: #003594;
    color: white;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 600px) {
    .topnav a,{
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }
}
/* Style the search box on the front page */
input.search[type=text] {
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    transition: width 0.4s ease-in-out;
    background-image: url('Icons/search.png');
    background-size: 25px;
    background-position: 8px 8px;
}

input.search[type=text]:focus {
    width: 100%;
}


#myUL {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

#myUL li a {
    border: 1px solid #ddd;
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    padding-top: 10px;
    display: block;
}

#myUL li a:hover:not(.header) {
    background-color: #eee;
}

/*-------style the lists and links on the individual category pages----------*/
ul.cat_pages{
    list-style-type:square;
    margin: 0;
    padding-top: 0px;

}
ul.cat_pages li{
    margin: 0;
    padding-top: 10px;

}

a.links{
    text-decoration: none;
    color:#003594;
    font-weight: bold;
}
a.links:hover{
font-style: oblique;
}

/*style the box links on the front page*/


a.tabs1:link, a.tabs1:visited {
    background-color: white;
    color: black;
    border: 2px solid #FFB81C;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    float:left;
    width:40%;
    display:inline-block;
}
a.tabs2:link, a.tabs2:visited {
    background-color: white;
    color: black;
    border: 2px solid #FFB81C;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    float:right;
    width:40%;
    display:inline-block;
}
a.tabs1:hover, a.tabs2:hover, a:active {
    background-color: #FFB81C;
    color: white;
}

/*------------------------------------*/
/*style form on contact page*/

input[type=text] {
    width: 300px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 5px;
}
/*------------------------------------*/

body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 90%;
    padding: 2em 2em 4em;
}

h1, h2, h3, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
}
h4{
    color: #222;
    font-weight: 600;
    line-height: 1.3;
    font-size: 70px;
}
a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

table, th, td {
    border: 1px solid white;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
}
th {
    text-align: left;
}
a.alpha{
    float: left;
    display: block;
    color: #003594;
    text-align: center;
    font-size: 17px;

}
table.category{
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 80%;
    text-align: left;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
}

td.header-img{
    width:100px;

}

img.icon{
    display: block; 
    float:left;
    height:60px;
    align-self: center;
}

img.title{
    float:left;
    height:120px;
    align-self: center;
    padding: 6px 20px 6px 16px;

}

/*-----Style the dropwdown sections on the category page------------------*/

/* Dropdown container (hidden by default)-------*/

.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 80%;
    text-align: left;
    cursor: pointer;
    outline: none;
    vertical-align: middle;

}
.dropdown-btn th:hover{
    color: #003594;
}
a.category_title {
    text-decoration: none;
    padding: 4px 8px 4px 0px;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    font-style: normal;
    font-weight: bold;
}

a.category_title:hover {
    color: #FFB81C;
}
.dropdown-container {
    display: none;
    background-color: white;
    padding-left: 8px;
    font-weight: bold;

}
.dropdown-container a{
    text-decoration: none;
    float: left;
    display: block;
    color: #818181;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
}
.dropdown-container a:hover{
    color: #FFB81C;
    text-decoration: none;
    background: none;
    text-align: left;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    font-style: normal;

}
/* Style the caret down icon on the category page */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}


#header-image-menu{
    top: 0px;
    position: relative;
  }
  
  #header-image-menu img{
    width: 100%;
    margin: none;
    padding: none;
  }
  
  #image-text{
    position: absolute;
    top: 60%;
    left: 60%;
    font-family: 'Roboto';
    color: #000;
    transform: translate(-30%, -30%);
    text-align: center;
  }


@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}