.highlight{
    color: #2bb653;
}
*{
    color: #fff;
}
body p{
    color: #fff;

}
h3,h4{
    color: #fff;

}
.bg3 *{
    color: #000;
}
.bg3 body p{
    color: #000;

}
.bg3 h3, .bg3 h4{
    color: #000;

}
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(to right,rgba(0,0,0,0.3), rgba(0,0,0,0.9)),url('/assets/images/skyq/banner1.png');
    height: 600px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
}
.banner1{
    
    font-weight: bold;
}
.bg1{
    background-color: #0E0E0E;
}
.bg2{
    background-color: #232424;
}
.ticker{
    color: #2bb653;
    text-decoration: none;
}
.cta{
    background-color: #2bb653;
    color: black;
} 
.signup input[type=email]{
    border: solid 3px #2bb653;
    padding: 5px;
    color: #000;
    border-radius: 5px;
}

.signup input[type=submit]{
    border: solid 3px #2bb653;
    background-color: #2bb653;
    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: #2bb653;
    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: 180px;
    padding: 0 10px;
    border-radius: 0 0 10px 10px;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    z-index: 10000;
}