@import 'bower_components/gumby-parallax/_parallax.scss';

*{	border-radius: 0px !important;
	margin: 0px auto;
	padding: 0px;
}

body{
	color: black;
	font-family: 'Kaushan Script', cursive;
}

#finalFixer{
	margin-bottom:17%;
}

#nav3{
	background-color: black !important;
}

#backgroundImage{
	width: 100%;
	height: 100%;
}

#parallexeffect8 {
	margin-top: -32px;
	background-image: url("img1.jpg");
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	text-align:center;
	color:#ffffff;
	width: 100%;
	height: 800px;

}

#inDesign1{
	font-family: 'Great Vibes', cursive;
	font-size: 950%;
	color: #2b2b2b;
	line-height: 90%;
}

.inDesign2{
	font-family: 'Great Vibes', cursive;
	font-size: 250%;
	line-height: 90%;
	color: #2b2b2b;
}

#central{
	text-align: center;
}

#about{
	font-family: 'Droid Serif', serif;
	background-color: #2b2b2b;
}

#fontFixer1{
	font-family: 'Great Vibes', cursive;
}

h2, h3{
	font-family: 'Kaushan Script', cursive;
}

p, span{
	font-family: 'Droid Serif', serif;
}

.twotwenty{
	width: 220px;
	height: 220px;
}


#portfolio{
	background-color: #ebeeee;
}

#contact{
	background-color: #2b2b2b;	
}

.footer {
	height: auto;
	background-color: #212121;
}

.footer-class {
	font-family: 'PT Sans', sans-serif;
	color:white;
}

.base {
	height: auto;
	background-color:#EF4036;
}
.base h6 {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	color:white;
	font-family: 'PT Sans', sans-serif;
}


