body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background: #020202;
}

html {
    scroll-behavior: smooth;
}

.cover {
    background: black;
    width: 100%;
    text-align: center;
}

.title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    font-family: serif;
    border-bottom: thin solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

.links-container {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;

}

.links {
    width: 800px;
    display: flex;
}

.link{
    width: 400px;
}

.avatar-container{
    clip-path: circle();
    height: 100px;

}

.avatar-bojan {
    background-image: url(static/bojan.jpg);
    background-size: 217px;
    background-repeat: no-repeat;
    background-position: 102px -1px;

}

.avatar-olga {
    background-image: url("static/olga.png");
    background-size: 107px;
    background-repeat: no-repeat;
    background-position: 150px -1px;
}

.avatar-text{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    color: #020523;
}

.masterclass-signup{
    margin-top:50px;
    margin-bottom: 100px;
    width: 100%;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    color: #020523;
}

/* neue */
a {
    all: unset;
}

.cover-big{
    background-image: url("static/bojan_olga_gradient.png");
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    -webkit-animation: mainanimation 4s ;
    animation: mainanimation 4s ;
}

.background-imitation{
    background-image: url("static/bojan_olga_gradient.png");
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
}

.logo-masterclass{
    z-index: 4;
    padding: 20px;
    cursor: pointer;
    width: 100%;
    border-bottom: #444 thin solid;
    background: #000;
    position: fixed;
    z-index:200;
    margin-bottom: 20px;
}

.masterclass-container{
    left: 0;
    right: 0;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    background-color: #ddd;
    color: #000;
    margin-bottom: 50px;
    z-index:99;
    text-align: justify;

}


/* Chrome, Safari, Opera */
@-webkit-keyframes mainanimation {
    from {opacity: 0.0;}
    to {opacity: 1;}
}

/* Standard syntax */
@keyframes mainanimation {
    from {opacity: 0.0;}
    to {opacity: 1;}
}

.logo{
    position: absolute;
    z-index: 4;
    padding: 20px;
    cursor: pointer;
}



.title-text{
    position: absolute;
    color: #FFF;
    z-index: 4;
    padding: 20px;
    width: 100vw;
    text-align: center;
    font-size: 2.2em;
    text-transform: uppercase;
    top: calc(100vh - 200px);
    text-shadow: 1px 1px 2px #555;

}

.down{
    position: absolute;
    width: 100vw;
    color: #FFFFFF;
    font-size: 2.2em;
    z-index: 4;
    text-align: center;
    top: calc(100vh - 80px);
}

.down:hover{
    cursor: pointer;
    font-size: 2.4em;
}

.main-section{
    width: 100vw;
    height: calc(100vh - 200px);
}

.columns{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    margin-top: 200px;
}

.column{
    cursor: pointer;
}



.column-image{
    padding: 50px;
}

.column-text{
    margin-left: 137px;
    border: thin solid #fff;
    width: 329px;
    font-size: 2.2em;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}

.masterclass-area{
    margin-top: 200px;
    margin-bottom: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button{
    text-align: center;
    font-size: 2.2em;
    border: thin solid #fff;
    color: #fff;
    cursor: pointer;
    width: 390px;
    text-transform: uppercase;
    padding: 20px;
}

.footer{
    width: 100vw;
    text-align: center;
    color: #444;
    margin-bottom: 5px;
}

.personalized-text{
    color: #dddddd;
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
    padding-top: 9px;
}



.personalized-images{
    padding-top: 29px;
}

.personalized-page{
    display: flex;
}

.personalized-title{
    color: #dddddd;
    font-size: 2.2em;
    margin-left: 427px;
    padding-top: 23px;
}

.masterclass-title{
    color: #dddddd;
    font-size: 2.2em;
    margin-left: 100px;
    padding-top: 37px;
    position:fixed;
    z-index:200;
}

.masterclass-subtitle{
    color: #dddddd;
    font-size: 1.0em;
    margin-left: 102px;
    padding-top: 20px;
    z-index:200;
    position: fixed;
}

.flags{
    color: #dddddd;
    font-size: 1.0em;
   right: 20px;
    padding-top: 36px;
    z-index:200;
    position: fixed;
}

.flag{
    cursor: pointer;
}

.centered-focused-text{
    font-size: 1.5em;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

hr{
    border-top: thin solid #a5a5a5;
    border-bottom: none;
}

.quote{
    font-style: italic;
    font-size: 0.8em;
    margin-top: 69px;
    margin-bottom: 69px;
}

.text-header{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.5em;
}

.link-reference{
    font-size: 0.9em;
    cursor: pointer;
}

.text-subtitle{
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 40px;
    margin-bottom: 10px;
}

.text-time{
    color: #3a3a3a;
    font-weight: bold;
    margin-top: 10px;
}

.text-payment{
    border: thin solid #ddd;
    padding: 20px;
    margin: 20px 20px 20px 0px;
    width: 300px;
}

.left-text-image{
        width: 200px;
        margin-top: 20px;
    margin-right: 20px;
}

.gallery-image{
    cursor: pointer;
}

.download-application-form{
    padding: 20px;
    cursor: pointer;
}

.gallery-subtitle{
    font-size: 0.8em;
}

.image-center{
    text-align: center;
}

.p-simulation{
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}