@import 'https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i';

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

.cbtn {
   font-weight: bold;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: omnes-pro,Omnes,Avenir,sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-size: .9411764706rem;
    font-style: italic;
    line-height: normal;
    margin-bottom: 30px;
    min-width: 200px;
    padding-bottom: 18px!important;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 17px!important;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #041e42;
    color: #ffcd00;
}


.tq {
    font-weight: bold;
    font-size: 111%;
    padding: 2%;
}
.tweet {
     float: right !important;
    width: 40%;
    background: #041E42;
    border-bottom: 6px solid #FFCD00;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 133%;
    font-style: italic;
    clear: both;
    margin: 1% 2%;
}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px; font-family: 'Montserrat';
}
.footlogo { margin: auto; width: 50%; }
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center; background: #041E42; 
}
.smref { margin-left: -25px; font-size: 85%; }
#hero-plus-footer .logo {display:block; margin: 20px auto;}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}

.social-link, .social-link:visited {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: 0.3s all ease-in-out;
    padding: 8px;
    margin: 5px 10px;
    background: #FFCD00;
    border-radius: 100px;
}
.social-link i {
    /* padding-right: 10px; */
}

.social-link:hover {
      color: #fff;
    background: none; 
    text-decoration: none;
   font-size: 2em; 
}




.topctab { margin-top: 2em; display: block; padding: 1em; text-align: center; margin: auto; }
.link {display: block;
    margin: 10px auto;
    text-align: center;
    color: #28b590;
    text-decoration: none !Important;
    font-size: 1.3em;
    font-weight: bold;}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; border-top: 4px solid #041E41; border-bottom: 4px solid #041E41; background: #FFCD00;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 10px;
    width: 10%; }
.hero {max-width: 100%;  }

.ctab, .ctab:visited {
    background: #DF1C2F;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 120%;
    border-radius: 4px;
}

 .ctab:hover {     background: #fff!important;
    color: #000; border: 2px solid #000; }
.right{width:37%; float:right; margin:3%;}

.soc, .soc:visited, .soc:hover {
    color: #28b590;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.vright { float: right; margin: 3%; width: 55%; }
.side {
    border-radius: 4px;
    background: #181A1D;
    border: 5px solid #DF1C2F;
    float: right !Important;
    width: 50%;
    margin: auto 10px;
    text-align: center;
    box-shadow: 3px 2px #e9dfdf;
}
.h3, h3 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #DF1C2F; 
    margin: 20px auto;
}
.social-icons {
    margin: 20px auto;
}

h1 {text-align:center; font-size: 2rem;}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;font-style: italic; }
#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

@media only screen and (max-width: 768px) {
.vright { float: none; margin: auto; width: 100%; }
.ctab {
    display: block;

}
.right{width:4%; float:right; margin:3%;}

.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;
}
}