/*
@font-face {
    font-family: 'constellation_smallcaps';
    src: url('../libs/fonts/constellation_light_caps.otf');
    font-weight: 100;
    font-style: normal;
}
*/		
body {
    font-family: 'EB Garamond', serif;
    color: #003C4F;
    font-size: 16px;
    line-height: 1.5;
    background: #F3E8E5 center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    letter-spacing: .1em;
}
.redsection{
    color: #003C4F;
}

.tm50{
    margin-top: 50px;
}
.bm50{
    margin-bottom: 50px;
}
.vpad50{
    padding-top: 100px;
    padding-bottom: 50px;
}
.container {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
}

h1,
h2,
.jumbotron .h1, .jumbotron h1,
.quote {
    font-size: 120%;
    text-align: center;
    border-top: 1px solid #d5a6a6;
    padding:.75em 0;
    letter-spacing: .35em;
    font-family: 'Lato', sans-serif;
}
.quote{
    letter-spacing: .15em;
    font-size: 100%;
    margin-bottom: 2em;
}
.content-area{
    max-width: 80%;
    min-width: 260px;
    margin-left: auto;
    margin-right: auto;
}
.glyphicon{
    color: #d5a6a6;
    margin-left: 3px;
    margin-right: 3px;
}
#contact .content-area{
    text-align: center;
}
h1 {
    border-bottom: 1px solid #d5a6a6;
}
a:focus, a:hover, a:active{
    color:#EEE;
}
.navbar-container {
    background: #F3E8E5;
    padding:10px 30px 0;
}
.jumbotron.top-graphic{
    position: relative;
    z-index: 1100;
    background: #F3E8E5;
    height: auto;
    padding: 1.5em 2em .75em;
}

.logo_emblem{
    width: 100px;
    height: auto;
    margin: .5em 0 0;
}
.jumbotron .logo_title{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 100%;
    border: none;
    padding:0;
    margin-bottom: 0;
}
.logo_title .top{
    display: block;
    font-size: 100%;
    text-align: center;
    border-top: 1px solid #d5a6a6;
    border-bottom: 1px solid #d5a6a6;
    padding: .5em 0;
    letter-spacing: .35em;
    font-family: 'Lato', sans-serif;
    line-height: 1.5;
}
.logo_title .name{
    display: block;
    font-family: 'EB Garamond', serif;
    font-size: 200%;
    color:#d5a6a6;
    line-height: 1.5;
}
.logo_text{
    width: 250px;
    height: auto;
}

.section-container {
    max-width: 800px;
    min-height: 300px;
    padding: 1.5em 2em 3em;
    position: static;
}
.section-container h2:first-child{
    margin-top:0;
}
.section-container .row h2{
    margin-bottom:30px;
}
.section-container .row h3{
    margin-top:30px;
    margin-bottom:20px;
}
.buttons{
    margin-top:50px;
}
.section-container.top-section .row,
.section-container.contact-footer .row 
{
    margin-top:0px;
}

.section-head {
    position: absolute;
}

h2 span, 
.section-head span 
{
    font-size: 50%;
    line-height: 1.5em;
    border-top: 2px solid;
    border-bottom: 2px solid;
    display: inline-block;
    position: relative;
    top: -0.35em;
}

h3{
    font-size: 150%;
}
h3.row-head{
    font-size: 180%;
}
h4{
    font-size: 125%;
}

p{
    margin-bottom: 1em;
}
.jumbotron.port p{
    background: none;
}
p,
label {
    color: inherit;
    /*font-size: 110%;*/
}

a {
    color: #888;
    transition: all .5s;
}

nav {
    border-bottom: 1px solid #d5a6a6;
    transition: all .5s;
}

nav:hover {
    border-bottom: 1px solid #d5a6a6;
}

nav li a {
    cursor: pointer;
    position: relative;
}
nav li.active a {
    color: #CCC;
}

nav li a:after {
    content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    height: 5px;
    background: #555;
    transition: all .5s;
    left: 50%;
}

nav li:hover a:after {
    background: #555;
    width: 100%;
    left: 0;
}

nav li:hover a:hover {
    padding-left: 1.5em;
    padding-right: 1.5em;
    background: none;
    color: #DDD;
}
.navbar-toggle .icon-bar{
    background-color: #888;
    transition: all .4s;
}
.navbar-toggle:hover .icon-bar{
    background-color: #DDD;
}
.footer{
    color:#888;
    font-size: 80%;
    text-align: right;
}
.jumbotron {
    margin: 0;
    text-align: center;
    /*		background:none no-repeat center top;*/
    /*		background-attachment:fixed;*/
    background-size:cover;
    background-position: center center;
    height: 320px;
    padding:10px 20px;
    background-color: transparent;
}
.jumbotron.port {
    background:none no-repeat right center;
    margin: 0;
    text-align: center;
	background-size:cover;
    height: 320px;
    transition: all .5s;
    text-align: left;
    padding:90px 20px;
    user-select:none;
    background-color: #F3E8E5;
}
.bgimg,
.bgvid {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -10%;
    z-index: -1;
    background-size: contain;
}
.bgvid {
    max-width: 1400px;
}
.bgimg {
    min-height: 600px;
    background-repeat: no-repeat;
    margin-top:0;
    background-size: contain;
}
.section-container.top-section .bgimg {
    margin-top: -140px;
}

.hero .section-container h2.section-head {
    font-size: 600%;
    bottom:5%;
    max-width: 580px;
}


textarea.form-control {
    background-color: #234;
    color: inherit;
    letter-spacing: 2px;
    border: none;
    box-shadow: 4px 4px 24px -8px #000 inset;
}

.btn-huge {
    font-size: 500%;
    line-height: 100%;
    padding: .5em .6em;
}

.btn {
    background-color: #d5a6a6;
    border-radius: 1px;
    border-color: #d5a6a6;
    border-width: 0 .1em .1em 0;
    transition: all .25s;
    color: #F8F8F8;
    margin-bottom: 1em;
    margin-right:1em;
}

.btn:hover {
    background-color: #d5a6a6;
    color: #333333;
    color: #F8F8F8;
    border-radius: 1px .2em 1px .2em;
    border-width: 0 .2em .2em 0;
    margin-top: -.1em;
    margin-left: -.1em;
}

.fluid-container {
    padding: 1em 40px;
    padding-bottom: 4em;
}

.container .navbar-header {
    min-width: 200px;
    display: inline-block;
}

video,
img {
    max-width: 100%;
    height: auto;
    margin-bottom: .5em;
}

.badge {
    border-radius: 5em;
    padding: 2em;
    background-color: #d5a6a6;
    margin-top: -5em;
    box-shadow: .5em .5em #d5a6a6;
}

.relative{
    position: relative;
}
.hideoverflow{
    overflow: hidden;
}
.navbar-toggle{
    margin-right: 0;
}
.bgimg.right,
.bgvid.right{
    right: 0;
    left: auto;
    background-position: top right !important;
}
ul[rn-carousel]{
    background: transparent;
}
.rn-carousel-control{
    top:50%;
    font-size: 2em;
    margin-top:-1em;
}
.rn-carousel-control:before
{
    display:none !important;
}
.rn-carousel-control.glyphicon:before
{
    display:block !important;
}
.rn-carousel-control.rn-carousel-control-prev:before{
    content:'\e251';
}
.rn-carousel-control.rn-carousel-control-next:before{
    content:'\e250';
}
.row.justify-content-md-center [class^="col-"]
{
    float: none;
    margin-left: auto;
    margin-right: auto;
}

@media all and  (min-width:800px){
    .jumbotron.port,
    .jumbotron
    {
        background-size: 800px;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

.videoembed{
    display:none !important;
}
.hidden-md-up{
    display:none !important;
}
.fader-element{
    opacity: 0;
    transition: opacity .1s;
}
.fader-element.visible{
    opacity:1;
    transition: opacity .5s;
}
.port-carousel{
    height:700px;
}

@media all and (max-width:991px){
    .bgimg, .bgvid{
        margin-top: -170px;
    }
    .bgimg{
        background-size: 80%;
    }
    
}
@media all and (max-width:767px){
    nav li:hover a:hover {
        padding-left: 15px;
        padding-right: 15px;
    }
    nav li:hover a:after {
        display: none;
    }
    
    .videoembed{
        display:block;
    }

    .navbar-fixed-top .navbar-collapse{
    display: block;
    max-height: 0;
    overflow: hidden;
    z-index: 5;
    }
    .navbar-collapse.in{
        display: block;
        max-height: 300px;
    }
    .hidden-sm-down{
        display:none !important;
    }
    .hidden-md-up{
        display:block !important;
    }
    .logo_emblem{
        width: 60px;
    }
    .section-container {
        padding: 20px 30px 40px;
    }
    .jumbotron{
        height:240px;
    }
    .jumbotron.port{
        background-position: center center;
        background-repeat: no-repeat;
        height:200px;
    }
    .jumbotron.port .container{
        position: absolute;
        top: 420px;
        font-size: 16px;
    }
    .jumbotron.port .container p{
        font-size: 18px;
    }
    h1,
    h2,
    .jumbotron .h1, .jumbotron h1,
    .quote {
        font-size: 125%;
        text-align: center;
        border-top: 1px solid #d5a6a6;
        padding:1em 0;
        letter-spacing: .25em;
    }    
    .quote{
        font-size: 100%;
    }

}

@media all and  (max-width:420px){
}

@media all and  (max-width:420px){
    .jumbotron.port .container{
        top:270px;
    }
    .rn-carousel-control{
        top:225px;
    }
    .jumbotron.video video{
        margin-top: -5%;
    }
    .bgimg, .bgvid{
        margin-top: -210px;
    }
    .section-container.top-section h2 {
        width: 100%;
        padding-top:50px;
    }    
}
.loading-indicator{
    background: #FB0;
    height:2em;
    width: 50%;
    left: 25%;
    top:50%;
    position: absolute;
    margin-top: -1em;
}
.navbar-toggle-lang{
    margin:3px;
    color:#888;
    transition: all .5s;
}
.navbar-toggle-lang:hover{
    color:#DDD;
}
