@CHARSET "UTF-8";








/*********************** START css reset to reduce browser inconsistencies *****************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
	    line-height: 0em; /* Additional */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*********************** END css reset to reduce browser inconsistencies *****************************/



















/*********************** START Sitewide Structure Setup ***********************/

body {
	width: 100%;
	font-size: 1em;
	box-sizing:border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	
	background-color: black;
	
	 background-image: url("images/dancing-clubbing-in-nightclub.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
		background-position:top;
}

/*
#logo {
	float: left; 
	max-width: 150px; 
	height: auto;
}

#logo-adjustment {
	width: 100%; 
	height: auto;
}
*/
#logo {
	float: left;
    
    height: 100%;
    background-image: url(images/Darkrider-Logo.png);
    width: 100%;
    background-repeat: no-repeat;
    display: block;

}



main {
	clear: both;
	
}

.section-container-1 {
	/* background-color:#ffffff; */
	clear:both;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

.section-container-2 {
	clear:both;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

.section-container-3 {
	background-color:#f6f2f7;
	clear: both;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

.content-centering-wrapper {
	width: 100%;
    margin: auto auto;
    display:block;
    overflow: visible;
	max-width: 940px;
}

.padded-spacing-1 {
	/*padding: 1em;*/
}

/*********************** END Sitewide Structure Setup ***********************/
























/*********************** START general setup of sitewide styles *****************************/

/***** START Typeface and Font settings *****/


html, body, a { 	
	font-family: 'Arial', sans-serif;
   text-decoration:none;
   
	
}

h1 {
	font-size:3.4em; 
	line-height: 1.4em; 
	font-family: 'Arial Black', sans-serif;
}

h2 {
	color: #ffffff; 
	font-size: 1.7em;
	line-height: 1.4em; 
	font-weight: bold;
	font-family: 'Arial Black', sans-serif;
}






h2 {
 overflow: hidden;
 text-align: center;
}
h2:before,
h2:after {
 
 content: "";
 display: inline-block;
 height: 10px;
 position: relative;
 vertical-align: middle;
 width: 50%;
	background-image: url("images/45 degree 10px by 10px white line photoshop pattern.png");
	background-repeat: repeat-x;
}
h2:before {
 right: 0.5em;
 margin-left: -50%;
}
h2:after {
 left: 0.5em;
 margin-right: -50%;
}





#main-image h2 {
	font-size: 1.563em; 
	margin-top: 1.4em; 
}

#main-image-second h2 {
	font-size: 1.563em; 
	margin-top: 1.4em; 
}

h3{
	color: #2f7de1; 
	font-size: 1em;
	font-family: 'Arial Black', sans-serif;
}

p {
	margin-top: 1.4em; 
	color: #ffffff; 
	font-size: 0.875em;
	line-height: 1.4em; 
	text-align: center;
}


a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #414040; }
a:focus { color: #414040; }
a:active { color: #414040; }


.bod a:link, .bod a:visited {
	color: #d2ac33;
}
.bod a:hover, .bod a:focus, .bod a:active { 
	color: #414040;
}


footer ul {
	margin-top: 1.4em;
}

ul li {
	line-height: 1.4em;
}

.alt-colour-text-1 {
	color: white;
}
/***** END Typeface and Font settings *****/



/***** START Formatting options *****/
.text-align-position-1 {
	text-align: left;
}

.text-align-position-2 {
	text-align: center;
}

.text-align-position-3 {
	text-align: right;
}

.top-spacing-1 {
	margin-top: 1em;
}

.top-spacing-2 {
	margin-top: 2em;
}

.top-spacing-3 {
	margin-top: 3em;
}

.top-spacing-4 {
	margin-top: 4em;
}

.top-spacing-5 {
	margin-top: 5em;
}

.top-spacing-6 {
	margin-top: 6em;
}

.bottom-spacing-1 {
	margin-bottom: 1em;
}

.bottom-spacing-2 {
	margin-bottom: 2em;
}

.bottom-spacing-3 {
	margin-bottom: 3em;
}

.bottom-spacing-4 {
	margin-bottom: 4em;
}

.bottom-spacing-5 {
	margin-bottom: 5em;
}

.bottom-spacing-6 {
	margin-bottom: 6em;
}

.subheader {
	font-size: 1.563em;
}

.no-bottom-padding {
	padding-bottom: 0em!important;
}

.no-top-padding {
	padding-top: 0em!important;
}
/***** END Formatting options *****/




#logo-position {
	display: block;
    margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
}




/***** START top navigation ******/

.container {
	width: 100%;
	
	/*background-color: aqua;*/
	margin-top: 3em;
}

.nav{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.nav li{
	-webkit-transform: skew(-12deg);
	   -moz-transform: skew(-12deg);
	     -o-transform: skew(-12deg);
	    margin: 0em 1em 0em 1em;
	

}
.nav li a{
    display:inline-block;
   
    padding-top: 1.1em;
	padding-bottom: 1.1em;
	-webkit-transform: skew(12deg);
	   -moz-transform: skew(12deg);
	     -o-transform: skew(12deg);
	/*font-size: 1.8em;*/
	font-size: 150%;
	font-weight: bold;
	font-family: 'Arial Black', sans-serif;
	width: 100%;
}

.navfloatleft {
	float: left;
	width: 50%;
}

.diagonal {
	background-color: #d2ac33;
	border-top: 3px solid white;
	border-right: 3px solid #323131;
}

.diagonal:hover {
	background-color: #ebc138;
}

/***** END top navigation ******/








/***** START buttons ******/
.button-1 {
	background-color:#2f7de1;
	-moz-border-radius:0.188em;
	-webkit-border-radius:0.188em;
	border-radius:0.188em;
	display:inline-block;
	color:#ffffff !important;
	font-family: 'Arial', sans-serif;
	font-size: 1.250em;
	padding:1em 1em;
	text-decoration:none;
	border:none;
}
.button-1:hover {
	background-color:#ff8041;
}
.button-1:active {
	position:relative;
	top: 0.063em;
}

.button-2 {
	background-color:#ffffff;
	-moz-border-radius:0.188em;
	-webkit-border-radius:0.188em;
	border-radius:0.188em;
	display:inline-block;
	color:#2f7de1 !important;
	font-family: 'Arial', sans-serif;
	font-size: 1.250em;
	padding:1em 1em;
	text-decoration:none;
	border:none;
}
.button-2:hover {
	background-color:#ff8041;
	color: #ffffff !important;
}
.button-2:active {
	position:relative;
	top: 1px;
}
/***** END buttons ******/

/*********************** END general setup of sitewide styles *****************************/


























/*********************** START Homepage specific styles *****************************/


/*********************** END Homepage specific styles *****************************/


























/*********************** START Communicate page specific styles *****************************/



/*********************** END Communicate page specific styles *****************************/
























/*********************** START footer specific styles *****************************/

footer a:link, footer a:visited {
	color: #d2ac33;
}
footer a:hover, footer a:focus, footer a:active { 
	color: #414040;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer li {
	color: white;
	text-align:center;
}

footer .social-media-icons {
	padding-top: 1em;
	padding-bottom: 1em;
}

footer .social-media-icons img {
	padding: 0.625em;
}

footer #copyright-text p {
	font-size: 0.750em;
	color: #808080;
}


footer #link-blocks h2 {
	font-size: 1.6em;
}

footer #link-blocks p, footer #link-blocks li {
	font-size: 0.9em;
}



/*********************** END footer specific styles *****************************/









/* Container holding the image and the text */
.container2 {
    position: relative;
    text-align: center;
    color: white;
	display: inline-block;
	overflow: hidden;
	margin-top: 3em;
	
		
}

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
























/************** START grid layouts **************/
/*
.grid-container {

	clear:both;

    margin: auto auto;
    max-width: 100.000em;
	background-color: red;
	
}

div.fullwidth {
    box-sizing: border-box;
    width: 100%;
    float:left;
    
	
	
}

div.twothirdwidth {
    box-sizing: border-box;
    width: 66.66%;

    float: left;
	padding: 2.813em;
}

div.halfwidth {
    box-sizing: border-box;
    width: 50%;

    float: left;
	padding: 2.813em;
}

div.thirdwidth {
    box-sizing: border-box;
    width: 33.33%;

    float: left;
	padding: 2.813em;
}

div.quarterwidth {
    box-sizing: border-box;
    width: 25%;

    float: left;
	padding: 2.813em;
}
*/
/************** END grid layouts **************/









img {
	max-width: 100%;
	height:auto;
}

#mobile-nav-button {
		display: none;
		float:right;
	}
	
	
	























































































/******************************* START media queries ************************************/



/******************************* END media queries ************************************/






#copyright-text {
	padding-left: 20px;
	padding-right: 20px;
}
