body {
	/*Middle colour fallback*/
	background-color:#6abff7;
	background-image: linear-gradient(#7acaff, #41acf2);
	background-attachment: fixed;
	color:#77746b;
	font-family: 'Calibri', sans-serif;
	font-size:20px;
	line-height:1.5em;
	
}
@font-face {
    font-family: HeaderFont;
    src: url("img/LemonMilk.otf");
}
a {
	color: #333;
}
a:hover {
	color: #666;
}
div {
	border: 0;
	margin: 0;
	padding: 0;
}
.center {
    text-align: center;
	width: 100%;
}
.centerIcons{
	margin-left:auto; 
	margin-right:auto;
	max-width: 706px;
	width: 100%;
}
.biggestImage {
	max-width: 700px;
	width: 100%;
	border-radius: 0.4em;
}
.biggestText {
	font-family: 'HeaderFont', sans-serif;
	color: #10141f;
	font-size: 80px;
	line-height:1.3em;
	display:inline-block;
	text-transform: uppercase;
	text-shadow:#fefefe -1px 1px 0,
	#fefefe -2px 2px 0,
	#0fa0ff -3px 3px 0,
	#19557d -4px 4px 0;
}
.titles {
	text-transform: uppercase;
	font-family: 'HeaderFont', sans-serif;
	font-size: 2em;
}
.titles, .titles a, .blogTitles a {
	margin: 0;
	color: #334;
	line-height:1.3em;
	text-decoration: none;
}
.titles a:hover,  .blogTitles a:hover {
	color: #39a7e3;
}
.blogTitles {
	margin-left: 20px;
	font-size: 1.5em;
}
#logo {
	max-width: 100%;
	max-height: 70px;
	width: auto;
	height: auto;
	vertical-align:top;
	position: relative;
	top: 16px;
	padding-bottom: 16px;
}
.container {
	min-height: 100vh;
}
.banner {
	text-align: center;
}
.tophead {
	width:100%;
	font-family: 'HeaderFont', sans-serif;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #eee;
	background-color:#000;
	text-transform: uppercase;
	text-align: right;
	padding: 0.2em;
	box-sizing: border-box;
}
.tophead a{
	color: #eee;
	text-decoration:none;
}
.tophead a:hover{
	color: #39a7e3
}
.section {
	width: 90vw;
	max-width: 900px;
	margin: 0 auto;
	border-radius: 0.4em;
	box-sizing: border-box;
}
.major {
	background-color:#fff;
	padding: 10px 30px
}
.inbetweener {
	min-height:20px;
}
.postmetadata {
	font-size: 15px;
}
.mybutton {
	background-color: #fff;
	font-family: 'HeaderFont', sans-serif;
	text-transform: uppercase;
	border-radius: 0.4em;
	padding: 0.5em;
	line-height: 3em;
	letter-spacing: 1px;
	color: #333;
	text-decoration:none;
}
.mybutton:hover {
	background-color: #fff;
	color: #666;
}
.inversebutton {
	background-color:#000;
	color: #eee;
}
.inversebutton:hover {
	background-color:#000;
	color: #39a7e3;
}
.twitterButton {
	background-color:#1DA1F2;
	color: #fff;
}
.twitterButton:hover {
	background-color:#71c9f8;
	color: #fff;
}
.bottomhead {
	width:100%;
	color: #ccc;
	font-size: 0.75em;
	background-color:#000;
	text-align: center;
	line-height: 2em;
	box-sizing: border-box;
}
.bottomhead a{
	color: #ccc;
	text-decoration: underline;
}
.bottomhead a:hover{
	color: #39a7e3
}
.fronticons {
	max-width: 230px;
	width: 100%;
	border-radius: 0.4em;
}

/* MailChimp */
#mc_embed_signup {
	/*background:#fff; */
	clear:left; 
	/*font: 0.7em Helvetica,Arial,sans-serif;
	width:100%;
	text-transform: uppercase !important;*/
}
#mc_embed_signup .button {
	border: 2px solid #ccc;
	border-radius: 0.3em;
}
#mc_embed_signup input.email, #mc_embed_signup .button {
	border-radius: 0.3em;
}

.twitter {
	font-size: 0.7em;
}