@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');
.alert-sm
{
    padding: .3125rem .625rem;
}

.alert a
{
    font-weight: bold;
}

.alert-success a:hover,
.alert-success a:focus
{
    color: #2b542c;
}

.alert-info a:hover,
.alert-info a:focus
{
    color: #245269;
}

.alert-warning a:hover,
.alert-warning a:focus
{
    color: #66512c;
}

.alert-danger a:hover,
.alert-danger a:focus
{
    color: #843534;
}
