body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-image: url("../images/prestonid3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
header, main, footer {
    max-width: 1200px;
    margin: auto;
}
header{
    background-color: rgb(4, 211, 211);
    border-radius: 10px;
    padding: .25em;
}
h1, .motto{
    align-items: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    color: black;
    font-family: 'Anton', sans-serif;
    padding: .25em;
}
.logo{
    position: absolute;
    margin-top: -12px;
    width: 120px;
    border-top-right-radius: 2em;
    border-bottom-left-radius: 2em;
}
.ham{
   background-color: black;
   color: rgb(4, 211, 211);
}
nav{
    max-width: 800px;
    margin: auto;
    margin-top: .5em;
    background-color: black;
    border-radius: 1em;
}
.navigation .current{
    border-bottom: rgb(1, 255, 35);
    border-bottom-style: double;
    border-bottom-width: 3px;
}
.navigation{
    list-style: none;
    padding: 0em;
}
.navigation li:first-child{
    display: block;
}
.navigation li{
    display: none;
}
.navigation a{
    display: block;
    text-align: center;
    text-decoration: none;
    color: rgb(4, 211, 211);
    font-size: 16px;
    padding: 1em;
}
a:hover{
    background-color: rgb(80, 91, 110);
    border-radius: 1em;
}
.responsive li{
    display: block;
}

main{
    text-align: center;
    margin-bottom: 2em;
    font-size: 16px;
    background-color: rgb(49, 55, 66);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: rgb(80, 91, 110);
    color: whitesmoke;
}
.top{
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    padding: .5em;
    
}
.weather{
    text-align: left;
    max-width: 100%;
    padding: 1em;
}
.weathermap{
    float: left;
    margin: 0 18px 12px auto;
}
.news{
    text-align: center;
    padding: 1em;
    border-top: 5px solid black;
    display: flex;
    flex-direction: column;
}
.rodeo, .music{
    margin: auto;
}
.rodeo{
    margin-top: 3em;
}
.music{
    display: none;
}
.towns{
    display: grid;
    grid-template-columns: 1fr;
    border: 5px solid black;
    border-bottom-left-radius: 50px;
    padding: 1em;
}
h2{
    margin: 5px auto;
}
p{
    margin: 0 auto;
}
img{
    max-width: 300px;
    box-shadow: 5px 5px 8px black;
    margin-top: 10px;
}

.weblink{
    color: black;
}
footer{
    font-size: 14px;
    background-color: rgb(4, 211, 211);
    border-radius: 10px;
    text-align: center;
    padding: .5rem;
}
.foot{
    background-color:  rgb(4, 211, 211);
    margin: 0;
    border-style: none;
}
