*{
    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: linear-gradient(0deg, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.7) 50%), url('/assets/images/usau2/banner1.png');
    height: 935px;
    max-height: calc(100vh - 100px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.banner1{

    font-weight: bold;

}
.banner1 h1{
    text-shadow: 2px 2px 5px black;
}
.bg1{
    background-color: #000000;
}
.bg2{
    background-color: #0E0E0E; border-radius: 20px; padding: 40px 20px;
}
.bg2 strong,.bg2 p,.bg2 li{
    color: #fff;
}
.bg3{
    background-color: #F6EAD5;
}
.bg4{
    background-color: #565146;
}
.bg3 *{
    color: #565146;
}
.bg4 *{
    color: #fff;
}
.ticker{
    color: #C1913E;
    text-decoration: none;
}
.highlight{
    color: #C1913E;

}
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;
}
body::before {
    width: auto;
    height: auto;
    background-color: #ccc;
    position: absolute;
    display: block;
    content: "Sponsored content";
    top: 0;
    right: 250px;
    padding: 0 10px;
    border-radius: 0 0 10px 10px;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    z-index: 10000;
}