* {
    font-family: "Roboto", sans-serif;
}

h1 {
    font-family: "Lato", sans-serif;
}
h2 {
    font-family: "Lato", sans-serif;
}

h3 {
    font-family: "Lato", sans-serif;
}

h4 {
    font-family: "Lato", sans-serif;
}

h5 {
    font-family: "Lato", sans-serif;
}

h6 {
    font-family: "Lato", sans-serif;
}
p {
    font-family: "Roboto", sans-serif;
}

a {
    font-family: "Roboto", sans-serif;
}

header {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

main {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 160px - 250px);
}

footer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.cursor-show {
    cursor: pointer;
}

.my-font-large {
    font-size: large;
}

.form-check-input:checked {
    background-color: #ba768c;
    border-color: #ba768c;
}

/*
    Footer
*/

.white-text-nohover {
    color: white;
}

.white-text-nohover:hover {
    color: white;
    /*
    background-color: #BA768C;
    box-shadow: 0px 0px 10px 3px #BA768C;
    */
}

footer {
}

.myFontBold {
    font-weight: 700;
}

.max-width-700 {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 599px) {
    .footer-div-links {
        flex-direction: column;
    }
}

@media only screen and (min-width: 600px) and (max-width: 999px) {
    .footer-div-links {
        flex-direction: row;
    }
}

@media only screen and (min-width: 1000px) {
    .footer-div-links {
        flex-direction: row;
    }
}
