html, body {
  width: 100%;
  height:100%;
}
/* background: linear-gradient(-45deg, #23d5ab, #23a6d5, #e73c7e, #591BC5 );  */
body {
    background: linear-gradient(-45deg, #23a6d5, #e73c7e, #701bc5, #23d5ab );
    background-size: 400% 800%;
    animation: gradient 30s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}




.section{
    padding: 8rem 0 7rem;
    text-align: center;
}

.section-l{
    text-align: left;
}

.section-r{
    text-align: right;
}
.section-heading,
.section-description{
    margin-bottom: 1.2rem;
}

.advertiser-img{
    position: relative;
    max-width: 80%;
    margin: 1rem auto 1rem;
}

.responsive-img{
    position: relative;
    max-width: 80%;
    margin: 1rem auto 1rem;
}
.section-b a{
    font-size: 3rem;
}

.section-data{
    text-align: left;
}
.section-contact{
    text-align: left;
    font-size: 2rem;
}



.nondsp{
    display: none;
}
.nowrap{
  white-space: nowrap
}

@media (min-width: 550px) {
    .show-mobile{
        display: none;
    }
    .storetable{
        font-size: 2.4rem;
    }
    .lptable{
        font-size: 2rem;
    }
}
@media (max-width: 550px) {
    .hide-mobile{
        display: none;
    }
    .storetable{
        font-size: 1.4rem;
    }
    .lptable{
        font-size: 1.3rem;
    }
}

.headmenu{
    padding: 1rem 0 1rem;
    color: #fff;
    font-weight: 600;
}
.headmenu a{
  color: #fff;
}

.submenu{
    padding: 1rem 0 1rem;
    border-bottom: 2px solid #0B3568;
}
#toplist a{
    text-decoration: none;
    padding: 0 .8rem;
}
#downlist a{
    text-decoration: none;
    padding: 0 .8rem;
}

.white-box {
    text-align: left;
    background-color: #fff;
    margin-top: 2vh;
    color: #222;
    border-radius: 5px;
    padding: 2rem 4rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.white-box a {
  color: #008fff;
}

.white-box-center{
  text-align: center;
  background-color: #fff;
  margin-top: 2vh;
  color: #222;
  border-radius: 5px;
  padding: 2rem 4rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.white-box-center a {
  color: #008fff;
}

.white-box-darkfont {
    text-align: left;
    background-color: #fff;
    margin-top: 2vh;
    color: #222;
    border-radius: 5px;
    padding: 2rem 4rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.white-box-darkfont a{
    color: #008fff;
}
.white-box-opacity {
    text-align: left;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 2vh;
    color: #222;
    border-radius: 5px;
    padding: 2rem 4rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.white-shadow{
    color: white;
    font-weight: 900;
    text-shadow: 3px 3px 8px #000000;
}

.black-shadow{
    color: #1a1a1a;
    font-weight: 900;
    text-shadow: 1px 1px 8px #666666;
}

.grey-shadow{
    color: #3b3b3b;
    font-weight: 900;
    text-shadow: 1px 1px 8px #666666;
}

.section-footer{
    padding: 1rem 0 1rem;
    color: white;
    padding-top: 5rem;
}

.section-footer a {
    color: white;
    text-decoration: none;
}

.section-footer-o {
    margin-top: 20vh;
    background-color: #FFF;
    padding: 1rem 0 1rem;
    color: #b6b6b6;
    padding-top: 5rem;
    font-size: 1rem;
}

.section-footer-o a {
    color: #b6b6b6;
    text-decoration: none;
}


.cookie-banner {
    display: none;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 2rem;
    z-index: 10;
    box-shadow: 0px 2px 8px #000;
}


.cookie-banner .cookie-container {
    margin: 0 auto;
    width: 80%;
    color: #263f68;
    padding: 4rem;
}

/** Same as Cookie Banner  **/
.flash-banner {
    display: none;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 2rem;
    z-index: 10;
    box-shadow: 0px 2px 8px #000;
}


.flash-banner .flash-container {
    margin: 0 auto;
    width: 80%;
    color: #263f68;
    padding: 4rem;
}

.slideinmenu{
    background-color: white;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
}

.slideinmenu-content {
    margin-top: 25vh;
    width: 100%;
    text-align: center;
}
.slideinmenu a {
    padding: 1rem;
    text-decoration: none;
    font-size: 3rem;
    display: block;
    transition: 0.3s;
}



.fullwtext{
    max-width: 100rem;width: 100%;
}
.fullwtext_h{
    display: none;
}
.lightbluebg{
    background-color: #2f6cc4;
    color: #FFF;
}
.lightbluebg a {
    color: #FFF;
}
.lightbluebg input{
    color: #000;
}
.darkbluebg{
    background-color: #0B3568;
    color: #FFF;
}
.darkbluebg a {
    color: #FFF;
}


.odd{
    background-color: #e6eeff;
}
.even{
    background-color: #ffffff;
}
@media (max-width: 550px) {
    .centermobile{
        text-align: center;
    }
    .centermobile div{
        padding: .5rem;
    }
}



.message-send{
  background-color: #2f6cc4; color: #fff;margin: 1rem;padding: 3rem;border: 1px solid #2f6cc4;border-radius: 50px 50px 0 50px;
}
.message-received{
  background-color: #F0F0F0;margin: 1rem;padding: 3rem;border: 1px solid #F0F0F0;border-radius: 50px 50px 50px 0;
}


.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}
