@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body
{
    font-family: Open Sans;
}

.header-jumbotron
{
    min-height: 500px;
}

.jumbotron h1
{
    color: #ffffff;
}

.jumbotron p
{
    color: #ffffff;
}

.footer-container
{
    background-color: #4564a7;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}


.footer-container a
{
    color: #ffffff;
}

.footer-container a:hover
{
    text-decoration: underline;
}

.footer-container2
{
    background-color: #6a2170;
    color: #ffffff;
}

.footer-copyright
{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 12px;
}

.header-logo
{
    padding-left: 0;
    padding-top: 50px;
}

.footer-website-by
{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.footer-website-by a
{
    color: #000000;
}

