@charset "UTF-8";

article, aside, footer, header, main, nav, section {
    display: block;
}

html, body, h1, h2, h3, ul, li, a, p, article, nav, aside, footer, header, main, section, div {
    padding: 0;
    margin: 0;
}

.banner {
    background-image: url("images/granules_header.jpg");
    color: snow;
    padding: 30px 60px;
    
}

/* get rid of all link underlining */
a {
    text-decoration: none;
    color: blue;
}

/*
.erema {
    border: 0.5px solid yellow;
    border-radius: 2px;
    
}
*/

body {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f0f0f0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

/* Header and Navigation sections sticky */
.TopNav {
    width: 960px;
    position: absolute;
    
}

nav {
    background-color: #212ccc;
    padding: 25px;
    border: 2px;
    margin-top: 1.5px;
}

/* Dropdown configurations */
nav ul {
   list-style: none;
    margin: 0px;
    padding: 0;
}

nav li {
    float: left;
    width: 90px;
    background-color: #212ccc;
    text-align: center;
    /*border-left: 1px solid white; */
    position: relative;
    height: 30px;
    line-height: 30px;
    top: -13px;
}

nav li ul {
    position: absolute;
    top: 43px;
    left: 0;
    visibility: hidden;
}

nav li:hover ul {
    visibility: visible;
}

nav li ul li {
    float: none;
    width: 160px;
    text-align: left;
    padding-left: 15px;
    border: 1px solid white; 
    height: 50px;
    line-height: 60px;
}

nav li a {
    color:#ccd5e3;
    font-weight: bold;
}

nav li:hover {
    background-color: #0760ed;
}

.about_us {
    background-color: darkgrey;
    border-radius: 5px;
    font-feature-settings: ;
    margin-top: 10px;
    padding: 5px;

}

.custom_about_article {
    background-color: ghostwhite;
    margin-top: 5px;
    padding: 10px 15px;
}

section {
    background-color: #bbbbbb;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 13px;
    margin-top: 10px;
    padding: 5px;

}

article {
    background-color: white;
    margin-top: 5px;
    line-height: 1.4;
    padding: 10px 15px;
}

main {
    width: 700px;
    float: left;
    margin-bottom: 10px;
    margin-top: 160px;
}

/* sticky side Contact section position: absolute/sticky*/
aside {
    background-color: #bbbbbb;
    width: 210px;
    float: right;
    padding: 20px;
    margin-top: 170px;
    position: absolute;
    margin-left: 710px;
    border-radius: 2px;
    
}

footer {
    clear: both;
    background-color: #20416c;
    color: white;
    padding: 15px 20px;
    font-family: monospace;
    font-size: 10px;
    font-size: 10px;
}
