﻿@font-face {
    font-family: 'Ailerons';
    src: url('../fonts/Ailerons.otf');
}

@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular.ttf');
}

@font-face {
    font-family: 'Oswald-ExtraLight';
    src: url('../fonts/Oswald-ExtraLight.ttf');
}

@font-face {
    font-family: 'LibelSuitRG';
    src: url('../fonts/libel-suit-rg.ttf');
}

@font-face {
    font-family: 'Attentica4F';
    src: url('../fonts/Attentica 4F UltraLight.otf');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'LibelSuitRG', sans-serif;
    font-weight: 200;
    font-size: 22px;
    text-align: center;
    background: #111;
    color: #DDD;
}

a {
    text-decoration: none;
    color: #FF3737;
}

a img {
    border-width: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

h1 {
    margin: 0;
    padding: 0 0 20px 0;
    font-family: 'Attentica4F', sans-serif;
    font-size: 52px;
    font-weight: 200;
}

h2 {
    margin: 20px auto 0 auto;
    padding: 0;
    font-family: 'Attentica4F', sans-serif;
    font-size: 36px;
    font-weight: 200;
}

h3 {
    margin: 10px auto 10px auto;
    padding: 0;
    font-family: 'Attentica4F', sans-serif;
    font-size: 28px;
    font-weight: 200;
}

p {
    clear: both;
    margin: 40px auto 40px auto;
    max-width: 1000px;
}

hr {
    border: solid 1px #111;
}

.justify {
    text-align: justify;
}

.italic {
    font-style: italic;
}

.ailerons {
    font-family: 'Ailerons', sans-serif;
}

.left {
    text-align: left;
    float: left;
}

.right {
    text-align: right;
    float: right;
}

.comm {
    font-style: italic;
    opacity: 0.7;
    padding-right: 10px;
}

.quote {
    color: #FF3737;
    font-size: 36px;
}

.color {
    color: #FF3737;
}

.shadow {
    box-shadow: 1px 1px 10px #000;
    background: #000;
    max-width: 100%;
}

#page {
    clear: both;
    position: relative;
    text-align: center;
    margin: 0 auto 0 auto;
    padding-top: 64px;
    opacity: 0;
    color: #DDD;
    background-image: url("../images/backs/heliosP1.jpg");
    /* height: 500px;  */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#page.amaryllis {
    color: #444;
    background-image: url("../images/backs/amaryllis.png");
    /* height: 500px;  */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#page.amaryllis a {
    color: #00afca;
}

#page.amaryllis #menu li a:hover {
    color: #00afca;
}

#page.amaryllis #menu li.on a {
    color: #00afca;
    border-top: solid 4px #00afca;
}

#page.immersive {
    background: black;
    background-image: none;
    color: white;
    padding-top: 84px;
}

#page.noMarginTop {
    padding-top: 10px;
}

.back {
    padding: 20px;
    min-height: 300px;
    position: relative;
}

.fixed {
    position: fixed;
}

#footer {
    padding: 40px;
    background: #111;
}

#footerContent {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto 40px auto;
}

#footerContent a {
    font-size: 18px;
    color: #FFF;
}

#footerContent img {
    width: 40px;
}

#header {
    background: #000;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: 10;
    height: 64px;
}

#header a {
    color: #FFF;
    text-decoration: none;
}

#header #title {
    float: left;
    text-align: left;
    margin: 9px 0 0 13px;
    font-family: 'Ailerons', sans-serif;
    font-size: 36px;
}

#header #hamburger {
    display: none;
}

#menu {
    margin: 20px 6px 0 6px;
    padding: 0;
    text-align: center;
    display: inline-block;
    visibility: visible;
    font-family: 'Attentica4F';
    font-weight: 200;
    font-size: 32px;
}

#menu li {
    list-style-type: none;
    float: left;
    display: block;
}

#menu li a {
    text-decoration: none;
    padding: 0 14px 0 14px;
}

#menu li a:hover {
    color: #FF3737;
}

#menu li.on a {
    color: #FF3737;
    border-top: solid 4px #FF3737;
    padding-top: 16px;
}

#intro {
    position: relative;
    display: none;
    width: 100vw;
    height: 100vh;
    background: #000;
}

#intro #back {
    width: 100%;
    height: 100%;
    background: url('../images/Amayllis-Medley.jpg') center center no-repeat;
    background-size: cover;
}

#intro #title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 120px;
    color: white;
    font-family: 'Ailerons', sans-serif;
    text-shadow: 0px 0px 40px #000;
}

#intro #arrow {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

@media screen and (max-width: 1000px) {
    #header #hamburger {
        display: block;
        right: 17px;
        top: 12px;
        float: right;
        position: absolute;
    }
    #header #menu {
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 50px;
        background: #000;
    }
    #header #menu li {
        margin: 14px;
        list-style-type: none;
        display: block;
        clear: both;
        text-align: right;
        float: right;
    }

    #intro #title {
        font-size: 90px;
    }

}

@media screen and (max-width: 600px) {
    #intro #title {
        font-size: 60px;
    }
}
.inline {
    display: inline-block;
    margin: 0 10px 10px 0;
    vertical-align: top;
    position: relative;
}
/*************/
/* SLIDESHOW */
/*************/
/*.slideshow {
    position: relative;
    max-width: 600px;
    max-height: 400px;
    margin: 0 auto 0 auto;
}

    .slideshow .slideshowBack {
    max-width: 100%;
} 

.slideshow .slideshowSlides {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-height: 100%;
}

.slideshow .slideshowSlides img {
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    display: none;
    margin: auto;
}*/

.homeCard {
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    position: relative;
    max-width: 460px;
}

.homeCard img,
.homeCard iframe {
    max-width: 100%;
}

.homeCardText {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.homeCardText a {
    color: #FFF;
    text-shadow: 1px 1px 40px #000;
}

.story {
    max-width: 763px;
    text-align: center;
    margin: 20px auto 0 auto;
}