.jumbotron {
    padding-top: 0;
    background-color: #44423e !important;
}

.vert-aligned {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

p {
    font-size: 120%;
    color: white;
    font-family: 'Montserrat', sans-serif;

}

h1 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;

}

h2 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;

}

h3 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;

}

h4 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;

}

h5 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;

}

.lead {
    color: white !important;
    font-family: 'Montserrat', sans-serif;

}

.display-3 {
    color: #ff8040 !important;
    font-family: 'Montserrat', sans-serif;

}

.nav-item {
    font-weight: bold;
}

html {
    background-color: #53514d;
}

.alien-font {
    color: #99ff93;
}

.orange-font {
    color: #ff8040 !important;
}

.orange-btn {
    color: white;
    background-color: #ff8040;
}

#map {
    height: 400px;
    width: 100%;
}

.grey-font {
    color: #c0cdcd;
}

body {
    background-color: #53514d !important;
    font-family: 'Montserrat', sans-serif !important;
    text-align: center;

}

.ul-left {
    text-align: left !important;
}

.rich-media-container {
    padding-bottom: 10px;
    padding-top: 10px;
}

li {
    color: white !important;
}

small {
    color: white !important;
}

@media only screen and (max-width: 767px) {
    .mobile-padding-bottom {
        padding-bottom: 20px;
    }
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.bordered {
    border:solid 2px #373737 !important;
}


