/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.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
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * 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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio, canvas, 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;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Fonts */

@font-face {
    font-family: 'Avenir Next Heavy';
    src: url('../fonts/AvenirNext-Heavy.eot');
    src: url('../fonts/AvenirNext-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNext-Heavy.woff') format('woff'), url('../fonts/AvenirNext-Heavy.ttf') format('truetype'), url('../fonts/AvenirNext-Heavy.svg#2ed99a83bb26357490cd9dffcc988cd9') format('svg');
}
@font-face {
    font-family: 'Avenir Next Bold';
    src: url('../fonts/AvenirNext-Bold.eot');
    src: url('../fonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNext-Bold.woff') format('woff'), url('../fonts/AvenirNext-Bold.ttf') format('truetype'), url('../fonts/AvenirNext-Bold.svg#92550229aad14ffa2dc273e49410d17e') format('svg');
}
@font-face {
    font-family: 'Avenir Next Medium';
    src: url('../fonts/AvenirNext-Medium.eot');
    src: url('../fonts/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNext-Medium.woff') format('woff'), url('../fonts/AvenirNext-Medium.ttf') format('truetype'), url('../fonts/AvenirNext-Medium.svg#5ff54762f5b331a06e3ae1fbf17e8ff4') format('svg');
}
@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia Italic.eot');
    src: url('../fonts/Georgia Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Georgia Italic.woff') format('woff'), url('../fonts/Georgia Italic.ttf') format('truetype'), url('../fonts/Georgia Italic.svg#992e96d3a0d977312ced51921b674af8') format('svg');
}
html {
    font-size: 100%;
    font-weight: 400;
    line-height: 1.4;
}
body, html {
    height: 100%;
    padding: 0;
    background-color: #fffff;
    color: #1c1c1c;
}
#main {
    position: relative;
    width: 100%;
    height: 100%;
}
.content {
    margin: 0 auto;
    padding-top: 33px;
    width: 620px;
    text-align: center;
}
.content .logo {
    margin: 0 auto;
    width: 316px;
    height: 120px;
}
.content .logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.content .logo .label {
    font-family: "Avenir Next";
    text-transform: uppercase;
    font-size: 1.125em;
}
.content p {
    padding: 0;
    margin: 0;
}
.content p.presentation {
    margin-top: 85px;
    font-family: "Avenir Next Medium";
    font-size: 1.875em;
}
.content p.description {
    margin-top: 10px;
    font-family: "Georgia";
    font-size: 1.125em;
    font-style: italic;
}
.content p.coming-soon {
    margin-top: 65px;
    font-family: "Avenir Next Medium";
    font-size: 2.500em;
    text-transform: uppercase;
}
.content p span {
    display: block;
}
.content .btn {
    margin: 50px auto;
    width: 309px;
    height: 68px;
    background-color: #1c1c1c;
    text-align: center;
}
.content .btn a {
    display: block;
    font-family: "Avenir Next Medium";
    font-size: 1.125em;
    line-height: 68px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 33px;
    border-bottom: 17px solid #1c1c1c;
}
#footer .wrapper {
    margin: 0 auto;
    width: 980px;
    height: 100%;
}
#footer .wrapper ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer .wrapper ul li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    height: 12px;
    font-family: "Avenir Next";
    font-size: 0.750em;
    line-height: 12px;
    border-right: 1px solid #1c1c1c;
}
#footer .wrapper ul li:last-child {
    border-right: none;
}
#footer .wrapper .copyright {
    float: right;
    font-family: "Avenir Next bold";
    font-size: 1.000em;
    font-weight: bold;
    text-transform: uppercase;
}
/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

@media only screen and (max-height: 800px) {
    #main {
        min-height: 700px;
    }
    .content {
        padding-top: 13px;
    }
    .content p.presentation {
        margin-top: 65px;
    }
    .content p.description {
        margin-top: 5px;
    }
    .content p.coming-soon {
        margin-top: 45px;
    }
}
@media only screen and (max-width: 1000px) {
    #footer .wrapper {
        width: 600px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    #main {
        min-height: 480px;
    }
    .content {
        padding-top: 20px;
        width: 300px;
    }
    .content .logo {
        width: 250px;
    }
    .content p.presentation {
        margin-top: 10px;
        font-size: 0.938em;
    }
    .content p.description {
        margin-top: 10px;
        font-size: 0.875em;
    }
    .content p.coming-soon {
        margin-top: 25px;
        font-size: 1.125em;
    }
    .content p span {
        display: inline;
    }
    .content .btn {
        margin: 25px auto;
        width: 250px;
        height: 58px;
    }
    .content .btn a {
        line-height: 58px;
    }
    #footer {
        height: 40px;
        border-bottom: 5px solid #1c1c1c;
    }
    #footer .wrapper {
        width: 300px;
        text-align: center;
    }
    #footer .wrapper ul {
        float: none;
    }
    #footer .wrapper ul li {
        height: 12px;
        font-size: 0.500em;
        line-height: 12px;
    }
    #footer .wrapper .copyright {
        float: none;
        font-size: 0.563em;
    }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
    #main {
        min-height: 500px;
    }
    .content {
        padding-top: 20px;
        width: 400px;
    }
    .content .logo {
        width: 250px;
    }
    .content p.presentation {
        margin-top: 10px;
        font-size: 0.938em;
    }
    .content p.description {
        margin-top: 10px;
        font-size: 0.875em;
    }
    .content p.coming-soon {
        margin-top: 30px;
        font-size: 1.125em;
    }
    .content p span {
        display: inline;
    }
    .content .btn {
        margin: 30px auto;
        width: 250px;
        height: 58px;
    }
    .content .btn a {
        line-height: 58px;
    }
    #footer {
        border-bottom: 10px solid #1c1c1c;
    }
    #footer .wrapper {
        width: 550px;
    }
    #footer .wrapper ul li {
        font-size: 0.500em;
    }
    #footer .wrapper .copyright {
        padding-top: 7px;
        font-size: 0.563em;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #main {
        min-height: 600px;
    }
    .content {
        padding-top: 20px;
    }
    .content p.presentation {
        margin-top: 40px;
    }
    .content p.description {
        margin-top: 10px;
    }
    .content p.coming-soon {
        margin-top: 20px;
    }
    .content .btn {
        margin: 20px auto;
        width: 250px;
        height: 58px;
    }
    .content .btn a {
        line-height: 58px;
    }
    #footer {
        height: 40px;
        border-bottom: 5px solid #1c1c1c;
    }
    #footer .wrapper {
        width: 950px;
    }
}
