* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html,
body {
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(59, 59, 59);
}

.main {
    height: 100%;
    width: 100%;
}

#home {
    background-size: cover;
    background-position: center center;
    background-image: url("../assets/images/supporting/background.JPG");
    background-repeat: no-repeat;
}

.titleDiv {
    display: flexbox;
    flex-direction: column;
    justify-content: center;
    color: white;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.mainTitle {
    font-family: "PlayfairDisplay", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
    color: white;
    font-size: 70px;
    line-height: 68px;
}

.subTitle { 
    font-family: "FaunaOne", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: white;
    line-height: 30px;
    text-align: center;
}

.copyright {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 15px;
    bottom: 10px;
    /* position: fixed; */
}

.copyright p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: white;
}

#crHome {
    position: fixed;
}
