@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&display=swap');
:root {
	--main-color: #006634;
	--accent-color1: #006634;
	--accent-color2: #de3f00;
	--accent-color3: #fae67e;
	--accent-color4: #f9f0c3; /*faded color*/
	--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-family: "Century Gothic", CenturyGothic, "Raleway", AppleGothic, sans-serif;
	font-weight: 400;
	font-style: normal;

}


.col-md-6.mastlinks.left a:last-child::after {
    content: "";
}

.col-md-6.mastlinks.left a::after {
    content: "|";
    margin: 0 3px;
  }


/*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:1em;}


.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);
}
.msgalert {background-color: yellow;margin-bottom: 1em;padding: .5em;}
.msgalert a:link, .msgalert a:visited {color: var(--main-color)!important;}


/*MAST------------------------------------------------------------*/
.header {height:150px;}
.mast {
	background-color:var(--main-color);
	position:relative;
	top:40px;
}

.mast .logo {
	position:absolute;
	bottom:30px
}

.fixedwidth.mastlogo {
	width: 100%;
	position: relative;
	padding: 10px;
}
.mastlinks {
	text-align: right;
	color: #FFFFFF;
	/*font-family: fairplex-narrow, serif;*/
	font-size: .9em;
	margin-top: 20px;
  }
.mastlinks a:link {color:#FFFFFF;}
.mastlinks a:visited {color: #FFFFFF;}

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


.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; color: #FFFFFF;}


.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: 5%;
	left: 10%;
	right: 10%;
	color: white;
	text-align:center;
}
.videotext h1 {
	font-weight: 900;
	font-size: 25px
}
.videotext h2 {
	font-size: 40px;
	margin-top:-10px;
	text-shadow: 2px 2px #000000;
}

.thirtylogo {width: 300px}

.bottom-content h3 {
    font-size: 24px;
}

.bottom-content {
	text-align: center;
	margin-top: 30px;
	padding: 0 10px;
  }

  .row.bottom-content h2 {
	text-align: center;
	width: 100%;
	font-size: 34px;
  }

  .row.bottom-content img {
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
	width: 200px;
  }

/*BOOTSTRAP OVERRIDES */


/*CSS BREAKPOINTS*/
@media (min-width: 100px) {
	.thirtylogo {width: 100px}
	.videotext h1 {
		font-size: 30px
	}
	.videotext h2 {
		font-size: 24px
	}
}

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

@media (min-width: 768px) {
	.videotext h1 {
		font-size: 47px
	}
	.videotext h2 {
		font-size: 36px
	}
	.thirtylogo {width: 200px}
}

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

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



@media (max-width: 600px) {
.col-md-6.mastlinks.left {
	display: grid;
	grid-template-columns: 50% 50%;
	margin-bottom: 10px !important;
	text-align: center;
  }
  .col-md-6.mastlinks.left a::after {
	content: "";
  }

  .header {
	height: auto;
  }

  .mast {
	top: 0px;
  }
}
.justify-content-md-center {
	margin: 0 auto;
}