body {
    font-family: 'Roboto', sans-serif;
}

body,
html,
.container-fluid,
.row,
.col-md-6 {
    height: 100%
}

h1 {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #0093FF;
}

h2 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #0093FF;
    margin-top: 10px;
}

article {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #7E868D;
    margin-top: 30px;
}

.info {
    margin-top:40%;
}

.custom-img {
    height:100%;
    background: url("coffee.png") no-repeat center;
    background-size: contain;

}

.social-media {
    margin-top: 50px;
}

.social-media .fab {
    font-size: 26px;
    margin-right:7px;
}

.fa-facebook-square {
    color: #395196;
}

.fa-linkedin {
    color: #3D83D9;
}

.social-media .fab:hover {
     color: #7E868D;
    text-decoration: none;
}