/* Weclome Page */
div.UPE-WelcomeWrap {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
	padding: 5%;
	font-size: 16px;
	min-height: 575px;
	border:solid 5px #e9c469;
}
h1.UPE-WelcomeHeader {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 70px;
	line-height: 110%;
	text-transform: uppercase;
}
h2.UPE-WelcomeSubhead {
	font-family: 'Dancing Script', cursive, serif;
	font-weight: 700;
	color: #e9c469;
	font-size: 48px;
}
div.UPE-WelcomeWrap img {
	width: 100%;
}
p.UPE-WelcomeCopy {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 150%;
	padding: 20px 0;
	max-width: 80%;
	margin: 1em auto;
}
div.UPE-WelcomeWrap a, div.UPE-WelcomeWrap a:hover {
	text-decoration: none;
	color: #fff;
}
a.UPE-WelcomePicksBtn {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
	padding: 8px 15px;
	color: #fff;
	font-size: 26px;
	display: inline-block;
	text-transform: uppercase;
	box-shadow: 2px 2px 10px #000;
	background: #e42a01; /* Old browsers */
background: -moz-linear-gradient(top,  #e42a01 0%, #da2900 18%, #d82600 20%, #c32502 44%, #c12300 46%, #a61f02 74%, #951b03 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e42a01), color-stop(18%,#da2900), color-stop(20%,#d82600), color-stop(44%,#c32502), color-stop(46%,#c12300), color-stop(74%,#a61f02), color-stop(100%,#951b03)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e42a01 0%,#da2900 18%,#d82600 20%,#c32502 44%,#c12300 46%,#a61f02 74%,#951b03 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e42a01 0%,#da2900 18%,#d82600 20%,#c32502 44%,#c12300 46%,#a61f02 74%,#951b03 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e42a01 0%,#da2900 18%,#d82600 20%,#c32502 44%,#c12300 46%,#a61f02 74%,#951b03 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e42a01 0%,#da2900 18%,#d82600 20%,#c32502 44%,#c12300 46%,#a61f02 74%,#951b03 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e42a01', endColorstr='#951b03',GradientType=0 ); /* IE6-9 */

}