body {
  font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h5, p {
  color: #000;
};

/* button styles */
.city-button {
  margin:10px !important;
}

/* form and search box */


#search-box{
    text-align:center;
}

#add-city{
    background:#009688;
}

/* section headers */
.section-header {
  color:black;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 5px;
  margin: 10px;
}

/* quote */
.quote-style {
  color:#009688;
  font-family: 'Times New Roman', Times, serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  margin-top: 5px;
}

/* WEATHER SECTION */

#weather-cloud {
  height:275px;
  width: 400px;
  opacity: 0.75;
}

.weather-style {
  position: relative;
  text-align: center;
}

.cloud-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* EVENT SECTION */

.event-style {
    /* float: left; */
    display: inline-block;
    border: 1px solid #000;
    height: auto;
    width: auto;
    margin: 10px;
    padding: 5px;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

div.scroll-box {
  background: none repeat scroll 0 0;
  /* border: 3px solid #666; */
  margin: 5px;
  padding: 5px;
  position: relative;
  width: 100%;
  height: auto;
  overflow: auto;
}


/* MAP SECTION */
#map {
    height: 500px;  
    width: 100%;  
} 

/* header section */
/* needs to be at the end here */
h1{
  font-style:bold;
  font-size: 80px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-shadow:
		-1px -1px 0 rgb(250, 250, 250),
		1px -1px 0 rgb(250, 250, 250),
		-1px 1px 0 rgb(250, 250, 250),
    1px 1px 0 rgb(250, 250, 250);
};

/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

 nav ul a,
 nav .brand-logo {
   color: #444;
 }
 
 p {
   line-height: 2rem;
 }
 
 .sidenav-trigger {
   color: #26a69a;
 }
 
 .parallax-container {
   min-height: 380px;
   line-height: 0;
   height: auto;
   color: rgba(255,255,255,.9);
 }
   .parallax-container .section {
     width: 100%;
   }
 
 @media only screen and (max-width : 992px) {
   .parallax-container .section {
     position: absolute;
     top: 40%;
   }
   #index-banner .section {
     top: 10%;
   }
 }
 
 @media only screen and (max-width : 600px) {
   #index-banner .section {
     top: 0;
   }
 }
 
 .icon-block {
   padding: 0 15px;
 }
 .icon-block .material-icons {
   font-size: inherit;
 }
 
 footer.page-footer {
   margin: 0;
 }
 