﻿#contentContainer {
    padding-top: 25vh;
    padding-bottom: 25vh;
    /*background-image: url(/2023/img/intro_img1.png), url(/2023/img/intro_img2.png),url(/2023/img/bg_intro2.jpg);
    background-position: left center, right top,center;
    background-repeat: no-repeat, no-repeat,repeat;*/
    /*color: #f7f2a1;*/
    color: #F5EB10;
    /*background-size: 20vw,20vw,cover;*/
}

.langbar {
    position: absolute;
    background-image: url('/2023/img/black.png');
    color: white;
    font-size: 20px;
    /*font-weight:bolder;*/
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 60px;
}

    .langbar a {
        color: white;
        text-decoration: none;
    }

        .langbar a:hover {
            color: white;
            text-decoration: none;
        }

.splitPoint {
    font-size: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

h2 {
    font-size: 40px;
    font-weight: bolder;
    text-align: center;
}

p {
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 2.4rem;
    margin-top: 4vh;
}

a.oneBtn{
    color:black;
    text-decoration:none;
}

a:hover.oneBtn {
    color: black;
    text-decoration: none;
}

@media only screen and (max-width: 500px) {
    h2 {
        font-size: 35px;
        font-weight: bolder;
        text-align: center;
    }

    p {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 2rem;
        margin-top: 4vh;
    }
}
