#hero h1 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Source Sans Pro', serif;
	margin-bottom: 1rem;
}

#hero h2 {
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 1rem;
	padding-right: 1rem;
	line-height: 0.85;
	font-size: 3rem;
}
@media (min-width: 992px) {
	#hero h2 {
		font-size: 5rem;
	}
}

#hero #signup .btn-primary {
	background-color: #1e61c7;
}

#hero #signup .btn-primary:hover {
	background-color: #2e71d7;
  border-color: #2e71d7;
  cursor: pointer;
}

#hero p {
	font-size: 16px;
	line-height: 1.25;
}

#hero .wrap {
	position: relative;
	z-index: 25;
}

@media (min-width: 768px) {
	#hero {
		max-height: 675px;
	}

	#hero .container.top {
		top: 35%;
	  -webkit-transform: translateY(-35%);
		   -moz-transform: translateY(-35%);
					  transform: translateY(-35%);
	}
}

/* ------- Actions ------- */

@media (min-width: 768px) {
	#actions {
		display: table;
		position: relative;
		top: -75px;
		z-index: 50;
		margin-bottom: -75px;
	}
}
@media (min-width: 1200px) {
	#actions {
		top: -125px;
		margin-bottom: -125px;
	}
}

#actions .action {
	display: block;
	width: 100%;
	text-align: center;
	padding: 1rem;
	color: #fff;
	font-family: "league-gothic", Georgia, Times, serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	font-size: 2rem;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	#actions .action {
		padding: 0;
		display: table-cell;
		width: 1%;
		height: 75px;
	}
}
@media (min-width: 1200px) {
	#actions .action {
		height: 125px;
		font-size: 2.5rem;
	}
}

#actions .action:hover,
#actions .action:focus {
	text-decoration: none;
}

#actions .action:nth-of-type(1) {
	background-color: #e7bb22;
}
@media (min-width: 768px) {
	#actions .action:nth-of-type(1) {
		background-color: rgba(231,187,34,0.85);
	}
}	
#actions .action:nth-of-type(1):hover,
#actions .action:nth-of-type(1):focus {
	background-color: #f7cb32;
}

#actions .action:nth-of-type(2) {
	background-color: #3d6a99;
}
@media (min-width: 768px) {
	#actions .action:nth-of-type(2) {
		background-color: rgba(61,106,153,0.85);
	}
}
#actions .action:nth-of-type(2):hover,
#actions .action:nth-of-type(2):focus {
	background-color: #4d7aa9;
}

#actions .action:nth-of-type(3) {
	background-color: #ec9600;
}
@media (min-width: 768px) {
	#actions .action:nth-of-type(3) {
		background-color: rgba(236,150,0,0.85);
	}
}
#actions .action:nth-of-type(3):hover,
#actions .action:nth-of-type(3):focus {
	background-color: #fca600;
}

@media (min-width: 768px) {
	#actions .action span {
		padding-top: 13.25px;
		display: block;
	}
}
@media (min-width: 1200px) {
	#actions .action span {
		padding-top: 27px;
	}
}