
.typography {
	color: #333333 !important;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.typography h1 {
	font-size: 36px;
	line-height: 48px;
	font-weight: 700;
	margin: 0px;
	padding: 20px 0px 10px 0px;

}

.typography h2 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
}

.typography h3 {
	font-size: 21px;
	line-height: 28px;
	font-weight: 700;
}

.typography P,
.typography LI {
	font-size: 16px !important;
	line-height: 24px;
	font-weight: 400;
}

.typography a.display {
	display: block;
	width: 100%;
	height: 100%;
}

.typography {
	color: #000099;
}

.typography .panel {
	color: #ffffff;
	text-shadow: 0px 0px 3px #333333;
}

.typography .panel h1 {
	font-size: 42px;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}

.typography .panel h2 {
	font-size: 24px;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}

.typography .project {
	font-weight: 300;
	color: #dedede;
}

.typography .border {
	border: 1px solid #cccccc;
	margin: 10px 0px;
}

.typography .caption {
	color: #666666;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 20px;
}


/* Button */

.jumbotron .container .btn {
	border: 4px solid #ffffff;
	border-radius: 0px;
	text-transform: uppercase;
	font-size: 15px;
	margin: 3px;
}

.jumbotron .container A {
	text-decoration: uppercase !important;
	color: #ffffff !important;
}

.jumbotron .container A:hover {
	color: #333333 !important;
	background: #ffffff;
}

/* WYSIWYG Editor Alignment Classes */

.typography .left {
	text-align:left;
}

.typography .center {
	text-align:center;
}

.typography .right {
	text-align: left;
}

.typography img.right {
	float: right;
	margin-left:20px;
}

.typography img.left {
	float:left;
}

.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}

.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* Forms */

.typography label {

}

.typography input.text, .typography textarea {

}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {

}
