body {
    font-family: "Lato", "Open Sans", "Roboto", sans-serif;
    font-size: 16px;
}
.container{
    padding-right: 120px;
    padding-left: 120px;
}
.sections{
    color: #1693A5;
}
.divider{
    padding-bottom: 15px;
    /* border-bottom: 1px solid #1693A5; */
}
h4{
    color: #1693A5;
}
/**Header**/
.header{
    background-color: #1693A5;
    color: #FCFBE3;
}
.contact {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
}
.contact a{
    color: #FCFBE3;
}
.fa span{
    font-family: "Lato", "Open Sans", "Roboto", sans-serif;
}

@media screen and (max-width: 768px){
    .contact{
        text-align: left;
    }
}

/**work + skills + education**/
.experiences{
    margin-top: 20px;
    border-left: 3px solid #1693A5;
    padding-left: 25px;
}
.experiences h4{
    color: #333;
}
.experiences .certification{
    margin-bottom: 20px;
}
.date{
    font-weight: normal;
    line-height:10px;
}
.company,
.school{
    font-weight: bold;
}
a.school{
    text-decoration: underline;
    color: #1693A5;
}
.title{
    text-decoration: underline;
}
.school-major{
    font-weight: normal;
}

/**footer**/
.center{
    text-align: center;
}

@media screen and (max-width: 1200px){
    .container{
        padding-right: 10px;
        padding-left: 10px;
    }
}