/* Font */

/* Positioning */
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: georgia, 'times new roman', serif;
	font-style: normal;
	font-weight: 500;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	background-color: #993399;
	text-decoration: none;
}
#content {
	height: 100%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}


#main-logo {
	width: 100%;
	height: 550px;
	margin-top: 3em;
}
#main-logo-image {
	width: 550px;
	height: 550px;
	text-align: center;
	float: left;
}
#main-logo-image img {
	max-width: 400px;
}
#main-logo .main-text {
	width: 550px;
	height: 550px;
	float: left;
	vertical-align: middle;
	font-size: 60px;
	text-align: left;
	font-weight: bold;
}
#main-logo .main-text p:nth-child(2) {
	font-size: 46px;
}
#main-logo .main-text p:last-child {
	font-size: 32px;
	font-weight: normal;
}

#main-contact {
	width: 100%;
	margin-bottom: 3em;
	clear: both;
}
.second-text {
	width: 550px;
	font-size: 2em;
	text-align: right;
	float: left;
	
}
#second-image {
	width: 550px;
	text-align: center;
	float: right;
}
#second-image img {
	width: 400px;
}


#about {
	width: 100%;
	color: #ffffff;
}
#about h2, #about p, #about li {
	color: #ffffff;
}
#about p, #about li {
	font-size: 20px;
}
#about li {
	line-height: 1.5em;
}

/* Main Colours */
body {
	background: linear-gradient(to bottom, #663399 0%, #333399 100%);
	background-attachment: fixed;
}
#main-logo {
	background-color: transparent;
	color: #ffffff;
}
#main-logo-text {
	font-style: normal;
	font-weight: 500;
	color: #545454;
	font-size: 20pt;
}


@media screen and (max-width: 600px) {
	#content {
		width: 100vw;
		margin: 0px;
		padding: 0px;
	}

	#main-logo {
		width: 100%;
		text-align: center;
		height: 100vw;
		margin: 0px;
		padding: 0px;
	}
	#main-logo-image {
		width: 100%;
		height: auto;
		display: inline-block;
		margin: 0px;
		padding: 0px;
	}
	#main-logo-image img {
		width: 95vw;
		height: 95vw;
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
	#main-logo .main-text {
		width: 100%;
		height: auto;
		display: inline-block;
		font-size: 50px;
		text-align: center;
		font-weight: bold;
	}
	#main-logo .main-text p:nth-child(2) {
		font-size: 40px;
	}
	#main-logo .main-text p:last-child {
		font-size: 24px;
		font-weight: normal;
	}
	
	#about {
		width: 100%;
		font-size: 2em;
		margin-top: 3em;
		text-align: center;
		clear: both;
	}
	#second-image {
		width: 100%;
		height: auto;
		text-align: center;
		display: inline-block;
	}
	#second-image img {
		width: 95vw;
		height: 95vw;
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
	#about p {
		width: 100%;
		padding-left: 1em;
		padding-right: 1em;
		text-align: left;
	}
	#about ul, #about ul li {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
	}
}