@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans|Titillium+Web);

body, html {
  overflow-x: hidden;
  font-family: "Merriweather Sans", serif;
  font-size: 30px;
  text-align: center;
  color: #949494;
  padding-top: 5px;
  padding-bottom: 4px;
}

.holding-logo {
  display: block;
  padding-top: 40px;
  max-width: 75%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#nav_logo {
  display: block;
  width: 150px;
  padding: 0px;
  margin: auto;
  position: relative;
  top: 0;
}

#right_nav {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 25px;
  cursor: pointer;
}

a:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

a:visited {
  color: #949494;
}

a {
  color: #949494;
}

#todaysForecast {
  margin-top: 10px;
}

#todayHeader {
  font-size: 16px;
  display: none;
}

#badge_today {
  display: block;
  height: auto;
  margin: auto;
  width: 260px;
  padding-top: 75px;
}

#currentTemperature {
  font-family: "Merriweather Sans", serif;
  font-size: 30px;
  text-align: center;
  color: #949494;
  padding-top: 5px;
  padding-bottom: 4px;
}

.maxminTemp {
  font-family: "Merriweather Sans", serif;
  font-size: 15px;
  text-align: center;
  color: #949494;
  padding-top: 1px;
}

#showmore {
  display: block;
  margin: auto;
  padding-top: 20px;
  z-index: 2;
  opacity: 0;
  margin-bottom: 35px;
}

#loading {
  display: block;
  height: auto;
  margin: auto;
  max-width: 20%;
  width: 50px;
  padding-top: 200px;
}

.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  right: 0;
  background-color: #111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 30px;
  /* Place content 60px from the top */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  margin: 0;
}

#footer {
  font-size: 12px;
  margin-top: 60px;
  display: none;
}

#closebtn {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 25px;
  cursor: pointer;
}

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

.sidenav_badge {
  padding-top: 20px;
  padding-bottom: 5px;
  margin: auto;
  display: block;
}

.sidenav_badge_id {
  color: white;
  font-family: 'Titillium Web';
  font-size: 10pt;
  margin-bottom: 20px;
  text-align: center;
}

.sidenav_bottom {
  color: white;
  font-family: 'Titillium Web';
  font-size: 12pt;
  margin-bottom: 5px;
  text-align: center;
}

.sidenav_bottom a {
  color: #8B8B8B;
}

.sliderDegree {
  color: white;
  font-family: "Titillium Web";
  font-size: 20pt;
  width: auto;
  display: inline-block;
  position: relative;
  left: 24px;
}

.toggle_middle {
  display: inline-block;
  width: auto;
}

#temp_slider {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: -webkit-auto;
}

.top_summary {
  font-family: "Merriweather Sans", serif;
  font-size: 15px;
  text-align: center;
  color: #949494;
  padding-top: 100px;
  margin: auto;
  display: block;
  max-width: 400px;
}

.bottom_summary {
  font-family: "Merriweather Sans", serif;
  font-size: 15px;
  text-align: center;
  color: black;
  padding-top: 5px;
  margin: auto;
  display: block;
  max-width: 275px;
}

#vicinity {
  font-family: "Merriweather Sans", serif;
  font-size: 14px;
  color: #949494;
  margin: auto;
  margin-top: 0px;
  display: block;
  max-width: 275px;
  text-align: center;
}

.daily_temp {
  font-family: "Merriweather Sans", serif;
  font-size: 22px;
  text-align: center;
  color: #949494;
  margin: auto;
  display: block;
  max-width: 350px;
}

#currentStats {
  font-size: 20px;
  display: none;
}

#currentHeader {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-top: 50px;
  display: none;
}

#currentWeather {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: none;
}

#extendedForecast {
  width: 300px;
  margin: auto;
  border-style: none;
  margin-top: 50px;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

#extendedForecast.fade {
  opacity: 1;
}

#showmore.fade {
  opacity: 1;
}

#weatherAlert {
  font-family: "Merriweather Sans", serif;
  font-size: 15px;
  color: #949494;
  margin: auto;
  display: block;
  width: 300px;
  margin-top: 30px;
  border-style: solid;
  border-color: #949494;
  margin-bottom: 50px;
  border-width: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

#weatherAlert.fade {
  opacity: 1;
}

#weeklyHeader {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 10px;
  display: none;
}

#initialMessage {
  font-size: 16px;
  margin-top: 30px;
  display: block;
}

#forecastBadge {
  display: table-cell;
  height: 50px;
  width: 50px;
  margin: auto;
}

.weekdays {
  font-family: "Merriweather Sans", serif;
  font-size: 11px;
  text-align: center;
  color: #949494;
  margin: auto;
  height: auto;
  display: table-cell;
  position: relative;
  top: -2px;
}

#dailySummary {
  font-family: "Merriweather Sans", serif;
  font-size: 15px;
  text-align: center;
  color: #949494;
  margin: auto;
  display: block;
  width: 300px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.alertItem {
  font-family: "Merriweather Sans", serif;
  font-size: 13px;
  text-align: left;
  color: #949494;
  margin: auto;
  display: block;
  width: 350px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.descriptionItem {
  font-family: "Merriweather Sans", serif;
  font-size: 10px;
  text-align: left;
  color: #949494;
  margin: auto;
  display: block;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.rainChance_top {
  font-family: "Merriweather Sans", serif;
  font-size: 12px;
  text-align: center;
  color: #949494;
  padding-top: 12px;
}

.rainChance_bottom {
  font-family: "Merriweather Sans", serif;
  font-size: 12px;
  text-align: center;
  color: #949494;
  padding-top: 1px;
}

.rainChance_bottom {
  font-family: "Merriweather Sans", serif;
  font-size: 12px;
  text-align: center;
  color: #949494;
  padding-top: 1px;
}

#twentyfourBadge {
  display: table-cell;
  height: 44px;
  width: 44px;
  margin: auto;
}

#twentyfourTime {
  font-family: "Merriweather Sans", serif;
  font-size: 12px;
  text-align: center;
  color: #949494;
  padding-top: 1px;
}

.timeStyle {
  font-family: "Merriweather Sans", serif;
  font-size: 11px;
  text-align: center;
  color: #949494;
  margin: auto;
  height: auto;
  display: table-cell;
  padding-bottom: 6px;
  position: relative;
  top: -2px;
}

#googleImg {
  max-width: 70%;
  margin-top: 5px;
}

#input_container {
  display: block;
  padding: 0;
  margin: auto;
  width: 300px;
  height: 40px;
}

#searchField {
  width: 250px;
  height: 15px;
  font-family: "Merriweather Sans", serif;
  font-size: 11px;
  color: #949494;
  padding: 3px 3px 3px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #949494;
  border-radius: 20px;
  display: block;
  margin: auto;
  margin-top: 15px;
}

input:focus, button:focus {
  outline: none;
}

.pac-container {
  font-family: "Merriweather Sans", serif;
  color: #949494;
  font-size: 11px;
}

.pac-item-query {
  font-family: "Merriweather Sans", serif;
  color: #949494;
  font-size: 11px;
}

.pac-icon {
  display: none;
}

#searchButton {
  position: relative;
  bottom: 33px;
  left: 142px;
  padding: 0;
  margin: 0;
  color: white;
  background-color: transparent;
  border: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

#currentButton {
  display: block;
  margin: auto;
  font-family: "Merriweather Sans", serif;
  color: white;
  background-color: gray;
  width: 125px;
  height: 20px;
  font-size: 11px;
  text-align: center;
  line-height: 19px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  margin-top: 5px;
  border: none;
  border-radius: 5px;
}

#currentButton:hover {
  cursor: pointer;
  background-color: #949494;
}

table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  table-layout: fixed;
  margin: auto;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

td {
  display: table-cell;
  vertical-align: inherit;
}

.tgl {
  display: none;
}

.tgl, .tgl:after, .tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  box-sizing: border-box;
}

.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl + .tgl-btn::-moz-selection {
  background: none;
}

.tgl::selection, .tgl:after::selection, .tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}

.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 2em;
  height: 1em;
  position: relative;
  cursor: pointer;
  position: relative;
  left: 27px;
  top: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.tgl + .tgl-btn:after {
  left: 0;
}

.tgl + .tgl-btn:before {
  display: none;
}

.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #FF0000;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.tgl-light:checked + .tgl-btn {
  background: #5FB2F8;
}
