html,
body {
	color: #fff;
	background-color: black;
}

.page-header {
  padding-top:60px;
  background-color:#000;
}

#page-container {
	position: relative;
	padding-bottom: 60px;
	min-height: 100vh;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	-webkit-appearance: none;
	appearance: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Fix materialize input bottom margin */
input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
  margin: 0;
}

.ads img {
    vertical-align: inherit;
}


.hidden {
	display: none;
}

.placeholder {
  width: 100%;
  /* height: 300; */
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('https://placehold.it/150x150');
}

header h1 {
  width: 100%;
  font-size: 36px;
  /* color: #17a2b8; */
  color: #fff;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
}


ul.dropdown-menu {
	width: 310px !important;
	height: 300px;
	background-color: #333333;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	/* white-space: nowrap; */
}
nav ul li {
    transition: background-color .3s;
    float: inherit;
    padding: 0;
}
.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

/* DROPDOWN */
.custom-control{
    font-weight: normal;
}
.dropdown-toggle{
    padding-left: 10px;
    border-radius: 0px !important;
}
.dropdown.dropdown-lg .dropdown-menu {
    padding: 15px;
}
.input-group .form-control{
    /* width: 100%; */
    border-radius: 0.25rem !important;
}
.dropdown.dropdown-lg .dropdown-menu{
    min-width: 320px;
}
.dropdown-menu{
    box-shadow: 1px 4px 8px -1px #c1c1c1;
}
/* DROPDOWN */

/*
	Hack to remove background from Mobile Safari.
	Can't use it globally since it destroys checkboxes in Firefox
*/

@media (max-width: 411px) {
	.footer {
      padding-top: 0px;
  }
  
  ul.dropdown-menu {
    /* background-color: #fff;  */
    padding-left: 5px;
}
}

main {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* height: 100vh; */
}

.spinner {
  margin-top: 8em;
  margin: auto;
}
#weather-card {
    box-shadow: rgba(0, 0, 0, 0.6) 0px 8px 17px 0px, rgba(0, 0, 0, 0.5) 0px 6px 20px 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    min-height: 22em;
    min-width: 280px;
    background-color: rgba(0, 0, 0, 0.6);
}
/* #weather-card {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 17px 0px,
    rgba(0, 0, 0, 0.188) 0px 6px 20px 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  min-height: 22em;
  min-width: 270px;
  opacity: 0.92;
} */
.card-panel {
    transition: box-shadow .25s;
    padding: 5px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 10px;
    background-color: #fff;
}

@media (max-width: 600px) {
  #weather-card {
    margin-top: 3%;
  }
  .temperature-details {
    text-align: center;
  }
  #summary {
    text-align: center;
    margin-top: 1em;
  }
}

.col.graph-btn-col {
  padding: 0;
  margin: 10px auto 0;
  border: 1px solid #ddd;
}

.graph-btn {
  width: 100%;
}

#temperature {
  font-size: 48px;
  line-height: 1em;
  vertical-align: 0.15em;
}

#degree-units {
  vertical-align: top;
  cursor: pointer;
  white-space: nowrap;
}

#summary h6 {
  margin-top: 0.05em;
  white-space: nowrap;
}

.forecast-day {
  border: 1px solid #efefef;
}

.high-temp,
.low-temp {
  margin: 0;
  padding: 0;
}

.location-warning {
  line-height: 0.75em;
}

.logo-wu {
  width: 120px;
}

#error {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  font-size: 20px;
  left: 15vh;
  position: absolute;
  padding: 2em;
  right: 15vh;
  top: 30vh;
  display: none;
}
