@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:300,300italic|Great+Vibes|Cinzel:700,400);

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/*
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, font, 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, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
*/

html, body {
	overflow-x: hidden !important;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	background-color: #222222;
	color: #EEEEEE;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
}

h1, h2, h3, h4, h5 {
	font-family: 'Great Vibes', cursive;
}

h2 {
	color: #FFFFFF;
}

a {
	text-decoration: none;
	border-style: none;
}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #88FF88;
}

a:active {
	color: #00FF00;
}

.navtrigger {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

/*
.navtrigger:hover + label {
	background-image: url("/img/menuhl.png");
	background-size: contain;
}
*/

.navtrigger:checked ~ .navigation {
	left: 0;
}

.navtrigger:checked ~ .sitewrap {
	left: 200px;
	box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.7);
}

.navtrigger:checked ~ .sitewrap > .header {
	position: fixed;
	top: 0;
	left: 199px;
	box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.7);
}

.navtrigger:checked + label {
	position: fixed;
	top: 12px;
	left: 212px;
}

.navtrigger + label, .sitewrap, .header{
	transition: top 0.2s;
	-webkit-transition: top 0.2s;
	-moz-transition: top 0.2s;
	-o-transition: top 0.2s;
	transition: left 0.2s;
	-webkit-transition: left 0.2s;
	-moz-transition: left 0.2s;
	-o-transition: left 0.2s;
}

label[for="navtrigger"] {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background-image: url("/img/menu.png");
	background-size: contain;
}

.navigation {
	background-color: #111111;
	color: #FFFFFF;
	width: 200px;
	height: 100%;
	list-style: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: -200px;
	z-index: 0;
	font-size: 1.25em;
}

.navigation a {
	text-decoration: none;
	font-family: 'Cinzel', serif;
	border-style: none;
}

.navigation a:link {
	color: #FFFFFF;
}

.navigation a:visited {
	color: #FFFFFF;
}

.navigation a:hover {
	color: #88FF88;
}

.navigation a:active {
	color: #00FF00;
}

.navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.navigation ul li {
	margin: 1.2em 1em;
	float: none;
}

.sitewrap {
	background-color: #111111;
	min-width: 100%;
	min-height: 100%;
	position: relative;
	top: 0;
	bottom: 100%;
	left: 0;
	z-index: 1;
}

.container {
	background: #111111;
	background: rgba(17, 17, 17, 0.8);
	width: 100%;
	padding: 2em 0;
	border-color: #DDDDDD;
	border-style: solid none;
	border-width: 1px;
}

.container.title {
	min-height: 100px;
	padding: 0;
}

.container.title h1 {
	color: #EEEEEE;
	padding: 0;
	font-size: 2.5em;
	text-shadow: 0 0 .25em rgba(0, 0, 0, 0.8);
}

.container.picture {
	background-attachment: scroll;
	background-color: #000000;
	background-position: 0 0;
	background-repeat: no-repeat;
  background-size: cover;
}

.container.picture1 {
	background-image: url("/img/bg1.jpg");
}

.container.picture2 {
	background-image: url("/img/bg2.jpg");
}

.container.picture3 {
	background-image: url("/img/bg3.jpg");
}

.container.picture4 {
	background-image: url("/img/bg4.jpg");
}

.container.picture5 {
	background-image: url("/img/bg5.jpg");
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
				
  /* Set up proportionate scaling */
	width: 100%;
	height: auto;
					
  /* Set up positioning */
  position: fixed;
	top: 0;
	left: 0;

	z-index: -1;
}

.header {
	background-color: #9900DF;
	height: 56px;
	padding: 0 !important;
	margin: 0;
}

.footer {
	background-color: #222222;
	color: #888888;
	padding: 0;
	font-size: 0.75em;
}

.content {
	width: 960px;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.5em;
}

.iconimage {
	position: relative;
	padding: 0 0 0 64px;
	margin: 0 auto -4em auto;
}

.iconholder3 {
	padding: 0 0 0 8%;
	margin: 0 auto -2em auto;
}

.iconimage3 {
	width:31%;
	max-width: 256px;
	height: auto;
	padding: 0;
}

.icontext {
	position: relative;
	/*top: -3em;*/
}

.icontext3 {
	position: relative;
	/*top: -2em;*/
}

.logo {
	width: auto !important;
	height: 56px;
	margin: 0 auto;
	padding: 4px 0 0 0;
	float: none;
	color: #00FF00;
	font-size: 0.75em;
}

.logopic {
	display: none;
}

.carta {
	background: #EEEEDD;
	color: #111111;
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	font-family: 'Great Vibes', cursive;
	font-size: 1.5em;
	box-shadow: 0 0 25px #90D;
	-moz-box-shadow: 0 0 25px #90D;
	-webkit-box-shadow: 0 0 25px #90D;
}

.carta a {
	border-bottom: 1px solid black;
}

.carta a:link {
	color: #9900DF;
}

.carta a:visited {
	color: #9900DF;
}

.carta a:hover {
	color: #88FF88;
}

.carta a:active {
	color: #00FF00;
}

.carta .boxtext {
	width: 90%;
	height: 80%;
	margin: 10% auto;
}

.socialbar {
}

.socialicon {
}

.mobsoclink {
	display: inline;
}

.sociallink {
	display: none;
}

.snapchatlink {
	display: inline;
}

.snapchatsection {
	display: none;
}

.soc_fb {
	background: url("/img/soc_fb.png");
	background-size: contain;
	width: 43px;
	height: 43px;
	padding: 0;
	margin: 0 auto;
}

.soc_fb:hover {
	background: url("/img/soch_fb.png");
	background-size: contain;
}

.photocaption {
	width: 320px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.caption {
	font-size: 0.75em;
	font-style: italic;
}

.circle {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.floatleft {
	float: left;
}

.fullwidth {
	width: 100%;
	height: auto;
}

#lightbox {
	background: url("/img/overlay.png");
	width: 100%;
	height:100%;
	position: fixed;
	top: 0;
	left; 0;
	text-align: center;
	z-index: 101;
}

#lightbox p {
	cursor: pointer;
	font-size: 1.5em;
}

#lightbox img {
	max-width: 80%;
	max-height: 80%;
	margin: 0 auto;
	overflow: auto;
	
	box-shadow: 0 0 25px #111;
	-moz-box-shadow: 0 0 25px #111;
	-webkit-box-shadow: 0 0 25px #111;
}

#lbcontent {
	width: 100%;
	height: 100%;
}

#lbtitle {
	position:absolute;
	bottom:0;
	left:25%;
	width:50%;
}

form {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

input[type=text], textarea {
	color: #111111;
	width: 100%;
	border: 1px solid #CCC;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-family: sans-serif;
	font-size: 0.75em;
}

.field-title {
	text-align: left;
	font-size: 0.75em;
}

.field {
	width: 100%;
	margin: 0 0 1em 0;
}

.field label {
	font-size: 0.5em;
}

.whole-name {
	width: 100%;
}

.first-name {
	width: 48%;
	float: left;
}

.last-name {
	width: 48%;
	float: right;
}

.form-message {
	width: 100%;
	height: 10em;
}

.submit-button {
	background: #FFFFFF;
	color: #111111;
	padding: 0.25em 0.5em;
	border-width: 0;
}

.error {
	color: #FF0000 !important;
	font-family: sans-serif;
	font-size: 0.8em;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* Style adjustments for viewports that meet the condition */
/*@media only screen and (min-width: 35em) {*/
@media only screen and (min-width: 770px) {

	.logo {
		height: 72px;
		float: none;
	}

	.logosmall {
		display: none !important;
	}

	.logopic {
		display: block;
		margin: 0 auto;
	}
	.navtrigger + label {
		display: none !important;
	}

	.navigation {
		background: none;
		width: 55% !important;
		width: 26em !important;
		height: 64px !important;
		position: absolute;
		top: 72px;
		left: 50%;
		margin-left: -13em;
		z-index: 3;
	}

	.navigation ul li {
		margin: 0 0.5em;
		float: left;
	}

	.sitewrap {
		left: 0 !important;
		box-shadow: none !important;
	}

	.header {
		height: 72px;
		height: 100px;
		position: relative !important;
		left: 0 !important;
		/*box-shadow: none !important;*/
	}

	.container.picture {
		background-attachment: fixed;
	}

	.container.title h1 {
		padding: 0.5em 0;
		font-size: 3em;
	}

	.iconholder3 {
		margin: 0 auto -4em auto !important;
	}

	/*
	.icontext3 {
		top: -3em;
	}
	*/

	.submit-button:hover {
		background: #FFAA22;
	}

	.mobsoclink {
		display: none;
	}

	.sociallink {
		display: inline;
	}

	.snapchatlink {
		display: none;
	}

	.snapchatsection {
		display: inline;
	}

	.exampleimg {
		width: 25%;
		min-height: 100%;
		float: inherit;
	}

	.exampletext {
		width: 75%;
		min-height: 100%;
		float: inherit;
	}

}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
