html {
    
}
@media screen and (max-width: 1000px){
    header {
    display: none;    
    } 
    .new_header {
        display: block;
    }
} 
@media screen and (min-width: 1001px){
    .new_header {
        display: none;
    }
}
.new_header {
    background: #4DAFFF;
    height: 110px;
}
.new_header .img {
    float: left;
    width: 206px;
}
.new_header .i {
    float: right;
    margin-top: 30px;
    margin-right: 25px;
}
body{
    background: #053359;
    margin: 0px;
}
header {
    height: 107px;
    background: #4DAFFF;
}
.zero /*NAV*/ {
    float: left;
    margin: 0px;
    display: inline;
}
.one /*NAVLIST*/ {
    margin-left: auto;
    margin-right: auto;
}
.onehalf /*LOGO*/ {
    display: inline;
    float: left;
}
.two /*BUY, SELL, ETC*/ {
    display: inline;
    width: 100px;
    padding: 13px;
    margin: 12px;
}
.dropdown /*MENU*/ {
    display:inline;
}
.three {
    display: none;
    position: absolute;
    z-index: 11;
}
.four /*AGENTS, CHILD OF DROPDOWN*/ {
    display: block;
    position: relative;
    right: 35px;
    width: 160px;
    margin: 15px;
    font-size: 15px;
    background: #4DAFFF;
    text-align: center;
    z-index: 12;
}
top {
    margin-top: 40px;
}
.dropdown:hover .three {
    display: block;
}
.two:hover {
    color: white;
}
.four:hover {
    color: white;
}
nav {
    font-family: 'Courier Prime', monospace;
    font-size: 40px;
}
footer {
    clear: both;
    background: #4DAFFF;
    font-size: 12px;
    padding: 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Serif', serif;
    color: white;
}
h1, h2 {
    text-align: center;
}
p {
    font-family: 'Noto Sans', sans-serif;
}
main p {
    color: white;
}
main {
    margin: 20px;
}
a {
    text-decoration: none;
}
a:link {
    color: #053359;
}
a:visited {
    color: #053359;
    
}
a:hover {
    color: white;
}
a:active {
    color: white;
    
}
.white:link {
    color: #4DAFFF;
}
.white:visited {
    color: #4DAFFF;
}
.white {
    color: white;
}
.slideshow {
    width: 90%;
    margin: 5%;
    z-index: 0;
}
.description {
    margin: 2%;
    color: white;
}
label {
    color: white;
}