/*
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 : 03.01.2016, 00:51:42
    Author     : Rolf
*/

html{
    scroll-behavior: smooth;
}

.home-top{
    min-height: 470px;
    height: 100vh;
    margin-top: -85px;
    position: relative;

    background-image: url('../img/orion_title.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 992px) { 
    .home-top{
        margin-top: -110px;
    }
 }


.home-top .btn-primary{
    background-color: #1b388e;
    border-color: #1b388e;
    color: #fff;
    
    width: 400px;
    font-size: 33px;
    font-weight: bold;
    position: absolute;
    left: calc(50% - 200px);
    bottom: 150px;
}
.home-top .btn-primary:hover, .home-top .btn-primary:active {
    background-color: #FFED00;
    border-color: #FFED00;
    color: #151515;
}
.home-top .btn-primary:active {
    background-color: #cabd02 !important;
    border-color: #c4b818 !important;
}
.home-top .btn-primary:active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 237, 0,.5) !important;
}
@media screen and (max-width: 575px){
    .home-top .btn-primary{
        width: 80vw;
        font-size: 28px;
        left: 10vw;
        bottom: 80px;
    }
}

.home-top .logo{
    padding-top: calc(50vh - 250px);
}

.home-top .logo img{
    width: 250px;
    filter: drop-shadow(0px 0px 9px rgba(0,0,0,.7));
}

@media (min-width: 576px) { 
    .home-top .logo{
        padding-top: calc(50vh - 300px);
    }
    .home-top .logo img{
        width: 350px;
    }
}

@media (min-width: 768px) { 
    .home-top .logo{
        padding-top: calc(50vh - 325px);
    }
    .home-top .logo img{
        width: 400px;
    }
 }

@media (min-width: 992px) { 
    .home-top .logo{
        padding-top: calc(50vh - 350px);
    }
    .home-top .logo img{
        width: 450px;
    }
 }

@media (min-width: 1200px) { 
 }


.navbar-orion{
    background: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,0.7));
    border: none;
    padding-left: 2rem!important;
}
@media (min-width: 992px){
    .navbar-orion{
        padding-left: 4rem!important;
    }
}


.navbar-orion .navbar-brand{
    opacity: 0;
    width: 0;
}

.navbar-orion .next-activity{
    display: none;
}
@media (min-width: 390px){
    .navbar-orion .next-activity{
        display: block;
    }
}

@media (min-width: 768px) { 
    .navbar-orion .next-activity{
        display: none;
    }
 }

.navbar-orion ul{
    background-color: rgba(255, 255, 255, 0);
}

.navbar-orion a:link, .navbar-orion a:visited {
    text-shadow: 0 0 15px rgba(0, 0, 0, 1); 
    color: #FFF;
    background-color: rgba(255, 255, 255, 0);
}
.navbar-orion li:nth-child(odd) a:hover, .navbar-orion li:nth-child(odd) a:active{
    color: #011f5f;
}

.small_scout_lily{
    fill: #FFF !important;
}


section.topic p{
    font-family: 'Open Sans';      
    font-size: 24px;
}

section.topic h2{
    padding-bottom: 20px;
    /*background-image: url('../img/icn/title-line.png');    
    background-repeat: no-repeat;
    background-position: bottom center;*
    background-size: 275px 20px;*/
    font-size: 45px;
}

section.topic.black{
    background-color: #151515;
}

section.topic.black h2{    
    color: #FFF;
}
section.topic{
    padding: 100px 0;
}

.main-separator{
    width: 100%;
    height: 3px;
    background-color: #151515;
}
.lily{
    background: url(../img/icn/lily.png) no-repeat center center;   
}
.clover{
    background: url(../img/icn/clover.png) no-repeat center center;    
}
.lily, .clover{
    width: 50px;
    height: 50px;
    position: relative;
    left: calc(50% - 20px);
    top: -25px;  
    background-color: #1b388e;
    border: 3px solid #151515;  
    background-size: 40px;            
    border-radius: 40px;
}

.impressions-slider{
    width: 100%;   
    height: 200px;    
}

@media (min-width: 576px) { 
    .impressions-slider{
        height: 300px;    
    }
}

@media (min-width: 768px) { 
    .impressions-slider{
        height: 400px;    
    }
 }

@media (min-width: 992px) { 
    .impressions-slider{
        height: 500px;    
    }
 }

@media (min-width: 1200px) { 
    .impressions-slider{
        height: 600px;    
    }
 }
