* {
    box-sizing: border-box;
}

html,body {
    background-color: #f1f1f1;
    overflow: scroll;
}

.form-group > label{
    /* font-family: 'Gloria Hallelujah', 'delius',-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    font-size: 12px;
    color: #555;
}

#regForm {
    background-color: #ffffff;
    margin: 100px auto;
    padding: 40px;
    width: 100%;
    min-width: 300px;
}

h1 {
    text-align: center;  
}

input, textarea{
    padding: 5px 10px;
    width: 100%;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #638bc9;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

button {
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #638bc9;
    border: none;  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #4CAF50;
}

.gen_radio{
    display: inline-block;
    margin-right: 10px;
}

.gen_radio input[type="radio"]{
    width: auto;
}

.gen_radio label{
    display: inline-block;
}

h2.header-text{
    font-family: 'kristen ITC', sans-serif;
    color: red;
    margin-bottom: 20px;
}

.section-title{
    color: blue;
    font-family: 'Gloria Hallelujah', 'delius',-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.child-info, .guardian-info, .em-info, .person-info{
    margin-bottom: 30px;
}
.reg-page em{
    font-size: 11px;
}

button.go{
    font-size: 1.2em;
    padding: 10px 20px;
}

.sch-day {
    color: blue;
    font-size: 1.2em;
}