/* sticky header background, in case option is checked */


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

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

.larger{
    font-size: 150%;
    text-transform: uppercae;
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3fffc1;}


.foot-links {
    font-size: 150%;
    text-transform: uppercae;
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
color:#3fffc1;
}

.foot-links:hover{
color:#fff;
}



.sticky-top > #hero-plus-header {
  background-color: #010101;
}
/*Header Box*/
#hero-plus-header {  
background:#010101;
}
.logo {
    margin: 0px;
width:350px;
}
h1, h2 {text-align:center; margin: 20px;}
h1{font-weight:700;}
.cright  { float: right; margin-top: 2em;}
.ctab, .ctab:visited {
    margin: 15px;
    background: #000;
    padding: 15px 20px 15px 20px;
border:2px solid #fff;
    color: #fff; /* #3fffc1; */
    text-transform: uppercase;
    font-weight: bold;
    font-size: 120%; text-decoration: none !Important;
}
.ctab:hover {  background:#3fffc1; color: #000;}
#gallery h2 {display:none;}
.card-body {display:none;}



.ctab2, .ctab2:visited {
    margin: 0 auto;
    color: #000;
    padding: 15px;
border:2px solid #000;
   background: #3fffc1;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 120%; text-decoration: none !Important;
}
.ctab2:hover {  color:#3fffc1; background: #000;}

#gallery h2 {display:none;}
.card-body {display:none;}
#gallery {    padding: 2% 5%;
    background: #3fffc1; padding-top:30px;}

.gall-button{
width:100%;
max-width:100%;
display:block;
text-align:center;
padding:30px;
}

.col-lg-3 { flex: 0 0 20%; max-width: 20%; }

.tq {
    float: right;
    width: 40%;
    margin: 2% 1%;
    color: #000;
    font-size: 1.25em;
    font-weight: bold;
}


.icons{
    background: #3fffc1;
padding:8px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
display:inline-block;
color:#000;
margin:8px;
}

.icons:hover{
    background: #3fffc1;
padding:8px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
display:inline-block;
color:#fff;
margin:8px;
}

#txt {padding: 2% 10%;}
.hero {max-width: 100%;}

/*Hero Box*/
#hero-plus-hero {
}
/*Body Box*/
#hero-plus-body {
font-size:110%;
}
/*Footer Box*/
#hero-plus-footer {
    display: block;
    background: #000;
    padding: 50px;
    text-align: center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.soc, .soc:visited {
    color: #fff;
    padding: 5px;
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
}

.soc:hover { color: #0082cb; }

.link, .link:visited { text-decoration: none !important;
    background: #051746;
    padding: 10px 40px;
    width: 400px;
    margin: 10px auto;
    color: #fff;
    font-weight: bold;
    letter-spacing: 12px;
    font-size: 130%;
}

.link:hover { background: #0082cb;  color: #051746;}

@media only screen and (max-width: 768px) {
.tq {
    float: none;
    text-align: center;
    width: 100%;
    margin: 20px auto;
}
.logo {
    margin: 0px;
    width: 150px;
display:none;
}

h1{font-size:135%; margin: 20px 0px;}

.link { display: block; width: 300px; }
.ctab {
    display: block;
    margin: 0px auto;
    text-align: center;
}


.ctab, .ctab:visited {
    margin: 0px;
    background: #000;
    padding: 10px ;
    border: 2px solid #3fffc1;
    color: #3fffc1;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 90%;
    text-decoration: none !Important;
}

.sticky-top > #hero-plus-header {
    background-color: #010101;
}

.container-fluid {
    width: 100%;
   padding-right: 0px; 
   padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

#hero-plus-header {
    display: block;
    margin: 0px auto;
    text-align: center;
}
#hero-plus-body {font-size:100%;}
}