body{
    margin: 0;
    background-color:#9ad6f9;
}
.section2-article{
    position: absolute;
    left: 15%;
    right: 15%;
    font-size: 25px;
}
h1{
    font-size: 60px;
    text-align: center;
    margin-top: 0;
}
.main-page-source{
    text-align: center;
    margin-bottom: 0;
}
.main-page-link{
    text-decoration: none;
    color: black;
    
}
.img-s{
    display: flex;
    justify-content: center;
}
.main-image{
    margin-top: 3.8%;
    width: 62%;
    border-radius: 18px;
    border-width: 3px;
    border-style: solid;
    border-color: black;
}
.paragraphs{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 60%;
    margin: auto;
}
.p1, .p2, .p3{
    font-size: 28px;
    font-weight: bolder;
    margin-bottom: 0;
}
.p4, .p5, .p6{
    text-align: center;
    font-size: 23px;
}
.cp{
    display: flex;
    justify-content: center;
    
}
.description{
    width: 60%;
    margin: auto;
    margin-top: 3%;
}
.descriptionText{
    font-size: 23px;
}
.footer{
    width: 60%;
    margin: auto;
    margin-top: 10%;
}
.footerText{
    font-size: 23px;
}
.hiddenTitle{
    transform: translateX(-50%);
    filter: blur(5px);
}
.hiddenImage{
    filter: blur(5px);
    opacity: 0;
    transition: all 3s;
    
}
.hiddenArticle{
    transform: translateX(-100%);
    filter:blur(5px);
}

.showAnimation2{
    transform: translateX(0);
    transition: 0.5s all;
    filter: blur(0);
    }
.showAnimation3{
    opacity: 1;
    filter: blur(0);
}

.Animation{
    filter: blur(0);
    transform: translateX(0);
    transition: 1.8s all;
}
/*Nadpis Inovatívna*/
.Animation:nth-child(2){
    transition-delay: 70ms;
}
/*Text Inovatívna*/
.Animation:nth-child(5){
    transition-delay: 70ms;
}
/*Nadpis Prispôsobivá*/
.Animation:nth-child(3){
    transition-delay: 140ms;
}
/*Text Prispôsobivá*/
.Animation:nth-child(6){
    transition-delay: 140ms;
}
@media screen and (max-width: 1300px) {
    h1{
        font-size: 45px;
    }
}
@media screen and (max-width: 1250px) {
    .main-image{
        margin-top: 4.5%;
    }
}

@media screen and (max-width: 1170px) {
    .main-image{
        width: 67%;
        
    }
}

@media screen and (max-width: 1100px) {
    .main-image{
        margin-top: 5.7%;
    }
}

@media screen and (max-width: 975px) {
    .main-image{
        margin-top: 7%;
    }
}

@media screen and (max-width: 900px) {
    .main-image{
        margin-top: 8.5%;
    }
}

@media screen and (max-width: 880px) {
    h1{
        font-size: 40px;
    }
    
}

@media screen and (max-width: 830px) {
    .main-image{
        margin-top: 9.5%;
    }
}

@media screen and (max-width: 765px), screen and (max-height: 520px) {
    body{
        background-color:#b9ddfa;
    }
}

@media screen and (max-width: 765px) {
    body{
        padding-top: 3%;
        background-color:#b9ddfa;
    }
    .main-image{
        width: 85%;
        margin-top: 20px;
    }
    .main-page-source{
        margin-bottom: 3%;
    }
    h1{
        font-size: 35px;
    }
    .section2-article{
        font-size: 22px;

    }
    .paragraphs{
        width: 95%;
    }
   
}

  @media screen and (max-width: 550px) {
    .description{
        width: 90%;
    }
    .footer{
        width: 90%;
        margin-top: 15%;
    }
  }
  @media screen and (max-width: 500px) {
    .p1, .p2, .p3{
        font-size: 23px;
    }
    .p4, .p5, .p6{
        font-size: 20px;
    }
    .description{
        width: 90%;
    }
    .descriptionText{
        font-size: 20px;
    }
    .footerText{
        font-size: 20px;
    }
}
@media screen and (max-width: 400px) {
    .p1, .p2, .p3{
        font-size: 20px;
        font-weight: bolder;
        margin-bottom: 0;
    }
    .p4, .p5, .p6{
        text-align: center;
        font-size: 18px;
    }
    .description{
        width: 90%;
        margin-top: 3%;
    }
    .descriptionText{
        font-size: 20px;
    }
    .footerText{
        font-size: 20px;
    }   
}
