:root {
	/* --main-color: #1C2F5C;
	--accent-color1: #DB222E;
	--accent-color2: #DB222E;
	--accent-color3: #DB222E;
	--accent-color4: #c0deef; /*faded color*/
	/*--roundedtop: 10px 10px 0px 0px;
	--roundedbottom: 0px 0px 10px 10px;
	--roundedall: 10px 10px 10px 10px; */

	--main-color: #D05426;
	--accent-color1: #056B67;
	--accent-color2: #056B67;
	--accent-color3: #056B67;
	/* --accent-color4: #c0deef; faded color */
	--accent-color4:#ffffff;
	--roundedtop: 10px 10px 0px 0px;
	--roundedbottom: 0px 0px 10px 10px;
	--roundedall: 10px 10px 10px 10px;
}

.fixedwidth{
	max-width: 1000px;
	margin: 0 auto;
}
.alignright {text-align: right;}


body{
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	background-color: var(--accent-color4);
	font-family: fairplex-narrow, serif;
	font-weight: 400;
	font-style: normal;

}
/*h1{
	font-family: fairplex-narrow, serif;
	font-weight: 700;
	font-style: normal;
	font-size:60px;
}*/

h2 {
	font-family: fairplex-narrow, serif;
	font-weight: 800;
	font-style: normal;
	font-size: 1.5em;
}
h2 a:link, h2 a:visited{
	color: var(--accent-color2);
}
h3 {
	font-weight: 800;
	font-style: normal;
	font-size: 1em;
}
h4 {
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
}
h5 {
	font-weight: 400;
	font-style: italic;
	font-size:1.3em;
}
p {font-size:1.3em;}


.nopadding {padding:0px}
.padding10 {padding:10px}


.roundedcorners {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.roundedtopcorners {
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

.accent-color1BackgroundBox{
	background-color: var(--accent-color1);
}
.accent-color2BackgroundBox{
	background-color: var(--accent-color2);
}
.accent-color3BackgroundBox{
	background-color: var(--accent-color3);
}
.main-colorBackgroundBox{
	/* background-color: var(--main-color); */
	background-color: #f0ebd2;
}
.msgalert {background-color: yellow;margin-bottom: 1em;padding: .5em;}
.msgalert a:link, .msgalert a:visited {color: var(--main-color)!important;}


/*MAST------------------------------------------------------------*/
.toptopbar{background-color: var(--main-color);height: 30px;}
.topbottombar{
	background-color: var(--accent-color1);
	color:#FFFFFF;
	font-size: 1.25em;
	font-family:arial,myriad-pro;
	padding-top:10px;
	padding-bottom:10px;
}
.topbottombar a:link, .topbottombar a:visited  {color:#FFFFFF;}
.header {height:150px;}
.mast {
	background-color:#FFFFFF;
}
/*
.mast .logo {

}

.fixedwidth.mastlogo {

}





/*CONTENT SECTION-------------------------------------------------*/
.content{background-color: #FFFFFF;padding-top:1em;padding-bottom: 1em;}
.content hr {border-top: 1px solid var(--accent-color2);}

.regform input{margin-bottom: 1em;}
.regform label {font-weight: bold;}




.contentbottom .footer {
	padding: 20px;
}
.contentbottom .footer h2 {font-size:1.2em; color:rgb(165, 136, 136);}
.contentbottom .footer a {color:#FFFFFF;text-decoration:  underline}
.contentbottom .footer .logo {margin-left:auto;margin-right:auto;display:block; margin-bottom:2em; padding-bottom: 15px}
.contentbottom .footer ul {list-style-type: none; padding-left:0px;}
.copyright {font-size: .9em; border-top:1px solid var(--accent-color1);padding-top: 15px; }

.schedule h3 {
	margin-bottom: 0px;
}

.videobox {
	background-color:black;
	position:relative;
	font-family: fairplex-narrow, serif;
	font-weight: 900;
	font-style: normal;
}
.billboard-video {
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	z-index: -100;
	background: url(videograb.jpg) no-repeat;
	background-size: cover;
	opacity: .8
}
.videotext {
	position: absolute;
	top: 20%;
	left: 10%;
	right: 10%;
	color: white;
	text-align:center;
}
.videotext h1 {
	font-weight: 900;
	font-size: 25px
}
.videotext h2 {
	font-size: 20px;
	margin-top:-10px;
	text-shadow: 2px 2px #000000;
}

/*BOOTSTRAP OVERRIDES */
.btn-primary {
    background-color: #056B67;
    border-color: #056B67;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
}
.btn-primary:hover {background-color: var(--accent-color1)}

/*CSS BREAKPOINTS*/
@media only screen and (max-width: 768px) {
	.reg-section {
		background-image:none!important;
	}
	.one-text-wrap{
		background-image:none!important;
	}
	.text-wrap {padding: 1em!important;}
	.two-text-wrap{
		background-image:none!important;
	}
	.three-text-wrap{
		background-image:none!important;
	}
}


@media (min-width: 640px) {
	.videotext h1 {
		font-size: 60px
	}
	.videotext h2 {
		font-size: 40px
	}
}

@media (min-width: 768px) {
	.videotext h1 {
		font-size: 60px
	}
	.videotext h2 {
		font-size: 50px
	}
}

@media (min-width: 1024px) {
	.videotext h1 {
		font-size: 100px
	}
	.videotext h2 {
		font-size: 50px
	}
}

@media (min-width: 1280px) {
	.videotext h1 {
		font-size: 100px
	}
	.videotext h2 {
		font-size: 50px
	}
}



.reg-form h1{
	text-align: center;
	color: #006634;
 }
 .reg-form .form-inline .label-left{
	text-align: left;
	justify-content: left;
 }

 .reg-form .form-control{	
	border:none;
	border-bottom:1px solid #ced4da ;
	border-radius: 0px !important;
 }
 .reg-form input[type=checkbox]{	
	height:16px;
 }
 form #website {
    display: none;
}

/* custom design */
.reg-section{
  background-image: url("../images/header-bg.png"), url("../images/header-bg.png");
  background-position: right , left;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  padding: 15px;
}

.reg-section{
	background-color: #FFFFFF;
	padding: 30px;
}
.reg-content{
	margin:25px;
}
.reg-content h1{
	font-size: 80px;
	color: #D05426;
}

.reg-content h2{
	font-size: 50px;
	color: #056B67;
}
.reg-content button{
	background-color: #056B67;
}
.content-wrap{
	background-color: #FFFFFF;
}
.content-wrap img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.container-fluid {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
.text-wrap {
	background-color: #f0ebd2;
	padding:100px;
}
.image-wrap{
	padding-left: 0px;
	padding-right: 0px;
}
.one-text-wrap{
	background-image: url("../images/leaf-Icon1.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 200px;

}
.two-text-wrap{
	background-image: url("../images/leaf-Icon2.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 200px;
}
.three-text-wrap{
	background-image: url("../images/leaf-Icon3.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 200px;
}

.contentbottom .footer {
    padding: 35px!important;
	background: #f0ebd2;
}

.contentbottom .footer .left-footer h3, .contentbottom .footer .left-footer a {
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    color: #212529;
	margin-left: 25px;
}
.copyright p, .copyright a,  .copyrigh span{
	color: #212529 !important;
}

.form-control[readonly] {
    background-color: #e9ecef24;

}