body{
    padding: 0px;
    margin: 0px;
    background-color: #8D85B7;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}



.main-bar {
    width: 100%;
    height: 10vh;
    background-color: #8EACCD;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-bar-wtp{
    width:50%;
    height:10vh;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.main-bar-wtp h2{
    font-size:2rem;
    color:#594B71;
}

.main-bar-wtp img{
    width:10%;
}

.under-menu{
    width:100%;
    height:7vh;
    display:flex;
    justify-content: center;
}

.under-menu-content{
    width:100%;
    height:7vh;
    background-color: #8EACCD;
    border: 2px solid #594B71;
}

.under-menu-content ul{
    width:100%;
    padding:0px;
    display:flex;
    justify-content: space-around;
}

.under-menu-content ul li{
    list-style: none;
}

.under-menu-content a{
    text-decoration: none;
    color:#594B71;
}

.main-content{
    width:100%;
    height:auto;
    display:flex;
    justify-content: center;
    align-items: center;
}

.headtitle{
    width:100%;
    height:10vh;
    display:flex;
    justify-content: center;
    align-items: center;
}

.headtitle h1{
    font-size:3rem;
    color:#8EACCD;
    font-style: italic;
}
.contact-container{
    width:100%;
    height:fit-content;
    display:flex;
    justify-content: space-evenly;
}

.adver-blok{
    width:33%;
    height:60vh;
    background-color:#8EACCD;
    display:flex;
    justify-content: center;
    flex-direction: column;
}

.adver-blok p {
    height: 60vh;
    text-align: center;
    align-content: center;
    color:#8D85B7;
    line-height: 40px;
    font-size:1rem;
}

.adver-blok p a{
    color:#8D85B7;
    font-size:2.5rem;
    text-decoration: none;
}

.adver-blok img {
    width: 20%;
    height: 25%;
    margin-top: 5%;
}

.write-blok{
    width:33%;
    height:60vh;
    background-color:#8EACCD;
    display:flex;
    justify-content: center;
    flex-direction: column;
    
}

.write-blok p {
    height: 60vh;
    text-align: center;
    align-content: center;
    color:#8D85B7;
    line-height: 40px;
    font-size:1rem;
}

.write-blok p a{
    color:#8D85B7;
    font-size:2.5rem;
    text-decoration: none;
}

.write-blok img {
    width: 20%;
    height: 25%;
    margin-top: 5%;
}


.social-blok{
    width:33%;
    height:60vh;
    background-color:#8EACCD;
    display:flex;
    flex-direction: column;
}

.header-blok{
    width:100%;
    height:11vh;
    background-color:#333;
}

.header-blok h2{
    font-size:1.5rem;
    padding: 20px 0px 0px 0px;
    margin:0px;
    color:#8D85B7;
    text-align:center;
}

.social-blok p {
    height: 60vh;
    text-align: center;
    align-content: center;
    color:#8D85B7;
    line-height: 40px;
    font-size:1rem;
}

.social-blok p a{
    color:#8D85B7;
    font-size:2.5rem;
    text-decoration: none;
}

.social-blok img {
    width: 20%;
    height: 25%;
    margin-top: 5%;
}
/*-----------------------------------------------------mobile=================================================*/


@media only screen and (max-width: 600px) {

    .contact-container {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .header-blok h2 {
        font-size: 1rem;
        padding: 10px 0px 5px 0px;
        margin: 0px;
        color: #8D85B7;
        text-align: center;
    }
    
    .adver-blok {
        width: 100%;
        height: 30vh;
        background-color: #8EACCD;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .adver-blok p a{
        color:#8D85B7;
        font-size:1.5rem;
        text-decoration: none;
    }

    .adver-blok img {
        width: 10%;
        height: 15%;
        margin-top: 5%;
    }

    
    .write-blok {
        width: 100%;
        height: 30vh;
        background-color: #8EACCD;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .write-blok p a{
        color:#8D85B7;
        font-size:1.5rem;
        text-decoration: none;
    }

    .write-blok img {
        width: 10%;
        height: 15%;
        margin-top: 5%;
    }


    .social-blok {
        width: 100%;
        height: 30vh;
        background-color: #8EACCD;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .social-blok p a{
        color:#8D85B7;
        font-size:1.5rem;
        text-decoration: none;
    }

    .social-blok img {
        width: 10%;
        height: 15%;
        margin-top: 5%;
    }

    

















}