/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* Start Geek Unicorn Special CSS */

.body {
    overflow-x: visible;
}

.register-button {
	background: #ef9120; 
	color: #fff; 
	font-family: 'Bree Serif', 'Quicksand', Sans-serif; 
	font-size: 1.5em; 
	padding: 0.25em 0.85em !important; 
	border-radius: 5em !important; 
	text-decoration: none; 
	display: inline-block;
}

.relative { 
	position: relative; 
}

.anchor-link {
	position: absolute;
	top: -50px;
}

/* Displays on Mobile 767px or smaller */

@media only screen and (max-width: 767px) {
.banner-text-large {
	font-size: 2.5em !important;
}

.banner-text-medium {
	font-size: 1.2em !important;
}
	
	.whole-page-banner {
		padding-top: 5em !important;
		padding-bottom: 5em !important;
	}
}
/* Displays on Desktop 768px or larger */

@media only screen and (min-width: 768px) {

.banner-text-large {
	font-size: 4.5em !important;
}

.banner-text-medium {
	font-size: 2em !important;
}
	
	.whole-page-banner {
		padding-top: 15em !important;
		padding-bottom: 15em !important;
	}
	
	.services-home-page-section {
		position: relative; 
		z-index: 9999; 
	}
	
	.services-home-page-row { 
		position: absolute; 
		top: -6em;
	}
}
/* End Geek Unicorn Sepcial CSS */

