﻿/* ---------Single Page Website CSS by Kelly King ----------*/

*{ margin: 0 auto;}


body {
	background:ffffff; 
	margin: 0; 
@font-face: font-family:Gravity-Light; src:url(Gravity-light.ttf); 

/*
	font-family:font-family : Arial,Verdana,Sans-Serif; */
	height:2000px;
  
background-attachment:fixed;
background-size: cover;
	

	
#page1 {
	height:650px;
		width:100%;
	background-color:transparent;
	padding-top:100px;
	}


	
#page2 {
	height:900 px;
	width:100%;
	background-color:pink;
	padding-top:100px;

	}


#page3 {
	height:350px;
	width:100%;
	background-color:transparent;
	padding-top:100px;
	}


#page3x {
	height:10px;
		width:100%;
	background-color:transparent;
	padding-top:100px;
	}

#page4 {
	height:1400px;
		width:100%;
	background-color:transparent;
	padding-top:150px;

	}
	
.page-padding {height:115px; width:100%;}

a:link { font-size :10pt; font-family : Lato,Arial,Verdana,Sans-Serif; color : #333333; text-decoration:none;
}

a:visited {font-size :10pt;font-family : Lato,Arial,Verdana,Sans-Serif;color :#333333; text-decoration : none;
}

a:active {font-size :10pt;font-family : Lato,Arial,Verdana,Sans-Serif;color : #333333; text-decoration : none;
}

a:hover {font-size :10pt;font-family : Lato,Arial,Verdana,Sans-Serif;color : #90a5bf; text-decoration : none;
}
	




 
a.special:link { font-size :9pt; font-family : Arial,Verdana,Sans-Serif; color : #ccc; text-decoration:none;
}

a.special:visited {font-size :9pt;font-family : Arial,Verdana,Sans-Serif;color :#fff; text-decoration : none;
}

a.special:active {font-size :9pt;font-family : Arial,Verdana,Sans-Serif;color : #fff; text-decoration : none;
}

a.special:hover {font-size :9pt;font-family : Arial,Verdana,Sans-Serif;color : #ff3333; text-decoration : none;
}









