/* green1: #74CEB7 */
/* green2: #2C858D */

@font-face {
    font-family: 'aileron';
    src: url('aileron/Aileron-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'aileron-blackitalic';
    src: url('aileron/Aileron-BlackItalic.otf') format('opentype');
}

@font-face {
    font-family: 'aileron-thin';
    src: url('aileron/Aileron-Thin.otf') format('opentype');
}

@font-face {
    font-family: 'aileron-light';
    src: url('aileron/Aileron-Light.otf') format('opentype');
}

* {
    font-family: aileron, arial, sans-serif;
}

html, body {
    /*height: 100%;*/
}

body {
    background: #2C858D; /* Old browsers */
    background: -moz-linear-gradient(200deg, #74CEB7 0%, #2C858D 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(200deg, #74CEB7 0%,#2C858D 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(200deg, #74CEB7 0%,#2C858D 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74CEB7', endColorstr='#2C858D',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-attachment: fixed;
}

.text-wrap {
    text-align: center;
}

.greet, .hint, .greet2{
    color: #000;
    margin: 0px;
    padding: 0px;
}

.greet {
    font-family: aileron-blackitalic, arial, sans-serif;
    font-size: 6em;
    /*font-size: 85px;*/
    /*line-height: 90px;*/
    letter-spacing: -0.03em;
    /*margin-bottom: 5px;*/
}

.underline {
    background-color: #143D41;
    margin: auto;
    display: block;
    /*width: 420px;*/
    /*width: 40%;*/
    width: 25em;
    height: .3em;
    /*margin-bottom: 20px;*/
    margin-bottom: 2em;
    border-radius: 1em;
}

.hint {
    font-family: aileron-thin, arial, sans-serif;
    font-size: 2.05em;
    /*line-height: 3.0em;*/
    /*font-size: 29px;*/
    /*line-height: 30px;*/
}

.greet2 {
    font-family: aileron-light, arial, sans-serif;
    font-size: 2.65em;
    /*line-height: 3.8em;*/
    /*font-size: 37px;*/
    /*line-height: 38px;*/
}

.logo-wrap {
    text-align: center;
    margin-top: 20px;
}

.logo {
    margin: auto;
    width: 100%;
    max-width: 532px;
}

/* smartphones, iPhone, portrait 480x320 phones */
@media (min-width: 20em) and (max-width: 30em) {
    .container {
        font-size: 60%;
    }
}

/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (min-width: 30.063em) and (max-width: 40em) {
   .container {
        font-size: 80%;
    }
}

/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (min-width:40.063em) {
    .container {
        font-size: 100%;
    }
}

/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width:60.063em) {}

/* big landscape tablets, laptops, and desktops */
@media (min-width:64.063em) {}

/* hi-res laptops and desktops */
@media (min-width:80.063em) {}