﻿.hero {
    position: relative;
    width: 100%;
    max-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.hero-content {
    position: relative;
    font-family: OpenSans-Regular, Arial, sans-serif;
    color: white;
    text-align: center;
    margin: 0.625rem;
}*/

.hero-title {
    font-family: 'OpenSans-Regular', sans-serif;
    padding: 0;
    margin: 0px 0px 0.5rem 0px;
    opacity: 100%;
    color: #ffffff;
    font-weight: 600;
    font-style: normal;
    font-size: initial;
    font-size: 2.75rem;
    line-height: 100%;
    text-shadow: 1px 1px #000000;
}

.hero-subtitle {
    font-family: 'OpenSans-Regular', sans-serif;
    opacity: 100%;
    color: #ffffff;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    text-shadow: 1px 1px #000000;
    line-height: 150%;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url(header.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.hero-pagewidth {
    align-self: center;
    display: block;
    position: relative;
    max-width: 1200px
}
    .hero-text {
        text-align: left;
        position: relative;
        height: auto;
        background: rgba(25, 55, 105, .5);
        padding: 50px;
        margin: 0px 0px 0px 0px;
        width: 35%;
    }
.hero-block {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {

    .hero-text {
        text-align: left;
        height: auto;
        position: relative;
        height: auto;
        background: rgba(25, 55, 105, .5);
        padding: 50px;
        margin: 0px 0px 0px 0px;
        width: 80%;
    }

    .hero-image {
        height: 300px;
    }
}

