@media screen and (max-width: 1530px){
     .slikaFT1{
    background-position: center;
}
}

@media screen and (max-width: 1400px){
    .slikaFT1{
    background-position: center;
}
}

@media screen and (max-width: 1000px){
    .headerInfo{
    top: 200px;
    left: 10%;
}
 
@keyframes dolazak{
    0%{margin-left: -100%;}
    100%{left: 10%;}
}
    
#FT1{
    width: 100%;
    height: 60vh;
    background-color: black;
    color: white;
    display: grid;
    grid-template-columns: 20% 60% 20%;
    grid-template-rows: 100%;
    grid-template-areas: 
        ". tekstFT1 .";
}
    
#FT2{
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
    grid-template-areas: 
        "slikaFT1"
        "tekstFT2";
}


.slikaFT1{
    background-position: center;
}
    
#FT3{
    width: 100%;
    height: 70vh;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 100%;
    grid-template-areas: 
        "tekstFT3 tekstFT4";
}
    
#FT4{
    width: 100%;
    height: 80vh;
    position: relative;
    background-image: url(slike/buducnost-mars.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tekstFT5{
    position: absolute;
    color: white;
    top: 0px;
    width: 100%;
    height: 80vh;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0px;
    padding: 10px;
}

.tekstFT5 h1{
    font-size: 4em;
}


.tekstFT5 p{
    font-size: 1.5em;
    width: 80%;
}
    
#FT5{
    width: 100%;
    height: 120vh;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    grid-template-areas: 
        "tekstFT6 tekstFT7"
        "tekstFT8 tekstFT9";
}
    
#FT6{
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
    grid-template-areas: 
        "slikaFT2"
        "tekstFT10";
}

    
#FT7{
    width: 100%;
    height: 70vh;
    background-color: black;
    color: white;
    display: grid;
    grid-template-columns: 20% 60% 20%;
    grid-template-rows: 100%;
    grid-template-areas: 
        ". tekstFT11 .";
}
}

@media screen and (max-width: 720px){
    
  .logotip{
    width: 20%;
    padding: 15px;
}
    
    
    
.headerInfo{
    width: 300px;
    height: 400px;
    top: 200px;
    left: 0%;
}
    
.headerInfo h1{
    font-size: 2em;
    }
 
@keyframes dolazak{
    0%{margin-left: -100%;}
    100%{left: 0%;}
}
    
#FT1{
    width: 100%;
    height: 700px;
    background-color: black;
    color: white;
    display: grid;
    grid-template-columns: 10% 80% 10%;
    grid-template-rows: 100%;
    grid-template-areas: 
        ". tekstFT1 .";
}

#FT2{
    width: 100%;
    height: 1000px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
    grid-template-areas: 
        "slikaFT1"
        "tekstFT2";
}


.slikaFT1{
    background-position: center;
}
    
#FT3{
    width: 100%;
    height: 1000px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
    grid-template-areas: 
        "tekstFT3"
        "tekstFT4";
}

#FT4{
    width: 100%;
    height: 800px;
    position: relative;
    background-image: url(slike/buducnost-mars.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tekstFT5{
    position: absolute;
    color: white;
    top: 0px;
    width: 100%;
    height: 800px;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0px;
    padding: 10px;
}

.tekstFT5 h1{
    font-size: 3em;
}


.tekstFT5 p{
    font-size: 1.5em;
    width: 80%;
}
    
#FT5{
    width: 100%;
    height: 1600px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 25% 25% 25% 25%;
    grid-template-areas: 
        "tekstFT6"
        "tekstFT7"
        "tekstFT8"
        "tekstFT9";
}
    
#FT6{
    width: 100%;
    height: 1400px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 40% 60%;
    grid-template-areas: 
        "slikaFT2"
        "tekstFT10";
}

#FT7{
    width: 100%;
    height: 700px;
    background-color: black;
    color: white;
    display: grid;
    grid-template-columns: 10% 80% 10%;
    grid-template-rows: 100%;
    grid-template-areas: 
        ". tekstFT11 .";
}

#FT8{
    width: 100%;
    height: 500px;
    display: grid;
    grid-template-columns: 10% 80% 10%;
    grid-template-rows: 100%;
    grid-template-areas: 
        ". tekstFT12 .";
}

#FT9{
    width: 100%;
    height: 600px;
    background-color: black;
    color: white;
    display: grid;
    grid-template-columns: 10% 80% 10%;
    grid-template-rows: 100%;
    grid-template-areas: 
        ". tekstFT13 .";
}

}