@import url('http://fonts.cdnfonts.com/css/segoe-ui-4');
body {
	max-width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	padding: -1%;
}
header {
	background-color: white;
}
main {
	background-color: white;
	max-height: 65%;
	height: 65%;
	min-height: 50%;
	padding-top: -5%;
}
#coloradoSection {
	display: flex;
	height: 18%;
	width: 85%;
	margin: auto;
	margin-top: 2%;
	padding: 1%;
	align-items: center;
}
.myDivs {
	position: relative;
	width: fit-content;
	left: 6%;
}
.myDivs2 {
	position: relative;
	width: 120%;
	right: 13%;
}
#coloradoImage {
	width: 35%;
	height: auto;
}
.myText {
	font-size: 45pt;
	width: 100%;
	font-family: 'Segoe UI', sans-serif;
	line-height: 75%;
}
.myText2 {
	font-size: 30pt;
	width: 100%;
	font-family: 'Segoe UI', sans-serif;
	line-height: 98%;
}

.myhr {
	background-color: white;
	height: 1%;
	margin-bottom: 1%;
}
.myhr2 {
	margin-top: 4%;
	background-color: white;
	height: 2%;
	margin-bottom: -1%;
}
.myhr22 {
	background-color: white;
	height: 2%;
}
img {
	max-width: 100%;
	height: auto;
}
#top\ banner {
	max-width: 100vw;
	display: flex;
	height: 180px;
	justify-content: center;
	margin: 0%;
	height: fit-content;
}

#mydivider {
	position: relative;
	width: 100px;
	max-height: 100%;
	height: 100%;
}
.logos {
	position: relative;
	width: 100%;
}

.mainsections {
	display: grid;
	grid-template-columns: 23% 23% 23% 23%;
	column-gap: 30px;
	justify-content: center;
	align-items: center;
	margin-top: 4%;
}
.mainlink:link {
	color: rgb(0, 199, 255);
	text-decoration: none;
}
.mainlink:visited {
	color: rgb(0, 199, 255);
	text-decoration: none;
}
.mainlink:hover {
	color: gray;
	text-decoration: none;
}
footer {
	margin: 0 0%;
	margin-top: 2%;
	position: relative;
	padding-bottom: -10%;
	display: flex;
	background-color: rgb(0, 47, 188);
	color: white;
	font-size: 1.3rem;
	height: 11%;
	width: 100%;
	align-content: center;
	justify-content: center;
	justify-items: center;
	align-items: center;
}
.imglink {
	transition: transform .5s;
}
.imglink:hover {
	transform: scale(1.1);
	border: 3px solid rgb(0, 47, 188);
}
hr {
	margin-top: 1%;
	border: 0.2px solid rgb(0, 47, 188);
	width: 35%;
	transition: transform 1s;
	transform: scale(2);
	margin-bottom: 1%;
}
.logolink {
	max-width: 25%;
	min-width: 25%;
}
@media (max-width: 1500px) {
	.myText {
		font-size: 35pt;
		width: 120%;
		font-family: 'Segoe UI', sans-serif;
		line-height: 75%;
	}
	.myText2 {
		font-size: 20pt;
		width: 120%;
		font-family: 'Segoe UI', sans-serif;
		line-height: 98%;
	}
}
@media (max-width: 950px) {
	.myText {
		font-size: 30pt;
		width: 120%;
		font-family: 'Segoe UI', sans-serif;
		line-height: 75%;
	}
	.myText2 {
		font-size: 15pt;
		width: 120%;
		font-family: 'Segoe UI', sans-serif;
		line-height: 98%;
	}
	.mainsections {
		grid-template-columns: 40% 40%;
		grid-template-rows: 50% 50%;
		align-items: stretch;
	}
}
@media only screen and (max-width: 600px) and (max-width: 850px) {
	main {
		margin: -5% 0;
	}
	.myhr {
		background-color: white;
		height: 1%;
		margin-bottom: 7%;
	}

	.myhr2 {
		margin-top: -25px;
		margin-bottom: -40px;
	}
	footer {
		margin-top: 11%;
		font-size: 0.8rem;

		padding-top: 3%;
		justify-content: center;
		align-items: center;
		justify-items: center;

		padding-right: -10%;
		margin-right: -10%;
		max-width: 100%;
	}
	.mainsections {
		grid-template-columns: 45%;
		grid-template-rows: 23% 23% 23% 23%;
		align-items: stretch;
	}
	header {
		background-color: white;
		height: 150px;
		width: 100%;
	}
	#top\ banner {
		position: relative;
		max-width: 100vw;
		display: flex;
		justify-content: center;
		margin: 0%;

		height: 30%;
	}
	#mydivider {
		position: relative;
		flex-basis: 100%;
		height: 50px;
		margin-top: 50px;
		overflow: hidden;
	}
	.logos {
		flex-basis: 100%;
		width: 100%;
		padding: -20%;
	}
	.logo {
		width: 100%;
	}
	.logolink {
		max-width: 85%;
		min-width: 80%;
		width: 85%;
	}
	.myText {
		margin-top: 35%;
		font-size: 15pt;
		width: 160%;
		font-family: 'Segoe UI', sans-serif;
		line-height: 75%;
	}
	.myText2 {
		font-size: 12pt;
		width: 160%;
		font-family: 'Segoe UI', sans-serif;
		line-height: 98%;
	}
	.myDivs {
		position: relative;
		width: 300%;
		left: 7%;
		margin: -10%;
		margin-top: 5%;
	}
	.myDivs2 {
		position: relative;
		width: 200%;
		right: 22%;
	}
}
@media (orientation: landscape) {
	main {
		background-color: white;
		max-height: 65%;
		height: 55%;
		min-height: 50%;
		padding-top: -5%;
	}
}
