@charset "utf-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Times, "Times New Roman", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
}

/*begin header*/
header {
	padding: 40px;
	background-color: #777575;
}

div.row {
	display: none;
}

div.logo img {
	max-width: 40%;
	margin-left: 30%;
}

div.mobile {
	z-index: 999;
	top: 0px;
	position: sticky;
	position: -webkit-sticky;
}

div.mobile {
	background-color: black;
}



main.fot div.article {
	background-color: #E4E4E4;
	margin-left: 10%;
	margin-right: 25%;
}

div.hide p {
	display: none;
}



nav.style-nav {
	margin: 0px 0px;
	text-align: center;
	padding: 5px 5px;
}

.style-nav li {
	list-style-type: none;
	text-align: center;
	position: relative;
	display: inline-block;
}

.style-nav ul li a p {
	float: right;
	transform: translate(5px, -5px);
	transition: 0.2s;
}

.style-nav ul li:hover a p {
	transform: rotate(-180deg);
}

.style-nav li a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 2px 8px;
	font-size: 15px;
}

ul li ul.dropdown {
	display: none;
	position: absolute;
	z-index: 999;
	text-align: center;
	padding: 10;
}

.style-nav ul li a {
	background-color:#030303;
	
}

.style-nav ul li a:hover {
	background-color: #2D2D2D;
}

ul li:hover ul.dropdown{
	display: block;
}
/*end header*/

.style-img img {
	width: 90%;
	padding: 20px 20px 0px 20px;
	margin: auto;
}

.style-nav ul li a p {
	float: right;
	transform: translate(5px, -5px);
	transition: 0.2s;
}

.style-nav ul li:hover a p {
	transform: rotate(-180deg);
}

.jump {
	padding: 30px;
	text-align: center;
}

.jump a {
	background-color: #2D2D2D;
	color: black;
	padding: 10px;
}

.jump div li a {
	text-decoration: none;
	color: #FFFFFF;
	
}

.jump div li {
	list-style-type: none;
}

.jump li:hover a {
	background-color: #DAD2D3;
}

.vid video {
		width: 450px;
		hight: 200px;
	}
.vid {
	text-align: center;
}

.head-text h1 {
	text-align: center;
	font-size: 40px;
	color: white;
}

.head-text {
	padding: 20px;
}

.descriptive-text h2 {
	font-size: 32px;
	text-align: center;
}

.descriptive-text div p1 {
	font-size: 26px;
	padding-left: 0px;
	padding-right: 80px;
}

.descriptive-text div p2 {
	font-size: 22px;
	margin-left: 60px;
	padding-right: 80;
}

.descriptive-text {
	color: white;
}

.descriptive-text div {
	padding: 20px;
}

.downloads li:hover a {
	color: blue;
}

.downloads a {
	text-align: center;
}

.downloads {
		padding: 30px;
		text-align: center;
	}
	
	.downloads button {
		background-color: #2D2D2D;
		width: 50%;
	}
	
	.downloads a {
		text-decoration: none;
		color: white;
	}

.downloads li {
	list-style: none;
}

main.fot p {
	font-size: 22px;
	line-height: 30px;
}

main.fot p.body-text {
	margin-left: 3%;
	margin-right: 3%;
	paddign: 5px;
}

main h2.bullet-point {
	float: left;
	padding: 5px;
}

main.fot div.article img {
	width: 80%;
	margin-right: 5%;
	margin-left: 5%;
	padding: 20px;
}

main.fot div.more-articles {
	background-color: #E4E4E4;
	margin-left: 10%;
	margin-right: 25%;
	margin-top: 0%;
	display: flex;
	position: relative;
	padding: 10px;
}

main.fot div.more-articles img {
	width: 40%;
	
}

main.fot div.more-articles p a {
	color: black;
	font-weight: bold;
	font-size: .5em;
}

.email {
	font-size: 20px;
}

.email a {
	text-decoration: none;
	color: black;
}

.email a:hover {
	color: blue;
}

footer {
	background: #777575;
	padding: 40px;
	text-align: center;
}

footer h2 {
	padding: 10px;
	line-height: 2em;
}

.bottom-text {
	text-align: center;
}

/*Tablet View*/
@media (min-width: 760px) {
	header {
	padding: 40px;
	background-color: #777575;
}
	
	.mobile {
		display: none;
	}
	
	.logo {
		display: none;
	}
	
	div.row {
		display: block;
	}

main.fot {
	background-color: white;
}

main.fot div.article {
	background-color: #E4E4E4;
	margin-left: 10%;
	margin-right: 25%;
}

.style-nav li {
	list-style-type: none;
	text-align: center;
	position: relative;
	display: block;
	float: right;
}

.style-nav li a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 8px;
	font-size: 20px;
}

ul li ul.dropdown {
	display: none;
	position: absolute;
	z-index: 999;
	text-align: center;
	padding: 10;
}

.style-nav ul li a {
	background-color:#030303;
	
}

.style-nav ul li a:hover {
	background-color: #2D2D2D;
}

ul li:hover ul.dropdown{
	display: block;
}

	
	.style-nav li {
		text-align: right;
		float: right;
	}
	
	.style-nav li a {
		font-size: 22px;
	}
	
	main.fot div.more-articles p a {
		font-size: 1em;
	}
	
	main.fot div.more-articles img {
		width: 30%;
	
	}
}

/*Desctop View*/
@media (min-width: 1024px) {
	.style-nav li {
	text-align: right;
}

.style-nav li a {
	font-size: 22px;
}

.style-img img {
	width: 30%;
}
	
	main.fot div.more-articles p a {
		font-size: 1.2em;
	}
	
	.jump {
		padding: 10px 450px 10px 450px;
		text-align: center;
		font-size: 20px;
	}
	
	.vid video {
		width: 600px;
		hight: 750px;
	}
	
	.downloads {
		padding: 30px;
		text-align: center;
	}
	
	.downloads button {
		background-color: #2D2D2D;
		width: 20%;
		padding: 10px;
	}
	
	.downloads a {
		text-decoration: none;
		color: white;
	}
}
