﻿body,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

img {
    max-width: 100%;
}

.width-full {
    width: 100%;
}

.site-header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #10ac84;
    color: #fff;
}

.header-group {
    margin-left: 10px;
}

.site-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
}

.site-description {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 4px;
}

.site-description2 {
    font-size: 14px;
    margin-bottom: 0;
}

#site-header {
    border-top: 5px solid #333;
    padding: 80px 20px;
    position: relative;
}

/*.no-js #masthead {
    background-size: cover;
    background-image: url('images/slider-bg.jpg');
}*/

@media (max-width: 600px) {
    #site-header {
        padding: 20px;
    }
}

.slider-overlay-half {
    position: absolute;
    top: 0;
    left: 0;
    right: 40%;
    bottom: 0;
    //z-index: 1;
    opacity: 0.85;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#111111+0,7db9e8+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(17,17,17,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(17,17,17,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(17,17,17,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

.homepage-sections {
    padding-top: 50px;
    padding-bottom: 50px;
}

.language-switcher {
    margin-top: 20px;
}

.hero {
    position: relative;
}

.text-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

.welcome-heading {
    font-size: 30px;
    margin-bottom: 30px;
    color: #10ac84;
    font-weight: bold;
}

.welcome-heading-text-shadow {
    text-shadow: 0 0 20px #000;
}

.welcome-text {
    font-size: 25px;
    margin-bottom: 0;
}

.btn-rounded {
    border-radius: 50px !important;
}

.btn-theme {
    background-color: #10ac84;
    border: 1px solid #10ac84;
    color: #fff;
}

    .btn-theme:hover {
        background-color: #0c8666;
        border-color: #0c8666;
        color: #fff;
    }

.behave-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.card {
    box-shadow: 0 0 100px rgba(0,0,0,0.07);
    padding: 20px;
    margin-bottom: 20px;
}

.site-footer {
    background-color: #333;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .site-footer a {
        color: #fff;
    }

    .site-footer p {
        margin-bottom: 0;
    }


@media(min-width: 768px) {
    .right-separator {
        border-right: 1px solid #ccc;
    }
}

.mb-1 {
    margin-bottom: 10px;
}