@charset "utf-8";

/* Notes */
/* Default <p> font size = 16px (1em)

/* Global Settings */
html {
	font-size: 16px; /* Standard default web font size */
}

/* Base Type Sizing */
p {
	font-size: 1em;
}

h1 {font-size: 4em;
}

h2 {font-size: 2em
}

h3 {
	font-size: 1.5em
}

/*Background Image*/
.canvas {
	background-image: url("images/WFS_2021_Image_Background_Calculator_v1.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin-top: auto;
}

/*Hero Section*/

.hero {
	/*margin-top: 1em;*/
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 1px 0px 15px 0px;
	background-color: rgba(27,20,100,0.75);
	align-items: center;
}


.hero .element {
	padding: 0px;
	width: 750px;/*
	height: 12em;
	vertical-align: center;*/
}

.hero h1{
	font-family: Balboa, sans-serif;
	font-size: 7em;
	font-weight: 100;
	letter-spacing: 5px;
	color:white;
	opacity: 1;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 3px 3px 5px black;
	line-height: 1em;
	padding: 0px;
}

.hero h2 {
	font-family: Balboa Ultralight, sans-serif;
	font-style: Normal;
	font-weight: 200;
	letter-spacing: 5px;
	text-align: center;
	color:White;
	padding: 0px;
}

.hero h3 {
	font-family: Balboa Ultralight, sans-serif;
	font-weight: 100;
	letter-spacing: 10px;
	opacity: 1;
	text-align: center;
	color:#C9C9C9;
	text-transform: uppercase;
	padding: 0px;
	vertical-align: center;
}


/* Contact Section */

.contact {
	background-color: rgba(255,255,255,0.5);
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.contact .method {
  	background:rgba(235,235,235,0.75);
	padding: 0px;
	width: 500px;
	height: auto;
	
}

.contact .method img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 10em;
	height: auto;
	padding: 20px;
}

.contact .method h2 {
	font-family: Balboa, sans-serif;
	color:#1B1464;
	font-size: 2.5em;
	font-weight: 400;
	letter-spacing: 3px;
	padding: 0px;
	text-align: center;	
}

.contact .method p {
	font-family: Balboa, sans-serif;
	font-size: 4em;
	color:#1B1464;
	font-weight: 200;
	letter-spacing: 3px;
	padding: 0px 0px 0px 0px;
	text-align: center;	
}

.contact a {
	text-decoration: none;
}

.contact h2 {
	font-family: Balboa, sans-serif;
	text-transform: uppercase;
	color:#939291;
	font-size: 10em;
	font-weight: 400;
	letter-spacing: 5px;
	padding: 0px;
	text-align: center;	
}

.contact p {
	font-family: Balboa, sans-serif;
	font-size: 4em;
	color:#1B1464;
	font-weight: 200;
	letter-spacing: 3px;
	padding: 0px 0px 0px 0px;
	text-align: center;	
}

.contact a {
	text-decoration: none;
	color:#1B1464;
}

/* Footer Section */

.footer {
	background-color:#1B1464;
	color:white;
	text-align: center;
	font-family: Balboa, sans-serif;
	margin-top: -16px
}

.footer p {
	font-size: 1em;
	color:#BDBDBD;
	font-weight: 200;
	letter-spacing: 3px;
	padding: 1.5em;
}