﻿/* ==============================================================================================
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.script-tutorials.com/bootstrap-one-page-template-with-parallax-effect/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */

/* general styles */
html, body {
    height: 100%;
    width: 100%;
}

.lead {
    margin-top: 20px;
}

textarea { resize: vertical; }

/* padded section */
.pad-section {
    padding: 100px 0;
}
.pad-section img {
    width: 100%;
}

/* vertical-centered text */
.text-vcenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.text-vcenter h1 {
    font-size: 4.5em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

/* additional sections */
#home {
    background: url(../images/mockup-eas-en.jpg) no-repeat center center fixed;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.language-selector {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
}

.language-selector .language {
    padding-left: 5px;
}

.language-selector .language img {
    height: 30px;
    width: 30px;
}


#about .row-flex {
    display: flex;
    align-items: center;
}

#about .text-left {
    padding-left: 50px;
}

#about .text-right {
    padding-right: 50px;
}

#about .glyphicon {
    border: 2px solid #333;
    border-radius: 50%;
    display: inline-block;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

#about .glyphicon:hover {
    color: #FFF;
    background: #333;
    transition: all .2s;
}

.home-content {
    max-width: 800px;
    margin: auto;
    padding: 40px 0;
    background: rgba(255,255,255,0.75);
}

#backoffice {
    background: url(../images/mockup-backoffice-eas.jpg) no-repeat center center fixed;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.backoffice-content {
    max-width: 800px;
    margin: auto;
    padding: 40px 0;
    background: rgba(255,255,255,0.75);
}
#services {
    background-color: #26AF2C;
    color: #FFF;
}
#services .glyphicon {
    border: 2px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    font-size: 60px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}

#services .glyphicon:hover {
    color: #26AF2C;
    background: #FFF;
    transition: all .2s;
}

#information {
    background: url(../images/melbourne.jpg) no-repeat center center fixed;
    display: table;
    min-height: 500px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#information .panel {
    opacity: 0.95;
}
