@media screen and (max-width: 1555px) {
    .panel.bottom {
        background-position: 600px 50%;
    }
}

@media screen and (max-width: 1200px) {
    * {
        font-size: 15px;
    }
    
    .home-header__text {
        margin: 0;
        position: absolute;
        top: 40%;
        left: 10px;
    }
    .home-header__text p {
        width: auto;
        max-width: 85vw;
    }

    .cd-horizontal-timeline {
        margin-bottom: 50px;
    }

    .events-content h2 {
        font-size: 170%;
    }

    .history--home .nea-sen-home--text--title {
        margin-top: 30px !important;
    }

    .nea-sen-home {
        flex-direction: column;
        
        overflow: hidden;
        max-width: 100vw;
    }
    .meli-sen-home--photo,
    .nea-sen-home--photo {
        display: none;
    }
    .nea-sen-home--text {
        width: 100vw;
        overflow: hidden;
        background-image: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.3), 
        rgba(0, 0, 0, 0.6)), 
        url(../images/leftheriotis-kostas-2.jpg);
        background-size: cover;
        position: center;
        color: white;
    }

    .nea-sen-home--text.meli {
        width: 100vw;
        overflow: hidden;
        background-image: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.3), 
        rgba(0, 0, 0, 0.6)), 
        url(../images/vletsa-panagiota.jpg);
        background-size: cover;
        position: center;
        color: white;
    }
    /* .meli-sen-home--text, */
    .nea-sen-home--text--container{
        margin-bottom: 40px;
        padding: 70px 12px;

    }

    .nea-sen-home--text--title {
        margin: 40px auto 20px auto;
    }

    .seminaria__home--title {
        margin-left: 10px;
    }

    .ds-meli-home {
        flex-direction: column;
        
        overflow: hidden;
    }

    /* ARTICLE */
    h1.page-title {
        max-width: 90vw;
    }
    .article{
        max-width: 90vw;
        margin: 25px 0 0 0;
        padding-bottom: 40px;
        border-bottom: 1px solid rgb(210,210,210);
      }

    .splitview.skewed{
        display: none;
    }

    .seminaria__mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .seminaria__mobile--kentriko {
        height: 50vh;
        background-color: rgb(44, 44, 44);
        background-image: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.1), 
        rgba(0, 0, 0, 0.4)), 
        url(../images/Leftheriotis_1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 2;
    }

    .seminaria__mobile--istoriko {
        height: 50vh;
        background-color: rgb(44, 44, 44);
        z-index: 1;
        background-image: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.1), 
        rgba(0, 0, 0, 0.4)), 
        url(../images/leftheriotis-kostas-1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position:center;
    }

    .siminaria-pratirio-description {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;
    }
    .seminaria-separative-line {
        height: 3px;

        background-color: #943634;
        overflow-x: hidden;
    }
    .siminaria-pratirio-description h1 {
        margin-top: 15vh;
        color: white;
        max-width: 90vw;
    }
}
@media screen and (max-width: 1191px) {
    .first-section.home-header {
        margin-top: -12px;
    }
    .menuBtn {
        transform: translate(3px, 17px);
    }
    .logo img{
        transform: translate(12px, 3px);
    }
    .sen-pratirio,
    .sen-members,
    .sen-history,
    .post-entry {
        margin: 10px 10px 30px 10px;
    }
    
    .contact-section {
        flex-direction: column;
        text-align: center;
    }
        .contact-title {
        margin-top: 50px;
    }
    .owl-carousel {
        margin: 0 0 -12px 0;
    }
    .owl-prev {
        left: 1%;
    }
    
    .owl-next {
        right: 1%;
    }

}




@media screen and (max-width: 991px) {
    
    .seminaria-section {
        display: block;
        height: auto;
    }
    .seminaria-section div {
        height: 500px;
        max-height: 80vh;
    }
    .sem-border {
        border-right: none;
        border-bottom: 3px solid #943634;
    }
}

@media screen and (max-width: 753px) {

    .footer-main-container {
        display: flex;
        flex-direction: column;
    }
    #footer .footer-main-container>section{
        width: 90vw;
        padding-right: 0px;
        border-right: none;
        height: auto !important;
        margin-bottom: 15px;
    }
    .js-open-accordion.socials-title {
        display: none;
    }

    .content.socials {
        margin-bottom: -10px;
    }

    .contact-map-div iframe{
        max-width: 90vw;
    }


}

@media screen and (max-width: 540px) {
    h1{
        font-size: 150% !important;
    }    
    p {
        font-size: 90% !important;
    }
    footer {
        height: 135px;
    }

}
