body {
    font-family: 'Arvo', serif;
    font-size: 18px;
}

header {
    background-color: #526290;
    text-align: center;
    padding: .5em;
    color: white;
    white-space: nowrap;
    overflow: hidden;
}

header>img {
    width: 75px;
    height: auto;
    vertical-align: middle;
    padding: 1em;
}

.headertext {
    display: inline-block;
    vertical-align: middle;
}

.headertext h1 {
    font-size: 25px;
}

.moto {
    font-size: .75em;
    color: #ea8863;
    font-style: italic;
}

.currentconditions {
    display: none;
    margin: 1em 0 1em 5em;
    padding: 1.1em;
    vertical-align: middle;
    color: white;
    background-color: #526290;
    border: 2pt solid #ea8863;
    font-size: 1.1em;
}

.currentconditions img {
    width: 100px;
    height: auto;
}

.currentconditions p {
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
    padding-left: 10px;
}

h2 {
    text-align: center;
    font-size: 2em;
    color: #526290;
}

nav {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-color: #ea8863;
    box-shadow: 0px 3px 3px gray;
}

nav ul {
    margin: 0;
    padding: 0px;
    overflow: hidden;
}

nav li {
    color: white;
    font-weight: bold;
    padding: 14px 16px;
    text-decoration: none;
    white-space: nowrap;
}

.hero {
    position: relative;
}

nav ul {
    list-style-type: none;
}

nav a:visited {
    color: #526290;
}

nav a:hover {
    color: white;
}

nav a {
    text-decoration: none;
}
.hero>img {
   width: 100%;
    height: auto;
}

.top>h3 {
    text-decoration: underline;
}

.hero {
    position: relative;
}

.top {
    background-color: #526290;
    color: white;
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0px 10px;
    font-size: .6em;
}

.summary {
    color: #ea8863;
    font-weight: bold;
}

.forecast {
    display: none;
    margin: 1rem auto;
    background-color: #526290;
    text-align: center;
    padding: 1em;
}

.forecast h3 {
    color: white;
    font-size: 1.2em;
    padding-top: 7px;
    margin-top: -5px;
}

.forecast table {
    margin: 0 auto;
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
}

th {
    height: 30px;
    padding: 15px;
    background-color: #ea8863;
    ;
    color: black;
}

td {
    color: white;
}

article {
    background-color: #b4c1eb;
    padding: 10px;
    margin: 1rem auto;
}

article h3 {
    padding: 0;
}

.author {
    margin-top: -20px;
    font-style: italic;
    font-size: .75em;
    width: 100%;
}

article img {
    width: 100%;
    height: auto;
}

.bottom {
    background-color: #788cc7;
    overflow: auto;
    width: 100%;
}

.bottomimage img {
    display: none;
    width: 25%;
    height: auto;
    padding: 15px;
    margin-top: 2px;
    margin-left: 2px;
}

.contact {
    float: left;
    padding: 10px;
    margin-left: 15px;
    justify-content: right;
}

.contact img {
    width: 5%;
    height: auto;
}

.mappicture img {
    width: 75%;
    height: auto;
    padding: 17px;
}

footer {
    clear: both;
    background-color: #526290;
    color: white;
    text-align: center;
    font-size: 15px;
    padding: 1px;
}