/*
 *
 *  CSS
 *   StairMaster
 *   (c) 2016 Nick Marden Design
 *
 *  Responsive Break Points:
 *   1024px, 768px, 480px
 *
 */

 @charset "utf8";

 /* Import Fonts from CDN */
@import "https://fonts.googleapis.com/css?family=Headland+One|Montserrat:700|Roboto:300";

/* Import Animations */
@import "animate.css";

 /* Setup Icons & Glyphs */

 @font-face {
 	font-family: "glyph-family";
 	src: url("../fonts/stairmaster.eot");
 	src: url("../fonts/stairmaster.eot#iefix") format("embedded-opentype"),
 	   url("../fonts/stairmaster.woff") format("woff"),
 	   url("../fonts/stairmaster.ttf") format("truetype"),
 	   url("../fonts/stairmaster.svg#fontello") format("svg");
 	font-weight: normal;
 	font-style: normal;
 }

 span.glyph {
 	font-family: "glyph-family", serif;
 	font-weight: normal;
 	padding-left: 10px;
 	padding-right: 10px;
 	padding-bottom: 5px;
 	vertical-align: middle;
 	line-height: inherit;
 }

 span.glyph-float {
     float: left;
     font-size: 20px;
     color: #555;
     padding: 0px;
     width: 30px;
     text-align: center;
     margin-right: 10px;
 }

/* HTML Tags */

body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    margin: 0;
}

h1.content {
    font-family: "Headland One", serif;
    font-size: 48px;
    color: #333;
    margin: 0;
    margin-bottom: 25px;
}

p.content {
    color: #555;
    font-size: 16px;
    text-align: justify;
}

h1.header {
    font-family: "Headland One", serif;
    font-size: 48px;
    color: #FFF;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
    margin: 0;
}

h2.contact {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #DDD;
    font-weight: 700;
    text-transform: uppercase;
}

 /* Page Structure */

div.container {
    position: relative;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

div.content {
    position: relative;
    width: 1024px;
    max-width: 90%;
    margin: auto;
}

div.clear {
    clear: both;
}

/* Page Containers */

div#titlebar {
    height: 125px;
    background-color: #FFF;
}

div#titlecard {
    height: 500px;
    background-color: #000;
}

div#page-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

div#footer-contact {
    background-color: #333;
}

div#footer-copyright {
    line-height: 50px;
    background-color: #252525;
}

/* Navigation */

nav {

}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
}

a:link, a:visited, a:active {
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease-in;
    border-bottom: 1px solid transparent;
}

a:not(.no-hover-decoration):hover {
    opacity: 0.5;
    border-color: #666;

}

span.glyph > a:hover {
    opacity: 0.5;
    border-color: transparent !important;
}

/* Page Elements */
img#logo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: auto;
    max-width: 80%;
}

div.titlecard {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    animation: fadeIn 1s;
    z-index: 2;
}

div.titlecard-fadeout {
    animation: fadeOut 1s;
    z-index: 1;
}

div.titlecard-hidden {
    display: none;
}

div.titlecard-content {
    position: absolute;
    width: 1024px;
    max-width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

div#innovators, div#experienced {
    margin-bottom: 50px;
}

img.content-img {
    width: 350px;
    height: auto;
    float: left;
    margin-right: 25px;
}

div#footer-contact > .content {
    padding-top: 25px;
    padding-bottom: 25px;
}

div.contact-float {
    float: left;
    width: 33.33%;
    text-align: left;
    font-size: 16px;
    color: #AAA;
}

div#footer-copyright > .content {
    font-size: 12px;
    color: #666;
    text-align: left;
}

div#footer-copyright > .content > span {
    color: #444;
}

div#footer-copyright > .content > .privacy {
    float: right;
    font-size: 14px;
}

div#privacy-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Media Queries */

/* All breakpoints */
@media only screen and (max-width: 1023px) {

    img.content-img {
        max-width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 25px;
    }

    div#innovators, div#experienced, div#responsive {
        text-align: center !important;
    }

    span.glyph-float {
        display: none;
    }

}

/* Tablets */
@media only screen and (max-width: 1023px) and (min-width: 768px) {

    div.contact-float {
        font-size: 14px;
    }
}

/* High End Phones */
@media only screen and (max-width: 767px) and (min-width: 480px) {

    h1.header {
        font-size: 32px;
    }

    div.contact-float {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 35px;
    }

    div#footer-contact > .content {
        padding-bottom: 0px;
        padding-top: 35px;
    }

    div#footer-copyright > .content > span {
        display: block;
        padding-bottom: 25px;
        padding-top: 10px;
    }

    .no-responsive-display {
        display: none;
    }

    div#footer-copyright > .content > .privacy {
        float: none;
        padding-top: 20px;
        padding-bottom: 35px;
    }

    div#footer-copyright {
        line-height: normal;
    }

    div#footer-copyright > .content {
        text-align: center;
    }

}

/* Low End / Legacy Phones */
@media only screen and (max-width: 479px) {

    h1.header {
        font-size: 28px;
    }

    h1.content {
        font-size: 32px;
    }

    div.contact-float {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 35px;
    }

    div#footer-contact > .content {
        padding-bottom: 0px;
        padding-top: 35px;
    }

    div#footer-copyright > .content > span {
        display: block;
        padding-bottom: 25px;
        padding-top: 10px;
    }

    .no-responsive-display {
        display: none;
    }

    div#footer-copyright > .content > .privacy {
        float: none;
        padding-top: 20px;
        padding-bottom: 35px;
    }

    div#footer-copyright {
        line-height: normal;
    }

    div#footer-copyright > .content {
        text-align: center;
    }

}
