/* vlog.css */

.mt-big {
    margin-top: 4rem!important;
}

.mb-big {
    margin-bottom: 4rem!important;
}


#header-img {
    width: 100%;
}

#header-img-row:before {
    content: "VLOG";
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    color: white;
    font-size: 6rem;
}

#title-section {
    padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {

    #title-section {
        margin-left: 5rem;
        margin-right: 5rem;
    }
}

#what-makes-us-different-section {
    background-color: #052b46;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

#what-makes-us-different-section * {
    color: #FFF;
}

#what-makes-us-different-content-container {
    padding-left: 4rem;
    padding-right: 4rem;
    position:relative;
    top:50%;
    transform:translateY(-50%);
}


.white-btn {
    background-color: transparent;
    color: #FFF;
    border-radius: 0;
    border: 2px solid #FFF;
    padding: 10px 20px;
    margin-bottom: 2rem;
}

.white-btn:hover {
    color: #acced5!important;
    border-color: #acced5;
}

.white-btn:focus {
    box-shadow: none;
}

.project-image {
    margin-bottom: 15px;
    margin-top: 15px;

}

.project-image-container {
    cursor: pointer;
    display:inline-block;
}


