body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #da291c;
    margin: 1.75rem 0;
}

h1 {
    font-size: 1.75rem;
}

h2 { 
    font-size: 1.25rem;
}

main,
header {
    padding: 1.75rem;
}

header img {
    height: 32px;
    width: auto;
}

.rensa-family-slash {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 1337;
    text-align: right;
}

.rensa-family-slash img {
    max-width: 100%;
}

header {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1;
}

/* company cards */

.company a {
    background: #e9e9e9;
    margin-bottom: 1.25rem;
    -o-transition:color .2s ease-out, background 0.25s ease-in;
    -ms-transition:color .2s ease-out, background 0.25s ease-in;
    -moz-transition:color .2s ease-out, background 0.25s ease-in;
    -webkit-transition:color .2s ease-out, background 0.25s ease-in;
}

.company a:hover { 
    background: #d2d2d2;
}

.company a {
    width: 100%;
    display: block;
}
.cards {
    padding: 1.25rem;
    text-align: center;
}

.cards img {
    width: 50%;
    margin: 0 25%;
    padding: 75px 0;
}

@media screen and (max-width: 767.98px) {
    #history {
        padding-bottom: 1.25rem;
    }

    header {
        padding-bottom: 1.25rem;
    }
}

@media screen and (max-width: 480px) {

    header img {
        height: 24px;
    }

    .rensa-family-slash {
        width: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .rensa-family-slash {
        width: 80px;
    }
}

@media screen and (min-width: 1024px) {
    .rensa-family-slash {
        width: 100px;
    }
}

@media screen and (min-width: 1275px) {
    .rensa-family-slash {
        width: 125px;
    }
}

@media screen and (min-width: 1500x) {
    .rensa-family-slash {
        width: 200px;
    }
}