* {
    box-sizing: border-box;
}
.row:after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
}

html {
    font-family: "Lucida Sans", sans-serif;
}

body {
  color: #bfc1c8;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  background: #1e202b;
  margin: 0px;
}

a {
    background: transparent;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}
a:link {
    color: white;
}


.button, form input[type="submit"], form button, form input[type="reset"] {
    border: none;
    background: #009ad8;
    padding: 10px 20px;
    border-radius: 30px;
    color: white;
}


/*
 * Header Styles
*/
.site-header {
  padding: 20px 0;
}
.site-header .branding {
    float: left;
}
.site-header .branding .logo, .site-header .branding .logo-type {
    display: inline-block;
    vertical-align: middle;
}
.site-header .branding .logo {
    margin-right: 10px;
}
.site-header .branding .site-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.1428571429em;
    color: white;
}
.site-header .branding .site-description {
    font-size: 10px;
    /*font-size: 0.7142857143em;*/
    font-size: 1.0em;
    display: block;
    color: white;
}

.main-navigation {
float: right;
}
.main-navigation .menu-toggle, .main-navigation .menu {
vertical-align: middle;
}
.main-navigation .menu-toggle {
background: none;
border: 2px solid transparent;
color: white;
padding: 20px;
border-radius: 40px;
-webkit-transition: .3s ease;
transition: .3s ease;
display: none;
outline: none;
}


@media screen and (max-width: 990px) {
    .main-navigation .menu-toggle {
        display: inline-block;
    }
}


.main-navigation .menu-toggle:hover, .main-navigation .menu-toggle:active {
    border-color: #009ad8;
    color: #009ad8;
}
.main-navigation .menu {
    list-style: none;
    display: inline-block;
    zoom: 1;
}
.main-navigation .menu:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}
@media screen and (max-width: 990px) {
    .main-navigation .menu {
        display: none;
    }
}
.main-navigation .menu .menu-item {
    float: left;
    margin-left: 10px;
}
.main-navigation .menu .menu-item a {
    padding: 5px 25px;
    border: 2px solid transparent;
    border-radius: 30px;
    color: white;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-weight: 400;
 }
.main-navigation .menu .menu-item.current-menu-item a, .main-navigation .menu .menu-item:hover a {
    border-color: #009ad8;
    color: #009ad8
}

.mobile-navigation {
    padding: 30px 0 0;
    clear: both;
    display: none;
}
@media screen and (min-width: 991px) {
    .mobile-navigation {
        display: none !important;
    }
}
.mobile-navigation .menu {
    background: #262936;
    list-style: none;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.mobile-navigation .menu a {
    padding: 20px;
    display: block;
    color: white;
}
.mobile-navigation .menu .menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-navigation .menu .menu-item:last-child {
    border-bottom: none;
}
.mobile-navigation .menu .menu-item.current-menu-item a {
    color: #009ad8;
}






.content {
    background-color: #1a1a1a;
    /*top: 125px;
    bottom: 70px;*/
}
 
.hero {
    background-image: url("images/banner.jpg");
    background-size: cover;
    padding: 70px 0;
    min-height: 350px; 
    /*border: 4px solid yellow;*/
}

.container {
    /*border: 1px solid white;*/
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    zoom: 1; 
}
.container:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; 
}
@media (min-width: 768px) {
    .container {
        width: 750px; 
    } 
}
@media (min-width: 992px) {
    .container {
        width: 970px; 
    } 
}
@media (min-width: 1200px) {
    .container {
        width: 1170px; 
    } 
}



.forecast-container {
    width: 100%;
    background: #323544;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    border-radius: 10px;
    margin-top: -100px;
    margin-bottom: 50px; 
}
.forecast-container .forecast {
    display: table-cell;
    vertical-align: top;
}
.forecast-container .forecast:nth-child(even) {
    background-color: #262936;
}
@media screen and (max-width: 990px) {
    .forecast-container .forecast {
        display: block;
        width: 16.6667%;
        float: left;
    }
}
.forecast-container .forecast.today {
    width: 420px;
}
.forecast-container .forecast.today .forecast-header {
    zoom: 1;
}
.forecast-container .forecast.today .forecast-header:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}
.forecast-container .forecast.today .forecast-header .day {
    float: left;
}
.forecast-container .forecast.today .forecast-header .date {
    float: right;
}
.forecast-container .forecast.today .forecast-content {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
}
.forecast-container .forecast.today .location {
    font-size: 18px;
    font-size: 1.2857142857em;
    font-weight: 400;
}
.forecast-container .forecast.today .degree .num, .forecast-container .forecast.today .degree .forecast-icon {
    display: inline-block;
    vertical-align: middle;
}
.forecast-container .forecast.today .degree .num {
    font-size: 75px;
    /*font-size: 6.4285714286rem;*/
    margin-right: 30px;
}
.forecast-container .forecast.today span {
    margin-right: 20px;
}
.forecast-container .forecast.today span img {
    margin-right: 5px;
    vertical-align: middle;
}
@media screen and (max-width: 990px) {
    .forecast-container .forecast.today {
        display: block;
        width: 100%;
    }
}
.forecast-container .forecast .forecast-header {
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
    font-weight: 400;
}
.forecast-container .forecast .forecast-icon {
    height: 50px;
}
.forecast-container .forecast .forecast-content {
    padding: 50px 20px 10px;
    text-align: center;
}
.forecast-container .forecast .forecast-content .forecast-icon {
    margin-bottom: 20px;
}
.forecast-container .forecast .forecast-content .degree {
    font-size: 24px;
    font-size: 1.7142857143em;
    color: white;
    /*font-weight: 700;*/
}
    .forecast-container .forecast .forecast-content small {
    font-size: 16px;
    /*font-size: 1.1428571429em;*/
}
.fcst-hi {
    color: #ff9980;
}
.fcst-lo {
    color: #33ccff;
}

.footer {
    /*height: 70px;
    bottom: 0;*/
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}
#map-canvas {
    height: 500px;
}










