.red-font {
    color: #FC5B05;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

a {
    color: red !important;
}

.list {
    text-align: left;
}

.vert-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

p {
    font-size: 110%;
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

.container {
    text-align: center;
}

.display-3 {
    font-size: 150%;
}

ul {
    text-align: left;
}

nav a {
    color: #FC5B05 !important;
    font-size: 110%;
    font-weight: bold;
}

@media  (max-width: 730px){
    .display-3 {
        font-size: 50px !important;
    }
}

@media  (max-width: 455px){
    .display-3 {
        font-size: 30px !important;
    }
}