* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    line-height: 1.7em;
    color: #7F8C8D;
    font-size: 13px;
}

    
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}
.l-box {
    padding: 1em;
}
.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.is-center {
    text-align: center;
}
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}
.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}
.pure-button {
    height: 50px;
    width: 150px;
    background: #FFEB3B;
    border: none;
    color: #000;
    border-radius: 25px;
}
.pure-button:hover{
        background: #FFC107;
        cursor: pointer;
}
a.pure-button-primary {
    background: white;
    color: #1F8DD6;
    border-radius: 5px;
    font-size: 120%;
}
.home-menu {
    padding: 0.5em;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}
.home-menu {
    background: #2D3E50;
}
.pure-menu.pure-menu-fixed {
    border-bottom: none;
    z-index: 4;
}
.home-menu .pure-menu-heading {
    color: white;
    font-weight: 400;
    font-size: 120%;
}
.home-menu .pure-menu-selected a {
    color: white;
}
.home-menu a {
    color: #6FBEF3;
}
.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #AECFE5;
}
.splash-container {
    /* z-index: 1; */
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed !important;
}
.splash {
    width: 100%;
    height: 30%;
    margin: auto;
    position: relative;
    top: 100px; left: 0; bottom: 0; right: 0;
    text-align: center;
    text-transform: uppercase;
}
.splash-head {
    font-size: 20px;
    font-weight: bold;
    color: white;
    border: 3px solid white;
    padding: 1em 1.6em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
}
.splash-subhead {
    color: rgb(231, 191, 13);
    letter-spacing: 0.05em;
    opacity: 1.5;
    font-family: 'Permanent Marker', cursive;
    font-size: x-large;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
    padding-top: 20px;
    padding-bottom: 20px;
}
.content-wrapper {
    position: absolute;
    top: 87%;
    width: 100%;
    min-height: 12%;
    /* z-index: 2; */
    /* background: white; */
}
.content {
    padding: 1em 1em 3em;
    color: #FFC107;
}
.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
    padding-left: 30px;
}
.content-head-ribbon {
    color: white;
}
.content-subhead {
    color: #1F8DD6;
}
    .content-subhead i {
        margin-right: 7px;
    }
.ribbon {
    background: #2D3E50;
    color: #aaa;
}
.footer {

    position: fixed;
    bottom: 0;
    width: 100%;
}
#text{
height:150px;
}
@media (min-width: 48em) {
    body {
        font-size: 16px;
    }
    .home-menu {
        text-align: left;
    }
        .home-menu ul {
            float: right;
        }
    .splash {
        width: 50%;
        height: 50%;
    }
    .splash-head {
        font-size: 250%;
    }
    .l-box-lrg {
        border: none;
    }


}
@media (min-width: 78em) {
    .splash-head {
        font-size: 300%;
    }
    .l-box-lrg {
        border: none;
    }
    body {
        font-size: 16px;
    }
    .home-menu {
        text-align: left;
    }
        .home-menu ul {
            float: right;
        }
    .splash {
        width: 50%;
        height: 50%;
    }

}
#events-view{
    color: rgb(231, 191, 13);
}
.header2
{
    height: 400px;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(cityscape.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}
h1
/* {
    color: #fff;
    margin-bottom: 70px;
    font-size: 45px;
    letter-spacing: 2px;
    text-align: center;
} */
.search-field
{
    height: 50px;
    padding: 10px;
    border: none;
    border-radius: 25px;
    outline: none;
}
.business
{
    width: 400px;
}
.location
{
    width: 200px;
}
.search-btn
{
    height: 50px;
    width: 150px;
    background: #FFEB3B;
    border: none;
    color: #000;
    border-radius: 25px;
}
.search-btn:hover{
    background: #FFC107;
    cursor: pointer;
}
.form-box
{
    background: rgba(0,0,0,0.5);
    padding: 30px;
    border-radius: 25px;

}
#searchmaps-btn:hover{
    background: #FFC107;
    cursor: pointer;
}
#searchmaps{
    border-radius: 25px;
}
.container-fluid{
    /* background-color: #2D3E50; */
    color: #FFC107;
}
#map {
    height: 400px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
   }
#goldentext{
    color: #FFC107;
}
img{
    height: 75px;
    width: 75px;
}
#description {
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
  }

  #infowindow-content .title {
	font-weight: bold;
  }

  #infowindow-content {
	display: none;
  }

  #map #infowindow-content {
	display: inline;
  }

  .pac-card {
	margin: 10px 10px 0 0;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	font-family: Roboto;
  }

  #pac-container {
	padding-bottom: 12px;
	margin-right: 12px;
  }

  .pac-controls {
	display: inline-block;
	padding: 5px 11px;
  }

  .pac-controls label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
  }

  #pac-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-left: 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 400px;
  }

  #pac-input:focus {
	border-color: #4d90fe;
  }

  #title {
	color: #fff;
	background-color: #4d90fe;
	font-size: 25px;
	font-weight: 500;
	padding: 6px 12px;
  }
  #target {
	width: 345px;
  }
img.pure-img-responsive{
    width: 80%;
    height: auto;
}