@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;800;900&display=swap');
/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #fff;
}

.sticky-top {
z-index: 500;
}


.topbar-header {
	width: 100%;
}


#logo .img-inline {
	width: 200px;
	padding: 10px;
	max-width: 100%;
}


#right{
    width: 33%;
    float: right;
    margin: 2.5%;
}


#center{
    width: 50%;
    text-align: center;
    float: none;
	clear: both;
    margin: 2.5% 25%;
}

#imright{max-width:100%; width:100%;}
#imcnter{max-width:100%; width:100%;}




#box {
	float: left; 
	clear: both;
	width: 20%;
	margin-right: 80%;
	margin-left: 0%;
	margin-top: 20px;
	margin-bottom: 30px;
}


/*Header Box*/
#hero-plus-header {  
background-color: #fff;
display: block;
width: 100%;
flex: 100%;
max-width: 100%;
margin: auto;
z-index: 500;
}
/*Hero Box*/
#hero-plus-hero {
display: none;
}
/*Body Box*/
#hero-plus-body {
font-family: 'Montserrat', sans-serif;
font-size:16px;
line-height: 2;
font-weight: 400;
position: relative;
padding: 0% 4%;
}

#hero-plus-body .exit-link {
	color: #00607f;
	text-decoration: underline;
	font-weight: 800;
}

#hero-plus-body a:hover {
	text-decoration: none;
}


#hero-plus-footer .exit-link{
	color: #ff6c36;
	font-weight: 800;
}


#hero-plus-footer a:hover {
	color: #fff;
}

#hero-plus-hero .card-body {
display: none;
}

.img-inline .card-body {
	display: none;
}

.card-text { 
display: none; 
}

/*Footer Box*/
#hero-plus-footer{
text-align: center;
background: #00607f;
padding-top: 30px;
padding-bottom: 30px;
margin-top: 40px;
color: #fff;
font-size: 20px;
}

#hero-plus-footer .col-sm-12 {
	
	text-align: center;
	display: block;
	margin-right: auto;
margin-left: auto;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}


#classic-gallery-asset-1, #classic-gallery-asset-2, #classic-gallery-asset-3, #classic-gallery-asset-4 {
width: 0 0 50%;
flex: 0 0 50%;
max-width: 100%;
}


.gallery-inline {
margin: 30px 0px;
clear: both;
}


.gallery-inline h2 {
display: none;
}

h1,h2,h3,h4,h5 {
	font-family: 'Montserrat', sans-serif;
}


h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 900;
	color: #053A4F;
	margin-bottom: 15px;
	margin-top: 30px;
}


h2 {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	font-weight: 300;
	color: #00607f;
	margin-bottom: 30px;
}


h3 {
	
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
	color: #000;
	margin-top: 20px;
}


h4 {
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 20px;
	color: #ff6c36;
}


h5 {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
}




.ctab, .ctab:visited {
-moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ff6c36;
	text-transform: uppercase;
	font-weight: 900;
    color: #fff!important;
    padding: 10px 8px;
    font-size: 14px;
	display: inline-block;
	text-decoration: none;
    text-align: center;
    margin: 30px 0px;
    width: 300px;
    max-width: 100%;
    line-height: 119%;
    border-radius: 0px;
}

.ctab:hover, .ctab:active {
background: #00607f;
color: #fff!important;
text-decoration: none;
font-weight: 900;
border-radius: 0px;
}



/*Icons*/
.icons-group {text-align: center; }
.icons-group a{ padding: 10px 10px;  
margin: 8px 3px;
font-size: 9px;
display: inline-block;
background: none;
text-align: center;
color: #ff6c36;
border-radius: none;}

.icons-group a:hover {
	color: #fff;
}

.img-inline {
	width: 100%;
}


/* Media queries */
@media only screen and (min-width: 769px) {
	
#hero-plus-body {
width: 100%;
padding: 0% 4%;
}

}
@media only screen and (max-width: 768px) and (orientation:portrait) {
	
	.ctab {
		width: 90%; 
		margin-left: 5%;
		margin-right: 5%;
	}
	
#right{
    width: 100%;
    float: none;
	clear: both;
    margin: 0% 0%;
}


#center{
    width: 100%;
    float: none;
	clear: both;
    margin: 2.5% 0%;
}
	
#hero-plus-body {
width: 100%;
padding: 0% 1.5%;
}
	
	#classic-gallery-asset-1, #classic-gallery-asset-2, #classic-gallery-asset-3, #classic-gallery-asset-4 {
	width: 100%;
	flex: 100%;
	max-width: 100%;
}

	
	.img-inline {
float: none;
clear: both;
width: 100%; 
margin: 0px;
}
}