.navbar-brand {
    color: #fff;
}

.theme-red .navbar {
    background-color: #009688;
}

.line-project {
    border-bottom: 1px solid rgba(204, 204, 204, 0.35); padding: 8px 0;
}

.line-project:last-of-type {
    border-bottom: none; padding: 8px 0;
}

.project-thumb {
    width: 200px;
    height: 200px;
    background-color: #e9e9e9;
    
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-green {
    background-color: #009688 !important;
}

.bg-pink {
    background-color: #009688 !important;
    color: #fff;
    height: 48px;
}

.login-page {
    background-color: #009688;
}

.project-photo {
    margin: 1%;
    float: left;
    
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.project-photo-gallery {
    width: 48%;
    height: 0px;
    padding-top: 48%;
    margin: 1%;
    float: left;
    
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: none;
}