#global-container {
    max-width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#register-graphics {
    height: 100vh;
    background: url('/includes/images/reg-background.jpg') no-repeat right center;
    background-size: auto 100%;
    background-attachment: fixed;
}

h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

#reg-logo {
    display: block;
    width: 140px;
}

.vh-100 {
    height: 100vh;
}

.pl-10 {
    padding-left: 6rem!important;
}

.pr-10 {
    padding-right: 6rem!important;
}

.btn {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.btn-block {
    max-width: 100%!important;
}

#center-graphic {
    max-width: 80%;
    margin: 10vh auto 0;
}

#block-description p {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.21em;
    text-transform: uppercase;
}

#block-date p {
    font-weight: normal;
    font-size: 16px;
    line-height: 17px;
    color: #7A7A7A;
}

#block-date h2 {
    font-weight: normal;
    font-size: 72px;
    color: #F05523;
}

h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 43px;
    letter-spacing: 0.21em;
    text-transform: uppercase;
    color: #F05523;
}

.larger {
    font-size: 120%;
}

@media screen and (max-width: 1440px){
    #block-date h2 {
        font-size: 50px;
    }
}