﻿html {
    overflow-y: scroll;
    min-height: 100%;
    position: relative;
}

body {
    height: 100%;
    min-height: 100%;
    margin-bottom: 140px;
}

h1, h2, h3, h4, h5 {
    color: #8e181c
}

#jumbo {
    background-color: #e2e3e5;
    padding: 1% 5% 1%;    
    }    

#menu .active a{
    color: #8e181c;
    font-weight:bold;
}

#menu{
    background-color: #eff0f1;
}

#content {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10px;
}

footer {    
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 128px;
    text-align: center;
}

#footer {
   background-color:#8e181c;  
}

#sub-nav .nav-link {
    color: black;
}

#sub-nav :hover {
    background-color: #eff0f1;    
}

#sub-nav .active {
    background-color: #8e181c;
    color: white;
}

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 360px;
    padding-top: 10px;
}

.tile-group {
    font-size: 1.3rem;
    font-family: chalisa oktavia,Georgia,serif;
}

.tile-group .tile-column{
    margin-bottom: 15px;
}

.tile-group .tile-link {
    display:block;
    color: #ffffff;
    background-color: #8e181c;
}

    .tile-group .tile-link:hover {
        text-decoration: none;
    }

.tile-group .tile-link:hover .tile{
    background-color: rgba(1,1,1,0.1);
}


