@font-face {
    font-family: helvticabd;
    src: url(HelveticaNeueLTStdBd.ttf);
}
@font-face {
    font-family: helvticalt;
    src: url(HelveticaNeueLTStdLt.ttf);
}
h1.text {
    font-family: helvticabd;
    font-size: 80px;
}

p.text {
    font-family: helvticalt;
    font-size: 25px;
}

.banner {
    font-family: helvticalt;
    font-size: 18px;
}

.page-holder {
    min-height: 100vh;
}

img {
    height: 150px;
}

.img {
        width:75%;
    }
.bg-cover {
    background-size: cover !important;
}

.vh-12 {
    height: 12vh;
}
.vh-76 {
    height: 76vh;
}

.shadow {
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shadow-logo{
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 600px) {
    .logoRow {
        padding:0px !important;
    }
    h1.text {
        font-family: helvticabd;
        font-size: 45px;
    }

    p.text {
        font-family: helvticalt;
        font-size: 20px;
    }

    .banner {
        font-family: helvticalt;
        font-size: 11px;
    }

    .textDiv {
        margin: 0px !important;
        padding: 0px !important;
    }
    .textRow {
        padding-left: 2.8rem;
    }
    
    .shadow-logo{
    padding: 0px !important;
    
    }
    .vh-12 {
    height: 25vh;
    }
    .vh-76 {
        height: 50vh;
    }
    
    .img {
        width:100%;
    }
}
