body,h1,h2,h3,h4,h5,h6,p {font-family: "Open Sans", sans-serif}

h3 {
    font-size: large;
    font-weight: 600;
    margin-bottom: 0%;
}

body, html {
    height: 100%;
    line-height: 1.8;
}

/* Full height image header */
.bgimg-1 {
    background-position: center;
    background-size: cover;
    background-image: url("./image/hero.png");
    min-height: 100%;
}

.mc-pc-logo {
    font-family: Roboto Slab;
    font-weight: 600;
}

nav {    
    border-bottom: 5px solid #4e5661;
}

footer {
    border-top: 2px solid #4e5661;
}

.mc-logo-primary {
    font-style:normal;
    font-variant:normal;
    font-stretch:normal;
    font-size:8.5px;
    fill:#4e5661;
    fill-opacity:1;
    font-family: Roboto;
}

.mc-logo-secondary {
    font-style:normal;
    font-variant:normal;
    font-stretch:normal;
    font-size:8.5px;
    fill:#4e5661;
    fill-opacity:1;    
    font-family: Roboto Slab;
    font-weight: 600;
}