/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

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

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

img {
    vertical-align: middle;
}

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


/* ===== Initializr Styles ===(edited-al al@rectiform.com)===================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('../fonts/helveticaneue-medium.eot');
    src: url('../fonts/helveticaneue-medium.eot') format('embedded-opentype'),
         url('../fonts/helveticaneue-medium.woff') format('woff'),
         url('../fonts/helveticaneue-medium.ttf') format('truetype'),
         url('../fonts/helveticaneue-medium.svg#HelveticaNeueMediumRegular') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueMedium';
	font-style: italic;
    src: url('../fonts/helveticaneue-mediumitalic.eot');
    src: url('../fonts/helveticaneue-mediumitalic.eot') format('embedded-opentype'),
         url('../fonts/helveticaneue-mediumitalic.woff') format('woff'),
         url('../fonts/helveticaneue-mediumitalic.ttf') format('truetype'),
         url('../fonts/helveticaneue-mediumitalic.svg#HelveticaNeueMediumItalic') format('svg');
}

@font-face {
    font-family: 'walsheim-thin';
    src: url('../fonts/gt-walsheim-thin-web.ttf');
}

@font-face {
    font-family: 'walsheim-thin-oblique';
    src: url('../fonts/gt-walsheim-thin-oblique-web.ttf');
}


html {
	font-size: 62.5%;
}

body {
    font-family: "walsheim-thin", Helvetica, Helvetica Neue, Arial;
	font-size: 16px; font-size: 1.6rem;
	line-height: 26px; line-height: 2.6rem;
	color: white;
	background-color: #333333;
	cursor: url("../img/cursor_92.png"),
		url("../img/cursor_32x32s.cur"),
		url("img/cursor_32x32s.cur"), auto;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
}

p, blockquote {
	margin: 0;
}

address {
	text-decoration: none;
	font-style: normal;
}

a {
	text-decoration: none;
	color: white;
	cursor: url("../img/cursor_92.png"),
		url("../img/cursor_32x32s.cur"),
		url("img/cursor_32x32s.cur"), auto;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
	border-bottom: 0.2rem solid white;
}

a:hover {
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
	border-bottom: 0.4rem solid white;
}

#mapwrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#map {
	height: 100%;
	width: 100%;
	color: black;
}

.main-container {
	word-wrap: break-word;
}

/* ==============
    MOBILE: Main (0-599px width)
   ============== */

#background-gradient {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -10;
	-webkit-transition: opacity 7s;
    -moz-transition: opacity 7s;
    -o-transition: opacity 7s;
    transition: opacity 7s;
}

#background-gradient ul {
	display: none;
	visibility: hidden;
}

blockquote {
    font-family: 'walsheim-thin-oblique';
	padding-top: 1.8rem;
}

.main-container {
	/*font-size: 1.8rem;*/
	font-size: 2.3rem;
	/*line-height: 3.0rem;*/
	line-height: 3.6rem;
	text-transform: uppercase;
	text-align: center;
}

a {
	/*border-bottom: 0.7rem solid white;*/
	border-bottom: .1rem solid white;
}

a:hover {
	/*font-size: 2.1rem;*/
	font-size: 2.8rem;
	/*line-height: 2.4rem;*/
	line-height: 3rem;
	border-bottom: .2rem solid white;
}

.main {
    padding: 10px 0;
}

#map a {
	color: black;
	border-bottom: 0.1rem solid black;
	cursor: inherit;
}
#map a:hover {
	border-bottom: 0.2rem solid black;
	font-size: inherit;
	line-height: inherit;
	cursor: inherit;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 600px) {

/* =============
    INTERMEDIATE (600-767px width)
   ============= */


	blockquote {
		padding-top: 5.5rem;
	}
   .main-container {
		font-size: 5.5rem;
		line-height: 8.5rem;
	}

	a {
		/*border-bottom: 0.4rem solid white;*/

		border-bottom: 0.2rem solid white;
	}
	
	a:hover {
		font-size: 6.7rem;
		/*line-height: 5.2rem;*/

		line-height: 5.5rem;
		border-bottom: 0.4rem solid white;
	}

   
   
   
}

@media only screen and (min-width: 768px) {

/* =====
    WIDE (768-1239px width)
   ===== */
   

	blockquote { /* 6.8-7.3 */
		padding-top: 7.3rem;
	}
   .main-container {
		font-size: 7.3rem;
		line-height: 11rem;
	}

	a {
		/*border-bottom: 0.7rem solid white;*/
	
		border-bottom: 0.2rem solid white;
	}
	a:hover {
		font-size: 8.9rem;
		line-height: 9.4rem;
		/*border-bottom: 1.0rem solid white;*/
		border-bottom: .5rem solid white;

	}

   
}

@media only screen and (min-width: 1240px) {

/* ===============
    Maximal Width (1240px+ width)
   =============== */

    .wrapper {
        margin: 0 auto;
    }
	
	blockquote { /* 7.3- */
		padding-top: 8.3rem;
	}
	
   .main-container {
   		/*font-size: 8.3rem;*/
   		font-size: 10.3rem;
		/*line-height: 11rem;*/
		line-height: 13.5rem;

	}

	a {
		/*border-bottom: 0.7rem solid white;*/

		border-bottom: 0.5rem solid white;
	}
	a:hover {
		/*font-size: 9.2rem;*/
		font-size: 11.2rem;
		/*line-height: 10.1rem;*/
		line-height: 12.1rem;

		/*border-bottom: 1.0rem solid white;*/
		border-bottom: .8rem solid white;
	}


	
}




/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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



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

    @page {
        margin: 0.5cm;
    }

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

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