/*

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

*/

/* Custom CSS by Geek Unicorn */

@import url('https://fonts.googleapis.com/css?family=Great+Vibes');


.Great-Vibes {
	font-family: Great Vibes, Parisienne, Montserrat, sans-serif;
}

.pink {
	color: #fa1590 !important;
}

.footer-link a:link {
	color: #fff !important;
}

.footer-link a:visited {
	color: #fff !important;
}

.footer-link a:hover {
	color: #353535 !important;
}



.services-icons {
	height: 170px;
}

.anchor-link {
	position: relative;
}

/* Mobile Size less than 767px width */

@media only screen and (max-width: 767px) {

	.home-page-above-fold {
		padding-top: 3em !important;
		padding-bottom: 3em !important;
		padding-left: 2em !important;
		padding-right: 2em !important;
	}

	.page-above-fold {
		padding-top: 3em !important;
		padding-bottom: 3em !important;
		padding-left: 2em !important;
		padding-right: 2em !important;
	}
	
}

/* Regular Size minimum 768px width */

@media only screen and (min-width: 768px) {

	
		.page-above-fold {
		padding-top: 4em !important;
		padding-bottom: 4em !important;
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	
.home-page-above-fold {
		padding-top: 10em !important;
		padding-bottom: 10em !important;
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	
	
	
.full-screen {
	min-height: 100%;
	min-height: 90vh;
}
	
		
.no-break {
	white-space: nowrap;	
	}

}




/* END Custom CSS by Geek Unicorn */