
/* 
CUSTOM STYLESHEET 
Add all custom styles here, provided is an example from a previous feature
but feel free to delete everything and use your creativity
*/

/*
font-family: 'Montserrat', sans-serif;
*/
@font-face {
    font-family: gill-sans-bold;
    src: url(../media/GillSans-Bold.otf)
}

.cover img {
    margin: 0 auto;
    display: block;
    height: 40vh;
    max-width: 100%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #1a2770 !important;
    margin: 1em 0;
    padding: 0; 
    background-color: #1a2770;
    color: #1a2770;
}

.left {
    margin: 0;
    position: relative;
    top: 48%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 10%;
}


@media(max-width: 769px) {
    .left {
        padding-right: 5%;
        padding-left: 5%;
    }

    .left h1 {
        font-size: 14vw !important;
    }

    .cover {
        height: auto !important;
        padding-top: 10%;
    }
}

.right {
    padding: 5%;
}

.cover {
    height: 100vh;
    background: #EFF6EE;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}

.left h1 {
    font-weight: 800;
    font-size: 55pt;
    color: #ef3939;
}

.left h2 {
    color: #3cc1a7;
}

.left h3 {
    color: #1a2770;
}

.pull p {
    font-family: 'Montserrat', sans-serif;
    color: #ef3939;
    font-size: 5vh !important;
    font-style: italic;
    font-weight: 800;
    text-align: center;
    margin: 0;
}