/* Header Styles */
div.header-container.mdl-layout__header-row{
    padding-left: 10px !important;  
}
nav.navbar.navbar-inverse{
    padding: 10px 0px 10px;
    border-radius: 0px;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}
a.navbar-brand{
    padding-left: 30px !important;
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
}
.mdl-layout > .mdl-layout__header {
    background-color: black;
     padding-left: 10px !important;
}

.mdl-layout__header > .mdl-layout__header-row > .mdl-layout-title {
    font-family: 'Montserrat', sans-serif;
}

.search {
    font-family: 'Istok Web', sans-serif;
}

.search-button {
    font-family: 'Montserrat', sans-serif;
}

/* Card Styles */
.mdl-card {
    height: 356px;
}
.mdl-card__actions {
    display: flex;
    box-sizing:border-box;
    justify-content: space-around;
    align-items: center;
  }

.mdl-card > .mdl-card__title {
    background: black;
}

.mdl-card > .mdl-card__title > .mdl-card__title-text {
    align-self: flex-start;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    margin-top: 0;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

.mdl-card > .mdl-card__supporting-text {
    font-family: 'Istok Web', sans-serif;
    color: white;
    background-color: black;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.support-text {
    padding-right: 16px;
}

.event-card > .mdl-card__actions > .mdl-button {
    font-family: 'Istok Web', sans-serif;
    color: black;
    font-size: 16px;
    line-height: 24px;
}

.results-flex {
    display: flex;
    justify-content: space-around;
}

#map {
    height: 400px;
    width: 100%;
    display: none;
}

#noSearchResult{
    text-align: center;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#noSearchResult{
    position: relative;
    top:200px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: auto;
    padding:25px 0px 15px;
    font-size: 100px;
    margin: 50px auto;
    background-color: rgb(185, 150, 164);
    border: solid 1px  rgb(185, 150, 164);
    border-radius: 10px;
    color:red;
}

#noSearchResult>p{
    font-size: 25px;
}
#myModal{
    width:100%;
}
#myModalLabel{
    font-weight: bold;
    text-align: center;
    font-size: 3em;
}

#myModalAddress{
    font-style: oblique;
    font-size: 1.5em;
}
