/*! HTML5 Boilerplate v5.1.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.
 */

/* ==========================================================================
   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
   ========================================================================== */


@font-face {
    font-family: 'latin_modern_roman10_regular';
    src: url('fonts/lmroman10-regular-webfont.eot');
    src: url('fonts/lmroman10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmroman10-regular-webfont.woff') format('woff'),
         url('fonts/lmroman10-regular-webfont.ttf') format('truetype'),
         url('fonts/lmroman10-regular-webfont.svg#latin_modern_roman10_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'latin_modern_roman10_italic';
    src: url('fonts/lmroman10-italic-webfont.eot');
    src: url('fonts/lmroman10-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmroman10-italic-webfont.woff') format('woff'),
         url('fonts/lmroman10-italic-webfont.ttf') format('truetype'),
         url('fonts/lmroman10-italic-webfont.svg#latin_modern_roman10_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}












/* ==========================================================================
   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;
}

/* Nathan added */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body, html {
   background: #f1f1f1;
   height: 100%;
   width: 100%;
   margin:0px;
   padding:0px;
}

#container {
  margin: 0 auto;
  padding: 0;
  height: 100%;
  height: auto !important;
  min-height: 100%;
  background-color: #f1f1f1;

}


#left-rule {
  width: 10px;
  bottom: 20px;
  top: 20px;
  left: 20px;
}

#right-rule {
  width: 10px;
  bottom: 20px;
  top: 20px;
  right: 20px;
}


#bottom-rule {
  height: 10px;
  bottom: 20px;
  right: 20px;
  left: 20px;
}

#top-rule {
  height: 10px;
  top: 20px;
  right: 20px;
  left: 20px;
}


#bottom-rule, #top-rule, #left-rule, #right-rule {
	position: fixed;
	background-color: #FFF;
	z-index: 1;
}

#main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 80px;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
}

#header {
  width: 50%;
  position: relative;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translateX(-50%) translateY(0);
  margin: 100px 0px;
  text-align: center;
}

#name {
  width: 100%;
  height: auto;
  /* border-bottom: 18px solid #000; */
  font-family: "freight-display-pro", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: .1em;
    text-align: center;
}

#name a{
	text-decoration: none;
	color: #000;
}

#coming {
  font-family: "freight-display-pro", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  margin-top: 5px;
  text-align: center;
}

#hello {
	position:fixed;
	width:250px;
	height:20px;
	top: 70px;
	left:50%;
	margin:-10px 0 0 -125px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:regular;
	font-size:14px;
}

#hello a{
	text-decoration: none;
	font-weight:regular;
	font-size:14px;
	color:#000;
	padding-right: 25px;
}

#hello a:hover {
	background-color: #000;
}

#menu{
	position: relative;
    list-style:none;
    margin:0px;
    padding:0px;
    text-align:center;
    z-index: 2;
    padding-top:70px;
}

#menu ul{
	padding: 0px;
	margin:0px;
}

#menu li{
    display:inline;
	padding:10px;
}
#menu a{
    display:inline-block;
    font-family: "freight-sans-pro",sans-serif;
	font-weight:400;
	font-size:14px;
	text-decoration: none;
	letter-spacing: .2em;
	text-transform: uppercase;
	color:#000;
	border-bottom: 2px solid #ff6066;
	line-height: 20px;
}



#active a{
  color: #ff6066;
}

.spacer {
  clear: both;
  height: 30px;
}


.testtitle {
  position: relative;
  margin: 20px 0px 0px;
}

.form {
  position: relative;
  margin: 0px 0px 0px;
    color: #6E6E6E;
}

.form img{
   max-width:100%;
max-height:100%;
}

.required {
  color: rgb(196,59,29);
}

.details {
  position: relative;
  margin: 0px 0px 0px;
  text-align: center;
    color: #6E6E6E;
}

.details p {
  font-family: "freight-sans-pro",sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: none;
  letter-spacing: .4px;
  margin: 0 0 20px;
  color: #6E6E6E;
}

.details img{
   max-width:100%;
max-height:100%;
}

.horizontalRule {
	clear:both;
    width:auto;
    background-color:#d1d1d1;
    height:1px;
    margin:20px 0px;
}

.horizontalRuleWide {
	clear:both;
    width:auto;
    background-color:#f1f1f1;
    height:5px;
    margin:30px 0px 50px;
}

H1 {
  color: #000000;
  cursor: auto;
  display: inline;
  font-family: "freight-sans-pro",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  height: auto;
  letter-spacing: .1em;
  line-height: 24.5px;
  text-transform: uppercase;
  margin-bottom:16px;
}



H3 {
	font-size: 30px;
	line-height: 38px;
	color: #1c1c1c;
  font-family: "freight-sans-pro",sans-serif;
	  font-style: normal;
  font-weight: 300;
  margin: 20px 0;
}

H4 {
	font-size: 24px;
	line-height: 28px;
	color: #1c1c1c;
    font-family: "freight-display-pro", serif;
    font-style: normal;
    font-weight: 300;
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: .1em;
}

H5 {
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  margin: 0px;
}

.spread {
    letter-spacing: .1em;
}

  /* Two column */

.columnsContainer {
	position: relative;
	width: 85%;
	margin: 30px auto 0px;
	background: #fff;
	clear: both;
	padding: 20px;
	}

 .rightColumn {
	padding: 0px;
	 }

.leftColumn {
	padding: 20px 0 0;
}

.leftColumn, .rightColumn { margin-bottom: 0px; }

.leftColumn p, .rightColumn p {
  font-family: "freight-sans-pro",sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: none;
  letter-spacing: .4px;
  margin: 0 0 20px;
  color: #6E6E6E;
  }

.leftColumn p a, .rightColumn p a{
  text-decoration: none;
  	border-bottom: 1px solid #ff6066;
  	color: #6E6E6E;
  }

  /* map */


    #x-n-map {
        height:420px;
    }
    .gm-style-iw * {
        display: block;
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
    .gm-style-iw a {
        color: #4272db;
    }






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

@media screen and (min-width: 760px ) {
  .leftColumn { float: left; margin-right: 20px; width: 360px; padding: 20px 0px 0;}
	.rightColumn { float: left; top: 0; right: 0; width: 360px; padding: 20px 0px 0;}
	.columnsContainer { width: 780px; margin-bottom: 20px}
	.spacer { clear: both; height: 70px;}
}
}


@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (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;
    }
}
