@charset "utf-8";
/* CSS Document */

.footer-style {
	background-color: black;
	align-items: center;
	font-family: 'Quicksand', sans-serif;
	font-style: oblique;
	font-size: 17px; color: white;
}

/*this is supposed to be the BOSS type*/
h1 {
	font-family: 'changeling-neo', sans-serif;
	font-style: normal;
	font-weight: 700;	
		
	}

/*This is the Woman typeface - elegant*/
h2 {
	font-family: 'liana', script;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
}

/*This is the Woman typeface - elegant - Menu Options*/
h21 {
	font-family: 'liana', script;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
}



/*this is the Designs typeface - computerish*/
h3 {
	font-family: 'source-code-pro',monospace;
	font-weight: 200;
	font-style: normal;
	font-size: 25px;
}
	
/*this is the Designs typeface - but smaller and thinner*/
h4 {
	font-family: 'source-code-pro',monospace;
	font-weight: 200;
	font-style: normal;
	font-size: 15px;
}



p {
	font-family: 'Quicksand', sans-serif;
	font-style: oblique;
	font-size: 17px;
	color: #2a2a2a;
}

navbar-dark {
	background-color: white;
}



