/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22.10.2019, 13:23:57
    Author     : Stefan Huetter
*/

body, html {
    height: 100%;
    background-color: #F8FBEF;
    font-family:"Barlow ExtraLight";

}
.container{
    color: #000;
}
.header{
    color: #000;
}
.dev{
    background-color: #fff;
}
#logowrapper{
    margin: 10px;
    width:100%; 
}

.banner {
    padding-top: 10px;
    text-align: center;
}
#portrait{
    width:100%; 
}
.landing{
    width:100%; 
    height: 100%;
}
.right{
    text-align: right;
}
.center{
    text-align: center;
}
.gold{
    color: #a8927a;
}
.grey{
    color: #6E6E6E;
}
.stripe{
    padding-top: 100px;
}
.nolist ul{
    list-style: none;
    padding-left: 0px;
}

.wp{
    visibility: hidden;
}
.bg {
    /* The image used */
    background-image: url("../img/bg.jpeg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 576px) {
    .banner {
        font-size: 1.9em;
        letter-spacing: 0.3em;
    }
    .bg {
        /* The image used */
    background-image: url("../img/bg.jpeg");

        /* Full height */
        height: 100%; 

        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.banner {
    font-size: 1.5em;
    letter-spacing: 0.2em;
}
@media (min-width: 768px) {  
    .banner {
        font-size: 2.5em;
        letter-spacing: 0.3em;
    }
}

@media (min-width: 992px) { 
    .banner {
        font-size: 3.5em;
        letter-spacing: 0.3em;
    }
}

@media (min-width: 1200px) { 
    .banner {
        font-size: 4em;
        letter-spacing: 0.3em;
    }

}
@media (min-width: 1400px) { 
    .banner {
        font-size: 4em;
        letter-spacing: 0.3em;
    }
    .bg {
        /* The image used */
    background-image: url("../img/bg.jpeg");

        /* Full height */
        height: 100%; 

        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}


footer{
    margin-top: 50px;
    padding: 20px;
    background-color:  #a8927a;
}
footer .copy{
    font-size: 0.75rem;
}
footer a{
    color: white;
}
footer a:hover{
    color: white;
}
.animated {
    visibility: visible;
}
.fadeInUp {
    animation-name: fadeInUp;
}
.fadeInUpLeft {
    animation-name: fadeInUpLeft;
}

.fadeInUpRight {
    animation-name: fadeInUpRight;
}

.fadeInGalery1 {
    animation-name: fadeInGalery1;
}
.fadeInGalery2 {
    animation-name: fadeInGalery2;
}
.fadeInGalery3 {
    animation-name: fadeInGalery3;
}
.fadeInGalery4 {
    animation-name: fadeInGalery4;
}
.fadeInGalery5 {
    animation-name: fadeInGalery5;
}
.fadeInDescriptionRight {
    animation-name: fadeInDescriptionRight;
}

.fadeInDescriptionLeft {
    animation-name: fadeInDescriptionLeft;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInGalery1 {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInGalery2 {
    0% {
        opacity: 0;
        transform: translate3d(-50%, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInGalery3 {
    0% {
        opacity: 0;
        transform: translate3d(0%, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInGalery4 {
    0% {
        opacity: 0;
        transform: translate3d(50%, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInGalery5 {
    0% {
        opacity: 0;
        transform: translate3d(100%, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


@keyframes fadeInDescriptionLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDescriptionRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpRight{
    0% {
        opacity: 0;
        transform: translate3d(100%, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.circle{
    height: 100%;
    width: 100%;
    background: teal;
    clip-path: circle(30% at 50% 50%); /* refer remarks before usage */
}
.banner a{
    color: #6E6E6E;
    text-decoration: none;
}
.banner a:hover{
    color: #6E6E6E;
    text-decoration: none;
}
.vertical-align {
    display: flex;
    align-items: center;
}