/*	Parallax Background
	==================================================*/

/* #parallax {
    background: url(../images/about-cover.jpg) center center no-repeat;
    background-size: cover;
    background-position: center 76px;
}
    
@media screen and ( max-width: 991px ) {
    #parallax {
        height: calc( 100vh - 55px);
        margin-top: 55px;
        background-position: center 0;
    }
} */

/*	Intro
    ==================================================*/

#intro .message .lead {
    /* text-shadow: 0px 0px 4px white; */
}

#intro .message .desc {
    color: rgb(var(--evinta-secondary));
    text-shadow: 0px 0px 4px white;
}

/*	Content
    ==================================================*/

#content {
    background-color: #ffffff;
    padding-bottom: 50px;
}

#content .section-title {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 15px;
    font: 400 30px/46px "Eras ITC", "Eras Light ITC", sans-serif;
}

#content img {
    margin-bottom: 50px;
}

#content .office-section {
    font-size: 20px;
    padding-left: 50px;
    position: relative;
}

#content .office-section .fas,.far,.fab {
    position: absolute;
    top: 5px;
    left: 0;
    color: rgb(var(--evinta-primary));
    font-size: 25px;
}

@media screen and ( max-width: 767px ) {
    #content .office-section {
        font-size: 20px;
    }
}

@media screen and ( max-width: 400px ) {
    #content .office-section {
        font-size: 16px;
    }
}

.oi {
    font-size: 25px;
    margin-top: 5px;
    color: #631f63;
}

.office-section > .oi + div {
    background-color: red;
    padding-left: 50px;
}

.office-section a {
    color: inherit;
}

.office-section a:hover {
    color: rgb(var(--evinta-primary));
}



