@import url(https://fonts.googleapis.com/css?family=Belleza);

ul {
	font-family: 'Belleza', serif;
	color: #c2bca6;
	margin: 0px;
		margin-left: 25px;
	padding: 15px;
		padding-top: 0px;
}

p {
	font-family: 'Belleza', serif;
	color: #c2bca6;
	text-align: justify;
}

.middleHalf p {
	font-size: 20px;
	text-align: justify;
}

.homeHalf p {
	font-size: 20px;
	text-align: justify;
}

.homeHalf.intro p {
	font-size: 18px;
	text-align: center;
	margin: 0px;
}

.leftQuarter p, .rightQuarter p {
	color: #c2bca6;
	text-align: justify;
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/common/background.jpg);
		background-size: cover;
    	background-repeat: no-repeat;
		background-color: #262746;
	margin: 0;
	padding: 0;
	color: #000;
}



h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

h2 {
	font-size: 1em;
}

a img {
	border: none;
}

a {
	color: #c2b76a;
}

a:link {
	color: #c2b76a;
	text-decoration: underline; 
}

a:visited {
	color: #c2b76a;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

.title {
	text-align: center;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.leftHalf {
	float: left;
	width: 450px;
	margin-right: 50px;
	margin-bottom: 20px;
}

.leftHalf img, .rightHalf img {
	margin-bottom: 20px;
}

.rightHalf {
	float: right;
	width: 450px;
	margin-left: 50px;
	margin-bottom: 20px;
}

.leftQuarter {
	float: left;
	width: 25%;
	margin:0 auto;
}

.rightQuarter {
	float: left;
	width: 25%;
	margin:0 auto;
}

.middleHalf {
	float: left;
	width:50%;
	margin:0 auto;
}

.homeHalf {
	float: left;
	width:50%;
	margin:0 auto;
}

.content {
	padding: 10px 0;
}

p.button {
	width:400px;
	margin-right:auto;
	margin-left:auto;
}

p.button a{
	width:400px;
	height:64px;
	background-color: #9e8a54;
	-webkit-border-radius: 22px;
		-moz-border-radius: 22px;
			border-radius: 22px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #101a44;
	text-decoration:none;
	font-size:40px;
	display:inline-block;
}

p.button a:hover {
	background-color:#caba80;
}

.viewTheManuscriptsButton {
	display:block;
	width:400px;
	height:63px;
	margin:auto;
}
.viewTheManuscriptsButton a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(../images/home/ViewTheManuscriptsButton.png) no-repeat top left;
	outline:none;
}
.viewTheManuscriptsButton a:hover {
	background-position:0 -63px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#introductionColumns {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	margin-bottom: 20px;
}

#introductionColumns h1, h2, h3, ol li {
	color: #c2bca6;
	margin: 0px;
}

.svg {
	display: inline-block;
}

.row {
	margin-top: 35px;
    display: flex;
}

.column {
    flex: 50%;
}