@font-face {
    font-family: 'LatoWeb';
    src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body,
html {
    width: 100%;
    height: 100%;
    font-family: 'LatoWeb', Fallback, sans-serif;
}

body {
   background-color: white;
}

p,
h2 {
    color: #333333;
}

/* Navbar */
.navbar-custom {
    background-color: #485059;
}

/* Footer */
footer {
    color: black;
}

footer a {
    text-decoration: none!important;
}

.footer-icon {
    width: auto;
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
}

/* Content */
.content-wrapper {
    margin-top: 4%;
    margin-bottom: 4%;
    padding-left: 4%;
    padding-right: 4%;
}

.img-container {
    margin: 0;
}

.parent {
    display: flex;
    flex-wrap: wrap;
} 

.child {
    height: 100%;
}

.img-fluid-custom {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top left;
}

.subheadline {
    font-size: 18px;
    color: #95b1d8;
}
