html {
    height: 100%;
    margin: 0px;
}
.s_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
    margin-top: 70px;
}
.l_main {
    margin: 0 auto;
    margin-top: 70px;
    width: 100%;    
}
.r_main {
    margin: 0 auto;
    margin-top: 70px;
    width: 100%;  
}
.r_wrapper {
    display: flex;
    flex-direction: row;
    width: 70%;
    height: 350px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 30px;
}
.nav-image {
    position: relative;
    width: 625px;
}
.nav-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 345px;
    animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 56s;
    border: 2px solid var(--link2);
    border-radius: 3px;
    filter: drop-shadow(1px 1px 2px #000);
}
.r_right_wrapper {
    width: 625px;
    height: 100%;
    border: 2px solid var(--link2);
    border-radius: 3px;
    text-align: left;
}
.r_right {
    font-size: 18px;
    color: var(--link2);
    padding: 10px
}
.s_wrapper {
    display: flex;
    flex: wrap;
    flex-direction: column;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0 auto;
    color: var(--link2);
    font-size: 22px;
}
.s_wrapper a:link, .s_wrapper a:visited{
    color: var(--link2);
}
.s_heading_wrapper {    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 100%;
    background-color: var(--bgsecond);
    padding-top: 30px;
    padding-bottom: 30px;
}
.s_column_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 75%;
}
.s_heading_column {
    font-size: 16px;
    text-align: left;
    flex: 1 1 calc(25% - 20px);
    min-width: 350px;
    max-width: 375px;
    color: var(--bgmain);
    box-sizing: border-box;
}
#info_box {
    margin: 30px;
}
.s_heading_start {
    width: 85%;
    background-color: var(--bgmain);
    border-radius: 2px;
}
.s_start_heading {
    text-align: center;
    font-weight: bold;
    color: var(--link2);
}
.s_start_price {
    font-size: 1.7em;
    font-weight: bold;
    color: var(--text2);
    padding-left: 20px;
    padding-bottom: 20px;
}
.s_start_contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    color: var(--bgsecond);
    width: 100%;
    margin-top: 20px;
    text-align: center;
    padding-bottom: 12px;
}
.s_start_call {
    width: 40%;
    border-top: 1px solid var(--bgsecond);
    margin-right: 10px;
}
.s_start_call_large {
    width: 60%;
    border-top: 1px solid var(--bgsecond);
    margin-right: 10px;
}
.iw_start {
    width: max-content;
    margin-top: 7px;
    padding: 8px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    background-color: var(--text2);
    border: 2px solid var(--text2);
    border-radius: 5px;
    color: var(--bgmain);
}
.iw_start:hover {
    background-color: var(--bgmain);
    color: var(--text2);
    cursor: pointer;
}
.small {
    font-size: .7em;
    font-weight: normal;
}
.content2 {
    display: flex;
    flex-direction: row;
    min-width: 100%;
    background-image: linear-gradient(180deg, #011538 0%, #073ea0 100%);
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.s_main {
    height: 100vh;
    background-image: url('../images/streamer1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed; /* Fixed effect */
}
.cc_wrapper {
    width: 60%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin: 0 auto;
    color: var(--link2);
}
.s_main img {
    opacity: 0.5;
}
.s_max {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 70px;
    text-shadow: 2px 2px var(--text2);
}
.s_large {
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-top: 35px;
}
.cc_heading_txt {
    margin-bottom: 15px;
    text-shadow: 2px 2px var(--text2);
}
.content3 {
    width: 70%;
    background-color: var(--bgmain);
    min-height: max-content;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
}
.txt_shadow_special {
    color: var(--link2);
    text-shadow: 1px 1px 2px black;
    font-size: 1.50em;
    font-weight: bold;
}
hr.special {
    border: none;
    height: 3px;
    background-color: var(--link2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.question {
    font-size: 1.75em;
    font-weight: bold;
    color: var(--link2);
    margin-top: 20px;
    text-shadow: 1px 1px 2px black;
}
.answer {
    font-size: .1.2em;
    font-weight: bold;
    color: var(--link2);
}
.small_answer {
    font-size: 1.2em;
    text-align: left;
    margin-left: 10px;
    color: var(--link2);
}
.center {
    text-align: center;
}
hr.light {
    border: none;
    height: 1px;
    background-color: var(--link2);
}
.txt_blue {
    color: var(--link2);
}
.s_second {
    width: 100%;
    background-color: var(--bgmain);
}
.s_second_wrapper {
    width: 55%;
    margin: 0 auto;
    text-align: left;
    font-size: 28px;
    color: var(--link2);
    padding-top: 10px;
    padding-bottom: 20px;
}
.s_second_wrapper a:link, .s_second_wrapper a:visited {
    color: var(--link2);
}
.fake_link {
    color: var(--link2);
    text-decoration: underline;
}
.fake_link:hover {
    cursor: pointer;
}
.margin_div {
    margin-top: 40px;
    margin-bottom: 30px;
}