* {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 15px;
    line-height: 1.6;
}

html {
    -webkit-text-size-adjust: 100%;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 20px;
}

#full-page {
    height: 100%;
    position: relative;
    padding: 0 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 60px;
    background-image: url(img/frontpage.hero.jpg);
    background-repeat: no-repeat;
    background-position: -1200px top;
    background-size: cover;
    color: #fff;
    text-align: center;
    min-height: 500px;
}

@media (min-width: 992px) {
    #full-page {
        background-position: -800px top;
    }
}

@media (min-width: 1200px) {
    #full-page {
        background-position: top right;
    }
}

#full-page a.full-page__link {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
    color: #fff;
    text-decoration: none;
}


.info {
    margin: 100px auto 0;
    padding: 0 20px;
    max-width: 400px;
}

.info__greetings {
    display: inline-block;
    margin: 30px 0 50px 0;
    font-style: italic;
}

@media only screen
and (max-device-width: 768px)
and (orientation : landscape) {
    .info {
        margin-top: 20px;
    }

    .info i {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.flight-logo {
    max-width: 210px;
}

.info img {
    display: block;
    margin: 0 auto;
}

.info p:first-child {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
}

.footer {
    background: #0a3761;
    color: #fff;
    height: 60px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer ul{
    text-align: center;
    top: 18px;
    position: relative;
}

.footer ul li {
    display: inline;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
}

.footer li:not(:last-child):after {
    position: relative;
    content: '|';
    top: 1px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.progressbar {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
    color: #fff;
    text-align: center;

}

.progress {
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 0;
    max-width: 100%;
    -webkit-animation: progress 5s 1 forwards;
    -moz-animation: progress 5s 1 forwards;
    animation: progress 5s 1 forwards;
}

.progressbar i {
    padding-bottom: 15px;
    display: block;
    font-size: 14px;
}

.progress-inner {
    height: 5px;
    width: 100%;
    overflow: hidden;
    background: #f60;
}

@-webkit-keyframes progress {
    from { }
    to { width: 100% }
}

@-moz-keyframes progress {
    from { }
    to { width: 100% }
}

@-ms-keyframes progress {
    from { }
    to { width: 100% }
}

@keyframes progress {
    from { }
    to  { width: 100% }
}
