html,
body {
	/* color: #fff;
	background-color: black; */
  font-family: Raleway, Arial, helvetica, sans-serif;
}

.page-header {
  padding-top:60px;
  background-color:#000;
}

header h1 {
  width: 100%;
  font-size: 36px;
  /* color: #17a2b8; */
  color: #fff;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
}

header .summary {
  width: 100%;
  font-size: 22px;
  color: #fff;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
}

#page-container {
	position: relative;
	padding-bottom: 60px;
	min-height: 100vh;
}

#growl-notice {
  /* display: none; */
  font-family: Raleway, Arial, helvetica, sans-serif;
  width:  350px;
  height: 65px;
  padding: 5px 10px;
  border-left: 6px solid black;
  border-radius: 4px;
  opacity: 0.97;
  font-size: 14px;
  color: #fff;
  /* line-height: 50px; */
  background-color: rgb(170, 54, 54);
  position: fixed;
  right: 10px;
  top: 68px;
  margin:auto;
  z-index: 9999999;
}

#map {
  height: auto;
  width: 40%;
}

.latlngLabel {
	color:blue;
}

.locationLabel {
  color:black;
	font-weight: bold;
}

#ip-input {
  max-width: 400px;
}

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');
}

/* change the navbar background color */

.navbar-item {  /* Fix milligram issue */
  margin-bottom: 0;
}

.navbar-custom {
	background-color: #333333;
	border-color: #000033;
}
/* change the brand and text color */
.navbar-custom a.navbar-brand {
	color: #ff9900;
}

.navbar-custom .navbar-nav a.dropdown-toggle {
   color: #ff9900;
}

.navbar-custom a.navbar-brand-custom {
	margin-left:50px;
	margin-right:50px;
	color: #ff9900;
}

/* change the link color */
 .navbar-custom .navbar-nav .nav-link {
	 color: rgba(253, 153, 0, 0.7);
} 
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
	/* color: #000033; */
	color: #fff;
}
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;
}


.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;
}
