body
{
    font-family: verdana, sans-serif;
    background-color: #f4f4f5;
    color: #15a0ea;
}

section
{
    position: relative;
    text-align: center;
    top:20px;
}

.top-global-nav
{
    position:absolute;
    margin-top: 5px;
    backface-visibility: hidden;
}

.top-nav-content
{
    display: none;
    position: relative;
    top:-26px;
    background-color: #013aa5;
    color: #f4f4f5;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 16px;
    margin-left: 38px;
}

.top-nav-content a
{
    color: #15a0ea;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
}

.top-global-nav:hover .top-nav-content {
    display:block;
}

.top-nav-content a:hover
{
    font-size: 16px;
}

.weather-city
{
    position:relative;
    text-align: center;
    top:0px;
    font-size: 38px;
    background-color: #0236e3;
    color: #f4f4f5;
    padding-top: 30px;
    padding-bottom: 35px;
    margin-top:-25px;
}

.city-list a:link, a:visited, a:active, a:hover
{
    color: #b4b4b4;
    text-decoration: none;
    font-weight: bold;
}

img
{
    margin:38px 0 20px 30px;
    position:relative;
    cursor: pointer;
    z-index: 1;
    width:35px;
}

.current-weather
{
    position:relative;
    font-size: 20px;
}

.weather-temp
{
    position: relative;
    font-size: 200px;
    color: black;
    margin: 0;
    padding: 40px;
    background-image: url(/week5/images/sunny-weather.png);
    background-position: center;
    background-size:contain;
    background-repeat: no-repeat;
}

li
{
    text-align:center;
    display: inline;
    padding: 0px 20px ;
}

.weather-desc
{
    position:relative;
    top:10px;
    font-size:28px;
    margin:0;
}

.weather-extremes
{
    position:relative;
    right:20px;
    display:inline;
    top:20px;
    font-size:15px;
    margin:0;
}

.weather-high
{
    border-right-style:solid;
    border-right-width:thin;
}

/* Hourly Forecast */

.hourly div {
  margin-top: 20px;
  vertical-align: middle;
}

.hourly-fc {
  margin: 0 -11px -1px -11px;
  padding: 10px;
}

.hourly-fc div {
  display: inline-block;
}

.hourly-fc .hourly-temp {
  text-align: center;
}

.hourly-fc .temp-hour {
  color: #15a0ea;
}

.hourly-fc .temp-degree {
  color: #168ece;
}

.hourly-fc .temp-degree,
.hourly-fc .temp-hour {
  display: block;
}

#weather-info
{
    position:relative;
    text-align: center;
    padding: 20px 0px 20px 0px;
    top:90px;
    background-color: #013aa5;
    color: antiquewhite;
    font-size: 15px;
}

#weather-info table
{
    position: relative;
    margin-left:auto;
    margin-right:auto;
    width:365px;
    align-content: center;
    text-align: center;
    table-layout: fixed;
    font-size: 15px;
}

#weather-info td
{
    border-left:1px solid #42beaa;
    font-size: 15px;
    padding-top: 5px;
}

#bottom-nav
{
    position:relative;
    text-align: center;
    padding: 20px 0px 20px 0px;
    top:90px;
    background-color: #12326f;
    color: antiquewhite;
    font-size: 24px;
}

#bottom-nav table
{
    position: relative;
    margin-left:auto;
    margin-right:auto;
    width:365px;
    align-content: center;
    text-align: center;
    table-layout: fixed;
    font-size: 15px;
}

#bottom-nav td
{
    border-left:1px solid #42beaa;
    font-size: 15px;
    padding-top: 5px;
}

.weather-footer
{
    display: inline-block;
    position:relative;
    font-size: 12px;
    top:95px;
    padding:5px 10px 10px 30px;
    margin:0;
}

footer p, a
{
    color:#0236e3;
    text-decoration:none;
}

@media only screen and (max-width: 480px) {
    .hourly
    {
        visibility: hidden;
    }
    #weather-info
    {
        position: relative;
        margin-top: -6em;
    }
}

@media only screen and (min-width: 480px) and (max-width: 800px){
    #weather-info
    {
        position: relative;
        margin-top: -6em;
    }

}

@media only screen and (min-width:800px){
    img, .dropdown
    {
        left:13%;
    }
}