/** 11.13.21 simonF Commenting out the changes below to confirm if this will fix the autoscrolling issue **/
body {
    overflow-anchor: none !important;
    overscroll-behavior: none !important;
}

footer {
    overflow-anchor: none !important;
    overscroll-behavior: none !important;
}

.registerForm {
    overflow-anchor: none !important;
    overscroll-behavior: none !important;
}

html {
        overflow-anchor: none !important;
    overscroll-behavior: none !important;
    margin: 0 !important;
}

html, body {
  overscroll-behavior-y: none !important;
}


.pageTitle {
        font-family: 'Poppins', sans-serif;
   		font-size: 44px;
        text-align: center;
     writing-mode: horizontal-tb;
     text-shadow: 2px 0px 5px #000000;
    }


@media only screen and (max-width: 550px) and (min-width: 400px) {
    .pageTitle {
        font-family: 'Poppins', sans-serif;
        word-wrap: break-word;
   		font-size: 32px;
        text-align: center;
        writing-mode: horizontal-tb;
        text-shadow: 2px 0px 5px #000000;
    }
    
}

@media only screen and (max-width: 400px) {
    .pageTitle {
        font-family: 'Poppins', sans-serif;
        word-wrap: break-word;
   		font-size: 22px;
        text-align: center;
        writing-mode: horizontal-tb;
        text-shadow: 2px 0px 5px #000000;
    }
    
}