*{
    color: #fff;
}
body p{
    color: #fff;

}
h2 {
    font-width: bold;
}
h3,h4{
    color: #fff;

}

li{
    margin-top: 20px;
}
.logos{
    display: flex;
    align-items: center;
}
.logos a{
    text-decoration: none;
    display: inline-block;

}
.logos .logos_separator{
    margin: 0 30px;
    display: inline-block;
    width: 8px;
    background-color: black;
    height: 55px;
    transform: rotate(20deg);
}
.banner1{
    background-image: url('/assets/images/usau/banner1.png');
    height: 935px;
    max-height: calc(100vh - 100px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;

}
.banner1{

    font-weight: bold;
    text-transform: uppercase;
}
.banner1 h1{
    text-shadow: 2px 2px 5px black;
}
.bg1{
    background-color: #565146;
}
.bg2{
    background-color: white; border-radius: 20px; padding: 40px 20px;
}
.bg2 strong,.bg2 p,.bg2 li{
    color: #616161;
}
.bg3{
    background-color: #F6EAD5;
}
.bg4{
    background-color: #565146;
}
.bg3 *{
    color: #565146;
}
.bg4 *{
    color: #fff;
}
.ticker{
    color: #C1913E;
    text-decoration: none;
}
a{

    color: #C1913E;
}
.cta{
    background-color: #C1913E;
    color: white;
}
.signup input[type=email]{
    border: solid 3px #B0995F;
    padding: 5px;
    color: #000;
    border-radius: 5px;
}

.signup input[type=submit]{
    border: solid 3px #B0995F;
    background-color: #B0995F;
    padding: 5px;
    color: #000;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 20px;
}

.header_ticker{
    position: absolute;
    right: 0;

    top: 0;
    height: 100%;
    background-color: #C1913E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: max-content;
    color: #000;
}
.header_ticker a{
    text-decoration: none;
    color: #000;
    padding: 0px 20px;
    font-weight: bold;
}
