*{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

.header{
	min-height: 100vh;
	width: 100%;
	background-color: white;
	position: relative;
}

nav{
	background-color: #fff;
	display: flex;
	padding: 0.5% 10%;
	justify-content: space-between;
	align-items: flex-start;
	position: fixed;
	z-index: 1;
	top: 0;
	width: 80%;
	overflow: hidden;
}

nav img{
	padding: 10% 10%;
	width: 100px;
}

.nav-links{
	flex: 1;
	text-align: right;
	padding: 40px 2%;
}

.nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 5px 0px;
	position: relative;
}

.nav-links ul li a{
	color: black;
	text-decoration: none;
	font-size: 14px;
	
	margin: auto;
	padding: 10px 12px;
	transition: 0.5s;
	margin: auto;
	transition: 0.5s;
	border-radius: 20px;
}

.nav-links ul li a:hover{
	color: white;
	background: #CC0000;
	opacity: 1;
}

nav .fa{
	display: none;
}

.outJ{
	color: white;
	background: #ffcccc;
	text-decoration: none;
	font-size: 14px;
	
	margin: auto;
	padding: 10px 12px;
	transition: 0.5s;
	margin: auto;
	transition: 0.5s;
	border-radius: 20px;
}

.outJ:hover{
	color: white;
	background: #CC0000;
	opacity: 1;
}

.home-text-box{
	padding: 0% 10%;
	margin-top: 50px;
}

.cover-img{
	margin-top: 80px;
	object-fill: cover; 
	width: 100vw; 
	overflow: hidden; 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

.text-box{
	padding: 0% 10%;
}

.title-text-box{
	padding: 0% 10%;
	color: #CC0000;
	font-size: 50px;
}

a.anchor {
    display: block;
    position: relative;
    padding-top: 160px;
	margin-top: -160px;
    visibility: hidden;
}

.slideshow-container {
	max-width: 75%;
	max-height: 10%;
	position: relative;
	margin: auto;
	overflow: hidden;
	object-fit: cover;
}

img {
	vertical-align: middle;
}

.slide {
	display: none;
}

.prev-slide, .next-slide {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: black;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 100px 100px 100px 100px;
	user-select: none;
}

.next-slide {
	right: 0;
	border-radius: 100px 100px 100px 100px;
}

.prev-slide:hover, .next-slide:hover {
	color: white;
	background-color: #CC0000;
	opacity: 1;
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #ff6666;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.dot1 {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #ff6666;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.dot2 {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #ff6666;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.dot3 {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #ff6666;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: #CC0000;
}


.active, .dot1:hover {
	background-color: #CC0000;
}
.active, .dot2:hover {
	background-color: #CC0000;
}
.active, .dot3:hover {
	background-color: #CC0000;
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

.office-img-overc {
	float: right; 
	padding: 0vh 1.25vw 5vh 2.5vw;
}

.office-img {
	height: 38vh; 
	max-height: 320px; 
	min-height: 200px;
}

.Map {
	margin-left: calc(10vw + 20px);
	margin-top: 10px;
}

.Map iframe {
	width: 35vw;
	height: 35vw;
}

.text-box-CU{
	margin-right: 10vw;
	margin-left: 45vw; 
	text-align: center;
	padding: 0% 5%;
	height: 35vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.title-text-box-CU{
	padding: 0 10%;
	color: #CC0000;
	font-size: 30px;
}

.title-text-box-CU-top{
	padding: 0 10%;
	color: #CC0000;
	font-size: 30px;
}

.fa-facebook:hover {
    background-color: #FFCCCC; 
	color: #000000;
}

.fa-youtube:hover {
    background-color: #FFCCCC; 
	color: #000000;
}

.fa-instagram:hover {
    background-color: #FFCCCC; 
	color: #000000;
}

.fa-facebook {
	padding: 20px;
	font-size: 50px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	margin: 20px 1vw;
	background: #CC0000;
	color: white;
	border-radius: 20px;
	transition: 0.5s;
}

.fa-youtube {
	padding: 20px;
	font-size: 50px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	margin: 20px 1vw;
	background: #CC0000;
	color: white;
	border-radius: 20px;
	transition: 0.5s;
}

.fa-instagram {
	padding: 20px;
	font-size: 50px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	margin: 20px 1vw; 
	background: #CC0000;
	color: white;
	border-radius: 20px;
	transition: 0.5s;
}

.CU-form {
	margin-top: 10px;
	padding: 0% 10%;
}

.CU-form input, .CU-form textarea{
	width: 100%;
	padding: 10px;
	margin: 5px 0;
	border: none;
	outline: none;
	background: #E0E0E0
}

.sbcenter {
	text-align: center;
}

.submit-button{
	margin: 10px 0;
	font-size: 13px;
	border: 1px solid #FFFFFF;
	background-color: #CC0000;
	padding: 12px 34px;
	border-radius: 20px;
	color: #FFFFFF;
	transition: 0.5s;
}

.submit-button:hover {
	background-color: #FFCCCC; 
	color: #000000;
}

.footer{
	margin-top: 30px;
	height: 160px;
	background-color: #800000;
	color: #FFFFFF;
}

.BTT-btn {
	display: block; 
	float: right;
	padding: -13px 10%;
	margin-top: -10px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	height: 40px;
	width: 120px;
	border-radius: 20px;
	transition: 0.5s;
	vertical-align: middle;
	line-height: 40px;
}

.BTT-btn:hover {
	color: #000000;
	background-color: #FFCCCC;
}

.com-OC-OC {
	padding: 10px 10%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.com-img-OC {
	padding: 15px 2.5%;
	width: 400px;
}

.com-img {
	width: 400px;
	height: 400px;
	overflow: hidden;
	border-radius: 60px;
	border: 1px solid #CC0000;
}

.com-head {
	margin-top: 10px;
	text-align: center;
	color: #CC0000;
	font-size: 27.5px;
}

.com-deets {
	margin-top: 5px;
	text-align: center;
}

.News-title-text-box-top{
	margin-top: 160px;
	padding: 0% 10%;
	color: #CC0000;
	font-size: 50px;
}

.News-title-text-box{
	color: #CC0000;
	font-size: 30px;
}

.news-vid-1 {
	float: left; 
	padding: 0px 2.5vw 20px 1.25vw; 
	max-height: 40vh;
	max-width: 80vw;
}

@media(max-width: 1200px) {
	.Map {
		float: left;
		margin-left: 10vw;
		margin-top: 10px;
	}
	.Map iframe {
		width: 80vw;
		height: 80vw;
		float: left;
		clear: left;
	}
	.text-box-CU{
		margin-right: 10vw;
		margin-left: 10vw; 
		text-align: center;
		padding: 0% 2%;
		display: inline-block;
	}

	.title-text-box-CU{
		padding: 0% 10%;
		color: #CC0000;
		font-size: 30px;
	}
	
	.title-text-box-CU-top{
		padding: 0% 10%;
		color: #CC0000;
		font-size: 30px;
		padding: 30px 0 0 0;
	}
}

@media(max-width: 780px) {
	nav img{
		padding: 10% 10%;
		width: 35px;
	}
	.nav-links ul{
	}
	.nav-links ul li {
		display: block;
		padding: 10px 45px;
	}
	.nav-links {
		position: fixed;
		padding: 20px 2%;
		background: #ffcccc;
		height: 100vh;
		width: 200px;
		top: 0;
		right: -230px;
		text-align: left;
		z-index: 2;
		transition: 1s; 
	}
	nav .fa {
		display: block;
		clor: #fff;
		margin: 10px;
		font-size: 22px;
		cursor: pointer;
		text-align: right;
	}
	.cover-img{
		position: absolute;
		margin-top: 100px;
		height: 45vh;
		min-height: 330px;
		max-height: 350px; 
		width: 100vh;
		min-width: 100vw;
		display: block; 
		top: 0;
		right:0;
		margin-right: 0;
	}
	.home-text-box{
		padding: 0% 10%;
		margin-top: max(395px, calc(45vh + 65px));
	}
	.News-title-text-box-top{
		margin-top: 60px;
		padding: 0% 10%;
		color: #CC0000;
		font-size: 50px;
	}
	a.anchor {
		display: block;
		position: relative;
		padding-top: 60px;
		margin-top: -60px;
		visibility: hidden;
	}
	.title-text-box{
		padding: 0% 10%;
		color: #CC0000;
		font-size: 40px;
	}
	.prev-slide, .next-slide {
		cursor: pointer;
		position: absolute;
		top: 50%;
		width: auto;
		margin-top: -22px;
		padding: 10px;
		color: black;
		font-weight: bold;
		font-size: 18px;
		transition: 0.6s ease;
		border-radius: 100px 100px 100px 100px;
		user-select: none;
	}
	.office-img {
		align: center;
		height: 38vh; 
		max-height: 320px; 
		min-height: 200px;
	}
	.Map {
		float: left;
		margin-left: 10vw;
		margin-top: 10px;
	}
	.Map iframe {
		width: 80vw;
		height: 80vw;
		float: left;
		clear: left;
	}
	.text-box-CU{
		margin-right: 10vw;
		margin-left: 10vw; 
		text-align: center;
		padding: 0% 2%;
		display: inline-block;
	}

	.title-text-box-CU{
		padding: 0% 10%;
		color: #CC0000;
		font-size: 30px;
	}
	
	.title-text-box-CU-top{
		padding: 0% 10%;
		color: #CC0000;
		font-size: 30px;
		padding: 30px 0 0 0;
	}
	.com-OC-OC {
		padding: 10px 0%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.com-img-OC {
		padding: 15px 2.5%;
		width: 300px;
	}

	.com-img {
		width: 300px;
		height: 300px;
		overflow: hidden;
		border-radius: 60px;
		border: 1px solid #CC0000;
	}
}

@media(max-width: 400px) {
	.cover-img{
		position: absolute;
		margin-top: 100px;
		height: 35vh; 
		width: 90vh;
		min-width: 100vw;
		display: block; 
		top: 0;
		right:0;
		margin-right: 0;
	}
	.office-img-overc {
		float: center;
	}
	.office-img {
		height: 38vh; 
		max-height: 320px; 
		min-height: 200px;
	}
	.BTT-btn {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
}