/*!
 * 
 *  Genesis External CSS Stylesheet 
 */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Lato:400,700); */



body {
	background-color: #ffffff;
	color: #292C37;

	font-family: "Gilroy-Regular";
	/* margin top right bottom left */

	margin: 7vw 5vw 7vw 5vw;

}

h1 {
	color: #292C37;
	font-family: "Gilroy-Medium";
	font-size: 5vw;
	text-align: left;
}

h2 {
	color: #292C37;
	font-family: "Gilroy-Medium";
	font-size: 4vw;
	text-align: left;
	/* 30px/16=1.875em */
}

h3 {
	color: #292C37;
	font-family: "Gilroy-Medium";
	font-size: 3vw;
	text-align: left;
	/* 30px/16=1.875em */

	/* unvisited link */
	a:link {
		color: #657fad;
		font-weight: bold;
	}

	/* visited link */
	a:visited {
		color: #002566;
	}

	/* mouse over link */
	a:hover {
		color: #c8d3e6;
	}

	/* selected link */
	a:active {
		color: #FFFFFF;
	}

	/* ACTION-button  */
	.action-button {
		border-radius: 5px;
		background: #9F111B;
		border: 1px solid #1271db;
		color: #FFFFFF;
		display: inline-block;
		font-size: 100%;
		font-weight: bold;
		height: 44px;
		outline: none;
		padding: 0 25px;
		text-align: center;
		text-decoration: none;
		text-transform: capitalize;

	}

	.action-button:hover {


		.action-button:focus {
			background: #1271db;
			border-color: #1271db;
			color: #fff;
			text-decoration: none
		}

		.action-button:active {
			background: #0e59ac;
			border-color: #0e59ac
		}

		/* navigation links */

		nav a {
			display: inline-block;
			padding: 10px 30px
		}

		/* image alinment */

		.aligncenter {
			text-align: center;
		}


		/* footer link */
		.footer-link {
			text-decoration: none;
			color: #657fad;
			font-weight: bold;
		}
	}