/* oh, lets go back to the start... */
html, body, div, span, applet,
object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none
}

/* Now lets rebuild... */
* {

}
a {
	/* fade link effects on hover */
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	/* ...and now for the proper property */
	transition:.3s;

	text-decoration: none;
	}
::selection {
	background: #96d0ea;
	text-shadow: none;
}
body {
/* 	font-family: 'Open Sans', sans-serif; */
	font-family: Lato, sans-serif;

	}
	h1 {
		font-family: 'Clicker Script', cursive;
		font-size: 50px;
		font-weight: 400;
	}
	p, li {
		font-weight: 300;
		line-height: 25px;
		letter-spacing: 0.5px;
	}

header {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30%;
	min-height: 250px;

	background: url('../img/bkgd.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}
	header.cover {
		height: 100%;
	}
	header>section {
  	max-width: 50%;
		}
		@media screen and (max-width: 600px) {
			header>section {
				max-width: 90%;
			}
		}

	header section.top {
	  align-self: flex-start;
	}
	header section.middle {
		/*nothing, inherit*/
	}
	header section.bottom {
	  align-self: flex-end;
	}

	header section {
		text-align: center;
		}
		header section h1 {
			color: black;
			text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
			}
		header section img {
			height: 40%;
			max-height: 300px;
			margin-left: -10px;
			margin-bottom: 20px;
		}

	a.attract {
		display: inline-block;
		padding: 8px;
		border: 1px solid rgba(255, 255, 255, 0.54) !important;
		color: rgba(255,255,255,0.7) !important;
		font-weight: 300;
		border-radius: 2px;
		font-size: 14px;
		width: 150px;
		text-align: center;
			font-weight: 400;
		}
		a.attract:hover {
			background: rgba(255, 255, 255, 0.1);
			border-color: rgba(255,255,255,0.1) !important;
			color: rgba(255,255,255,0.5) !important;
		}
#andcopy {
	position: fixed;
	bottom: 5px;
	right: 5px;
	color: rgba(255,255,255,0.4);
	font-size: 10px;
}


/* responsive styles */
@media screen and (max-width: 600px) {

	body {
		background-size: cover;
	}

	section#center {
		right: 0px;
		height: auto;
		padding: 30px 30px 30px 30px;
/* 		background-color: rgba(255, 0, 0, 0.55); */
		}

		header h1 {
			font-size: 40px;
		}


	.responsive-nomobile {display: none !important;}
	.responsive-nomobilenotimportant {display: none;}
	.responsive-mobile {display: inherit !important;}
}

/* Medium Screen Rules */
@media screen and (min-width: 601px) and (max-width: 1024px) {

	section#center {
		padding: 30px 30px 30px 30px;
/* 		background-color: rgba(255, 0, 0, 0.55); */
		}

	.responsive-notablet {display: none !important;}
	.responsive-tablet {display: inherit !important;}
}

@media screen and (min-width: 1024px) and (max-width: 1699px){


	.responsive-nodesktop {display: none !important;}
	.responsive-desktop {display: inherit !important;}
}
@media screen and (min-width: 1700px){

	.responsive-nodesktop {display: none !important;}
	.responsive-desktop {display: inherit !important;}
}

@media screen and (max-width: 560px) {
}



/*c5 fixes*/
body div.ccm-page {
	height: 100%;
  display: block;
  position: absolute;
  width: 100%;
}
body.c5_loggedIn div.ccm-page {
	height: calc(100% - 96px) !important;
}
body div.ccm-page .grid-container {
	height: 100%;
  display: block;
  position: absolute;
  width: 100%;
}
