@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap');

html {
    background-color: rgb(235, 235, 235);

    font-family: nunito,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 1.2em;
    }
}

body {
    background-color: rgb(235, 235, 235);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

strong {
    font-weight: 500;
}
.navbar {
    //display: none;
}
a.nav-link {
    font-weight: 500;
    font-size: 1.25em;
    color: white !important;
}

a.red:hover {
    /*color: black !important;*/
    background-color: rgb(28, 240, 8) !important;
}

.greenhover:hover {
    border-color: rgb(28, 240, 8) !important;
    background-color: rgb(28, 240, 8) !important;
}


.Intro {
    font-size: 1.25em;
}

em {
    font-weight: 500;
    font-style: normal;
}

.redInverse {
    background-color: white;
    color: rgb(220, 28, 8);
    padding: 0.1em;
}

.bigger {
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
}

.red {
    background-color: rgb(220, 28, 8);
    color: rgb(250, 250, 250);
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rounded {
  border-radius: .5rem!important;
}

.container{
    max-width:780px !important;
}

footer {
    padding-top: 16px;
    padding-bottom: 4px;
    background-color: rgb(204, 204, 204);
}
/*footer p {*/
/*        margin-bottom: 0.25rem;*/
/*}*/

footer .container {
    text-align: center;
}

footer a {
    color: rgb(134, 24, 7);
}
footer a:hover {
    background-color: rgb(220, 28, 8);
    padding: 0.2em;
    color:white;
    text-decoration: none;
    border-radius: 0.2em;
}