@media only screen and (min-width: 600px) {
    
    nav button { display: none; }  
    section.forecast { display: contents; }  


body {
    display: block;
    background-color: black;
    color: #BF9640;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

header, nav, main, footer {
    margin: 1.25rem auto;
    margin-top: 0rem;
    padding: .5rem;
    padding-top: 0rem;
    max-width: 1000px;
    text-align: left;
}

header {
    width: 1000px;
    height: 400px;
    border: none;
    top: 0;

}

header img {
    float: top;
    width: 1000px;
    border: none;
}

#logo {
    display: none;
    width: 200px;
    position: absolute;
    top: 0px;
    
}

header h1 {

    position: absolute;
    top: -23px;
    left: 20%;
    width: 1000px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    letter-spacing: .4em;
    font-size: 5em;
    text-align: center;
    color: #BF9640;
    font-weight: normal;
    


}

header #the {
    
    position: absolute;
    left: 23%;
    top: 2.5%;
    font-size: 2em;
    text-align: left;
    letter-spacing: 10px;

}

header .subheading {
    position: absolute;
    padding-left: 20em;
    top: 120px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    letter-spacing: .6em;
    text-transform: uppercase;
    font-size: .8em;
    width: 650px;
    
}


nav {

    position: absolute;
    top: 200px;
    font-family: 'Playfair Display', serif;
    font-size: .85em;
    text-transform: uppercase;
    letter-spacing: .4em;
    word-spacing: 1.4em;

}

#storm-center{
    word-spacing: .5em;
}

nav button{
    background-color: black;
    padding: 2em;
    position: absolute;
    width: 70px;
    
}

nav button img{
    width: 50px;

}

nav ul {
    display: contents;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
}

nav ul li a {
    padding: 10px;
    color: #BF9640;
    text-decoration: none;
}

nav ul li a:link {
    text-decoration: none;
}

nav ul li a:visited {
    text-decoration: none;
    
}

nav ul li a:hover {
    transition: .3s;
    color: gold;
}

nav ul li a:active {
    
}

main {
    width: 900px;
    border: none;
    text-align: left;
    position: relative;
    margin-top: -9em;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: normal;
}

main img{
    width: 900px;
    float: left;
    padding-top: 25px;
    padding-bottom: 25px;
}

main h2 {
    font-size: 1.8em;
    position: relative;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-weight: normal;
}

main h3 {
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 1.3em;
    font-weight: normal;
}

main p {
    font-size: 15.5pt;
}

.current{
    font-size: 20pt;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-weight: normal;
}

article{
    width: 900px;
    line-height: 2em;
}

main figure {
    margin: 0 0 .2rem 2%;
    width: 96%;
}

main figure img {
    width: 50px
    
}

section.forecast {
    display: none;
}

table {
    font-size: 15pt;
    letter-spacing: 1pt;
    line-height: 1.8em;
    word-spacing: 2em;
    text-transform: uppercase;
}

footer {
    width: 1000px;
    height: 80px;
    border: none;
    text-align: center;
    display: block;
    opacity: .6;
    float: bottom;

}
}