html {
    height: 100%;
}
body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    color: #333;
    background: #E9E8EB;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #5FC19C;
}
a:hover, a:focus {
    color: #5FC19C;
    text-decoration: none;
}
::selection, ::-moz-selection {
    background: #333;
    color: #5FC19C;
}
.background {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    z-index: -1;
}
.background .background-image {
    background: #5FC19C;
    background: url('/img/backgrounds/shapes1.svg') center top;
    position: relative;
    height: 865px;
    height: 250px;
    z-index: -3;
}
.background .background-dots {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    height: 250px;
    background: url('/img/backgrounds/dots.png');
    opacity: 0.3;
    z-index: -2;
}
.background .background-fade {
    background: linear-gradient(to bottom, #5FC19C -10%, rgba(255,255,255,0), #E9E8EB 88%);
    position: absolute;
    width: 100%;
    height: 100%;
    height: 250px;
    top: 0;
    z-index: -1;
}
.header {
    padding-top: 30px;
    padding-bottom: 30px;
}
.navbar {
    position: relative;
}
.logo {
    width: 57px;
    position: absolute;
}
.nav {
    margin-left: 87px;
}
.logo a, .nav a {
    border-bottom: none;
}
.nav h1 {
    margin: 0 0 1px 0;
    font-size: 22px;
    line-height: 25px;
}
.nav ul {
    margin: 0;
}
.nav ul li {
    font-size: 16px;
    font-weight: 700;
}
.nav ul li a {
    color: #487866;
    text-decoration: none;
}
.nav ul li a:hover,
.nav ul li a:focus {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #333;
}
.nav ul li a.active {
    color: #333;
    text-decoration: none;
}
.content {
    flex: 1;
    margin-top: 30px;
}
.project {
    border-top: 2px solid #333;
    margin-bottom: 30px;
}
.project .info {
    padding: 8px 0;
}
.project .info h2 {
    font-size: 18px;
    margin: 0;
}
.project .info p {
    margin: 0;
}
.project img {
    width: 100%;
}
.project .info h2 a {
    color: #333;
    text-decoration: none;
    border-bottom: none;
}
.project .info h2 a:hover,
.project .info h2 a:focus {
    color: #FFF;
    background-color: #5FC19C;
    text-decoration: none;
}
.project .image-wrapper {
    background-color: #5FC19C;
}
.project > a:hover img,
.project > a:focus img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.project > a:hover img.blend,
.project > a:focus img.blend {
    opacity: 0.9;
    filter: alpha(opacity=90);
    mix-blend-mode: luminosity;
}
.content-project h2 {
    margin-top: 43px;
}
.footer {
    padding: 15px 0;
    border-top: 2px solid rgba(0,0,0,0.2);
    margin-top: 30px;
}
.footer p {
    margin: 0;
}
#carousel .owl-wrapper-outer {
    background-color: #222;
}
#carousel .owl-item img {
    display: block;
    max-width: 100%;
    height: auto;
    /*max-height: 750px;*/
    margin: auto;
}

/* Bootstrap overrides */
.btn {
    font-size: 16px;
    border-radius: 0;
}
.btn-primary {
    color: #FFF;
    background-color: #5FC19C;
    border-color: #4FB18C;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #FFF;
    background-color: #4FB18C;
    border-color: #3FA17C;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #ADD4C5;
    border-color: #98BDAF;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #FFF;
    background-color: #3FA17C;
    border-color: #2F916C;
}

/* Owl Carousel styles */
.owl-theme .owl-controls {
    margin-top: 0;
    margin-bottom: 10px;
}
.owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
}
.owl-theme .owl-controls .owl-page span {
    border-radius: 0;
    opacity: 1;
    filter: Alpha(Opacity=100);
    background: #333;
}
.owl-theme .owl-controls .owl-page.active span {
    background: #5FC19C;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #D07A30;
}
.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    filter: Alpha(Opacity=100);
    background: #333;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background: #5FC19C;
}
@media screen and (min-width:768px){
    .owl-theme .owl-controls {
        overflow: hidden;
    }
    .owl-theme  .owl-controls .owl-pagination {
        float: left;
    }
    .owl-theme  .owl-controls .owl-buttons {
        float: right;
    }
    .owl-theme .owl-controls .owl-page span {
        margin: 10px 7px 5px;
    }
}