

.navbar-expand-md .navbar-collapse {
    justify-content: space-between;
}
.flex-shrink-0 {
    margin-top:100px;
}
#addChildParent input,
#modalSignUp input,
#modalSignIn input {
    padding: 10px 20px;
    border: 2px dashed #0f3785;
    border-radius: 10px;
    color: #0f3785;
    font-family: 'Righteous', cursive;
    font-size: 20px;
    width: 100%;
}
.help-block {
    color: #0f3785;
    font-family: 'Righteous', cursive;
    font-size: 20px;
    margin-top: 10px;
}

#modalLogin button[type="submit"],
#addChildParent button[type="submit"],
#registerButton button[type="submit"] {
    padding: 10px 20px;
    font-family: 'Righteous', cursive;
    font-size: 20px;
    border-radius: 10px;
    border: 2px solid #0f3785;
}
.modal-body-font.btn-reset {
    padding: 10px 20px;
    font-family: 'Righteous', cursive;
    font-size: 20px;
}
.breadcrumb {
    margin-top: 30px;
    font-family: 'Righteous', cursive;
}
.row {
    justify-content: center;
    font-family: 'Righteous', cursive;
}

.main-banner {
    margin-top: -20px;
}

.fade:not(.show) {
    opacity: 1;
}