
header, .navbar, header .container  {
    background-color: #2C3E50;
}

a.nav-link, a.nav-link:hover, a.nav-link:visited {
    color: white !important;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

footer {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer, footer .container {
    background-color: #1ABC9C;
}

.masthead {
    background-image: url('../assets/img/home_image.jpg');
    background-size: 100% 100%;
    background-color:white;
}

.masthead > .container > .row {
    padding-top: 80px;
    padding-bottom: 80px;
}

#about {
    color:#000;
    background-color: #eee;
    margin-bottom:0px;
    padding: 2em;
}

.divider-custom-line {
    border-bottom: 4px solid black;
    display: block;
    width: 100px;
    display: table-cell;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}


.divider-custom-line > i {
}

#btnMobileMenu {
    color: white !important;
    border-color: white !important;
    font-weight: bold !important;
    font-size: 1em !important;
    background-color: #1abc9c !important;
}

#ourwork {
    padding:2em;
}