@charset "UTF-8";
h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    color: white;
    vertical-align: middle;
}
/*.nav {
    height: 40px;
    widows: 1660px;
    background-color: #F3F3F3;
}*/
.logo-wrapper {
    align: left;
    height: 80px;
}
#redirect{
    width: fit-content;
    background-color: #006398;
    border: none;
    border-radius: 1px;
    padding: 10px;
    color: white;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}


.logo {
    align: left;
    left: auto;
    text-align: left;
    margin: 15px;
    float: none;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.hero-parent{
    background-color: #1C1C1C;
    max-width: 100%;
    padding: 10%;
    text-align: center;
    /*width: 100%;*/
}

.hero{
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer {
    background-color: #373740;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 14px;
    color: white;
    text-align: left;
    padding: 50px;
}

