body {
    background-image: url("../img/stateFilled.jpg");
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: bottom;
}
.regInfoBox{
    background: #4d525c;
    border-radius: 15px;
    text-align: center;
    padding-bottom: 1px;
    margin-top: 10px;
}
.regPictureBox{
    height: 380px;
    border-radius: 15px;
    text-align: center;
    margin-top:10px;
    overflow: hidden;
}
.imgRegRun {
    max-width: 100%;
    height: 100%;
    border-radius: 15px;
}
h1,h4 {
    color: white;
    text-shadow: 1px 1px black;
}
h1 {
    font-size: 2.7vw;
}
h4 {
    font-size: 2vw;
}
.regBottomInfo {
    background: #4d525c;
    border-radius: 15px;
    text-align: center;
    padding-bottom: 1px;
    margin-top: 10px;
}
.padTheTop{
    padding-top: 10px;
}
ul {
    margin-bottom: 0px;
}



