@charset "utf-8";
/* CSS Document */

@font-face {
  	font-family: alexBrushFont;
  	src: url(/images/fonts/AlexBrush-Regular.ttf);
}
@font-face {
	font-family: GreatVibes;
	src: url(/images/fonts/GreatVibes-Regular.ttf);
}
@font-face {
	font-family: Signature;
	src: url(/images/fonts/Thesignature.ttf);
}
@font-face {
	font-family: Bodini;
	src: url(/images/fonts/Bodoni Z37 M Compressed Bold.otf);
}
@font-face {
	font-family: Nickerbocker;
	src: url(/images/fonts/NickerbockerNF.ttf);
}

.title {
	color:#000; 
	font-weight:normal; 
	font-family: alexBrushFont; 
	font-size:124px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);

}
.quote {
	color:#000; 
	font-weight:normal; 
	font-family: Signature; 
	font-size:72px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);

}
.missiontitle {
	color:#fff;
	font-weight:bold;
	font-family: Bodini;
	font-size:28px; 
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);

}
.mission {
	color:#fff;
	font-weight:normal;
	font-family: Bodini;
	font-size:20px; 
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);

}

.buttons-top {
	width:150px;
	height:30px; 
	border: 1px solid #d3d3d3;
 	border-radius: 10px;
	background-color:#f5f5f5;
	color:#000;
	font-family: alexBrushFont;
	font-size:20px;

}

.buttons {
	width:200px;
	height:50px;
	border: 1px solid #69029e;
 	border-radius: 10px;
	background-color:#cc6ffc;
	color:#fff;
	font-family: alexBrushFont;
	font-size:28px;

}