
.checkmark p {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    margin: 0 0 1px;
}


.navbar-nav > li > a {
    color: #029a4c;
}
.navbar-nav > li > a:hover {
    color:#036db1;
    border-bottom: solid 2px #007ac9;
    padding-bottom: 4px;
}

#map {
        position: relative;
        padding-bottom: 15%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
}
#map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 400px !important;
}

.about-right-box ul li {padding-bottom:0;}

.shadow-text {
    text-shadow: 2px 2px 10px #464944;
}
