acronym, applet, bgsound, big, blink, center, dir, font, frame, frameset, listing, marquee, nobr, plaintext, spacer, strike, tt, xmp {
	display: none;
	height: 0;
	width: 0;
	visibility: hidden;
}

a, abbr, address, area, article, aside, audio, b, bdi, bdo, blockquote, body, br, button, canvas, caption, cite, code, col, colgroup, data, datalist, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, input, ins, kbd, keygen, label, legend, li, link, main, map, mark, menu, meter, nav, object, ol, optgroup, option, output, p, param, pre, progress, q, rp, rt, ruby, s, samp, section, select, small, span, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, var, video, wbr {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	box-sizing: border-box;
}

ol, ul {
	list-style: none;
}

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

strong {
	font-weight: 600;
}

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

blockquote, q {
	quotes: none;
}

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

em {
	font-style: italic;
}

img {
	-ms-interpolation-mode: bicubic;
}

a {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

::selection {
	background: #0c8fc9;
	color: #fff;
}
::-moz-selection {
	background: #0c8fc9;
	color: #fff;
}
::-webkit-selection {
	background: #0c8fc9;
	color: #fff;
}

.clear {clear: both;}
.group:after {content:"";display:table;clear:both;}
.left {float: left;}
.right {float: right;}
.hide {display: none;}

body {
	background-image: url('../img/5J_background.jpg');
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg', sizingMethod='scale')";
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
}

.overlay {
	background-color: rgba(0,0,0, 0.25);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}

#logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	margin: -140px 0 0 -300px;
}
#logo img {
	width: 100%;
}
#logo .tag {
	color: #FFF;
	text-align: center;
	font-style: italic;
	font-size: 2.0em;
	font-weight: 300;
}


.shadow {
    -webkit-filter: drop-shadow( 10px 10px 10px #333 );
            filter: drop-shadow( 10px 10px 10px #333 );
}


@media only screen and (max-width : 768px) {
	
	#logo {
		position: absolute;
		width: 80%;
		margin: -25% 0 0 -40%;
	}
	#logo .tag {
		font-size: 1.8em;
	}
}
