* {
    font-family: 'Montserrat', sans-serif;
}

html {
}

a, a:active, a:visited, a:hover {
    color: #000;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}


/* Nobody needs a scrollbar anyway */
::-webkit-scrollbar {
    display: none; 
}



.text-image-box {
    margin-right: 0;
}

.text-image-box .image-wrap {
    margin-right: 2%;
}
.text {
    text-align: justify;
    text-justify: inter-character;
    width: 30%;
    padding: 3.5%;
}



.background-div {
    width: 150vw;
    height: 150vh;
    position: fixed;
    top: -7vh;
    left: -7vw;
    overflow: hidden;
}

.primary {
    background-image: linear-gradient(-12deg, #eee 76%, #fff 76.1125%);
    z-index: -3;
}

.secondary {
    z-index: -2;
    background-image: linear-gradient(-8deg, #a1a1a1 45%, #fff 45.1125%);
    opacity: .3;
}

.textbox {
    background: rgba(225, 225, 225, .6);
    border: 5px solid rgba(155, 155, 155, .1);
}


.text-image-box {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}