body {
    color: #fff;
    background: url('../img/bg.jpg') no-repeat center / cover;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: Montserrat, Helvetica, sans-serif;
}

body.fixed-header {
    margin-top: 95px;
}

body.fixed-header header {
    position: fixed;
    width: 100%;
    background: #000;
    z-index: 9999;
    top:0;
}

header {
    height: 95px;
    padding-top: 7px;
}

header h1 {
    font-size: 35px;
}

header a, header a:hover, .contact a, .contact a:hover {
    color: #fff;
    text-decoration: none;
}

header ul {
    margin: 0;
    padding: 0;
}

header li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
}

.icon-container {
    margin-top: 4px;
}

.icon-container ion-icon {
    font-size: 35px;
    display: inline-block;
    margin-left: 4px;
}


h1#title {
    width:100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 25px;
}

.flag {
    height: 12px;
    width: 100%;
    margin-bottom: 13px;
}

.flag .red,
.flag .white,
.flag .green {
    height: 4px;
    margin: 0;
    padding:0;
}

.flag .red {
    background: #CE2939;
}

.flag .white {
    background: #fff;
}

.flag .green {
    background: #477050;
}

#startpage-img {
    max-height: calc(100vh - 190px);
    width: auto;
    display: block;
    margin: 0 auto;
}

.startpage-container h1 {
    margin: 50px auto 15px;
}

.startpage-container h3 {
    margin: 50px auto 15px;
    font-size: 25px;
}

.image-content-container {
    width: 100%;
    max-width: 500px;
    height: calc(100vh - 190px);
    position: relative;
    background: url('plakat.jpg') no-repeat top center / contain;
    margin: 0 auto;
}

.image-content {
    background: rgba(1,25,71, 0.7);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s;
    position: absolute;
}

.image-content div {
    position: absolute;
    top: 30%;
    width: 100%;
}

.quote-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 30px;
    display: block;
}

.quote-text-label {
    position: absolute;
    top:7px;
    right: 7px;
    font-weight: bold;
}

.quote-text {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}

.image-content.active {
    opacity: 1;
}

.profile, .crown {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
    display: block;
}

.error-404 {
    margin: 100px auto;
    text-align: center;
}

footer {
    padding: 10px;
}

.fejlodes input, .fejlodes p {
    margin-bottom: 20px;
}

.contact {
    text-align: center;
}

.contact, .fejlodes {
    min-height: calc(100vh - 200px);
}

.contact a, .contact span {
    display: block;
    margin: 0 auto 5px;
}

.contact ion-icon {
    font-size: 50px;
}

.contact .row > div {
    margin-top: 15px;
}

.about-person-block a {
    text-decoration: none;
    color: #fff;
}

.about-person-block img {
    max-width: 300px;
    display: block;
    padding: 0;
    margin: 0 auto 15px;
}

.about-person-block h1 {

}

@media(min-width: 760px) {
    .about-us {
        min-height: calc(100vh - 200px);
    }
}

@media(max-width: 400px) {
    #header-slogan {
        font-size: 20px;
    }

    .about-us, .about-us p {
        text-align: justify !important;
    }

    .about-us h1, .about-us h2, .about-us h3 {
        text-align: center;
        margin: 35px auto;
    }

    h1#title, h1.title {
        font-size: 20px;
    }

    .startpage-container h1 {
        font-size: 20px;
    }

    .startpage-container h3 {
        font-size: 18px;
    }
}


/* marquee */
.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
}

.marquee span {
    display: inline-block;
    animation: marquee 13s linear infinite;
}

.marquee2 span {
    animation-delay: 2.5s;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}
