@import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap');

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
   background-color: #00203a;
}

body {
    font-family: 'Paytone One';
}

.top-video {
    width: 60%;
    float: none;
    max-width: 100%;
    margin: auto;
}

.top-video .card-body {
    display: none;
}

.mt-5 {
    margin-top: 10px!important;
}

/*Header Box*/
#hero-plus-header {  
display:block;}
#hero-plus-header .logo {
    margin: 20px;
    width: 100px;
}


.logo2 {
    margin: 20px;
    width: 150px;
}
/*Hero Box*/
#hero-plus-hero { align-items:start; 
}
/*Body Box*/
#hero-plus-body { font-size: 18px;    background-color: #003c6d; color:#fff;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center;    background-color: #00203a;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt  {
    padding: 2% 14%;
    font-size: 110%;
    line-height: 165%;
}
#gallery {padding: 2% 5%; background: #fef800;    max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 20px ;}
.hero {max-width: 100%;}
.ctab, .ctab:visited {
   
    text-decoration: none!important;
    background-color: #fef800 !important;
    color: #00203a!important;
    font-size: 150%;
    border-radius: 30px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 11px 32px !important;
    display: inline-block;
    text-decoration: none;
}
.ctab:hover{
background:#fff;
}


.soc, .soc:visited{

    text-align: center;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    padding: 10px;
border-radius: 8px;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    margin: 5px;
    background-color: #fef800;
    color: #00203a;
    transition: all 0.4s;
    line-height: 1;
}


.soc:hover{
background-color:#fff;
color:#00203a!important;
}

.side {display:block; width:60%; margin:20px 20%;}
h1 {text-align:center; font-size: 2.7rem; font-weight: 900; color:#fef800;}
h2 {
    text-align: center;
    font-size: 1.7rem;
    font-style: italic;
    margin: 20px 0px 40px;
}
#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

a {
    color: #fef800;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #fef800;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.flag-icon {
    font-size: 1.5em;
    margin: 10px;
    vertical-align: middle;
}

#flags a {
    display: block;
    font-size: 0px;
}

.flag-icon::before {
    content: ''!important;
}
@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}
    .top-video {
        width: 100%;
        float: none;
        margin: 0px auto 40px auto;
    }
.logo {
    margin: 20px auto;
    display: block;
}
.side {
    float: none;
    width: 100%;
    margin: 20px auto;
}
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}


.ctab, .ctab:visited {
   
    text-decoration: none!important;
    background-color: #fef800 !important;
    color: #00203a!important;
    font-size: 100%;
    border-radius: 30px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 9px 32px !important;
    display: inline-block;
    text-decoration: none;
}


h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    color: #fef800;
}


#txt {
    padding: 2% 4%;
    font-size: 100%;
    line-height: 155%;
}

}