.selection
{
	text-decoration: underline;
	background-color:#000;
}

.view,
body,
html {
    height: 100%
}

@media (max-width:740px) {
    .full-page-intro {
        height: 1000px
    }
}

.navbar {
    z-index: 50;
    background-color: rgba(0, 0, 0, .3)
}

.page-footer,
.top-nav-collapse {
    color;
    #1C2331
}

@media only screen and (max-width:768px) {
    .navbar {
        background-color: #1C2331
    }
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}

.index-page .page-header {
    height: 50vh;
    overflow: hidden;
}

.main-raised {
    z-index: 999;
    margin: -70px 30px 0px;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.clear-filter::before {
    background: none;
}

.header-filter {
    position: relative;
}

.header-filter:before,
.header-filter:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

.page-header {
    z-index: -1;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}

.brand {
    position: absolute;
    z-index: 9;
}

.purple-filter:after {
    z-index: -1;
    background: rgba(101, 47, 142, 0.64);
    background: linear-gradient(45deg, rgba(101, 47, 142, 0.88) 0%, rgba(125, 46, 185, 0.45) 100%);
    background: -moz-linear-gradient(135deg, rgba(101, 47, 142, 0.88) 0%, rgba(125, 46, 185, 0.45) 100%);
}

.main {
    background: #FFFFFF;
    position: relative;
    z-index: 30;
}

.z-depth-1-half {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

.card .card-circle {
    width: 7.5rem;
    height: 7.5rem;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
}

.card .card-circle .fas,
.card .card-circle .fab,
.card .card-circle .far {
    font-size: 4rem;
}

.footer.page-footer {
    bottom: 0;
    color: #1c2331;
}

.page-footer a {
    bottom: 0;
    color: #1c2331;
}

.map-container {
    height: 230px;
    position: relative;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.footer-copyright {
    color: #eee;
}

.footer-copyright a {
    color: #eee;
}
