/*
 * style.css
 */
.bg-1 {
    background-color: #1abc9c; /* Green */
    color: #ffffff;
}

.bg-4 {
    background-color: #2f2f2f; /* Dark Gray */
    color: #ffffff;
}

.bg-grey {
    background-color: #f6f6f6;
}

.body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
}

.jumbotron {
    font-family: Montserrat, sans-serif;
}

.navbar {
    font-family: Montserrat, sans-serif;
}

.page-header {
	border-bottom: 0px;
}

.container-fluid {
    padding: 50px 50px;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}
h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
} 
