header{
    position: relative;
    width: 100%;
    background-image: url(slike/Naslovna-apollo.jpg); 
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.citat{
    position: absolute;
    top: 50%;
    left: 20%;
    width: 300px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.6);
    border-top: 5px solid grey;
    padding: 10px;
}

.citat p{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.5em;
    color: white;
}

.citat span{
    font-style: italic;
    float: right;
    color: white;
}

#a1{
    width: 100%;
    height: 80vh;
    background-color: white;
    display: grid;
    grid-template-columns: 15% 30% 10% 30% 15%;
    grid-template-rows: 100px 100px 300px 200px 100px;
    grid-template-areas: 
        ". . . . ."
        ". slikaA tekstA tekstA ."
        ". slikaA tekstA tekstA ."
        ". . . . ."
        ". . . . ."
}

.slikaA{
    grid-area: slikaA;
    background-image: url(slike/logoA.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 2;
}

.tekstA{
    grid-area: tekstA;
    background-color: black;
    padding: 20px;
}

.tekstA h1{
    font-family: 'Fjalla One', sans-serif;
    font-size: 2em;
    color: white;
}

.tekstA p{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.5em;
    color: white;
}

#a2{
    width: 100%;
    background-color: black;
    height: 211vh;
    display: grid;
    grid-template-columns: repeat(2,50%);
    grid-template-rows: repeat(2,50%);
    grid-template-areas: 
        "tekstA2 slikaA2"
        "slikaA3 tekstA3"
}

.tekstA2{
    grid-area: tekstA2;
    background-color: black;
    padding: 20px;
}

.tekstA2 h1{
    font-family: 'Fjalla One', sans-serif;
    font-size: 4em;
    color: white;
}

.tekstA2 p{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 2em;
    color: white;
}

.tekstA3{
    grid-area: tekstA3;
    background-color: black;
    padding: 20px;
}

.tekstA3 h1{
    font-family: 'Fjalla One', sans-serif;
    font-size: 4em;
    color: white;
}

.tekstA3 p{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 2em;
    color: white;
}

.slikaA2{
    grid-area: slikaA2;
    background-image: url(slike/mercury1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    z-index: 2;
}

.slikaA3{
    grid-area: slikaA3;
    background-image: url(slike/mercury2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    z-index: 2;
}

#a3{
    width: 100%;
    height: 600px;
    background-color: white;
    text-align: center;
    display: grid;
    grid-template-columns: 20% 60% 20%;
    grid-template-rows: 1;
    grid-template-areas: 
        ". tekstAB .";
    
    
}

.tekstAB{
    grid-area: tekstAB;
    width: 100%;
    height: 100%;
}

#a3 h1{
    font-family: 'Fjalla One', sans-serif;
    font-size: 3em;
    color: black;
}

#a3 p{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 2em;
    color: black;
    text-align: left;
}

#a4{
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: 10% 40% 40% 10%;
    grid-template-rows: 30% 60% 10%;
    grid-template-areas: 
        ". slikaA4 . ."
        ". slikaA4 tekstA4 ."
        ". . tekstA4 .";
}

.tekstA4{
    background-color: black;
    padding: 10px;
    color: white;
    grid-area: tekstA4;
}

.tekstA4 h1{
    font-family: 'Fjalla One', sans-serif;
    font-size: 2em;
}

.tekstA4 p{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.5em;
}

.slikaA4{
    background-image: url(slike/apollo3.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    grid-area: slikaA4;
}

#a5{
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: 10% 40% 40% 10%;
    grid-template-rows: 30% 60% 10%;
    grid-template-areas: 
        ". tekstA5 . ."
        ". tekstA5 slikaA5 ."
        ". . slikaA5 .";
}

.tekstA5{
    background-color: white;
    padding: 10px;
    color: black;
    grid-area: tekstA5;
}

.tekstA5 h1{
    font-family: 'Fjalla One', sans-serif;
    font-size: 2em;
}

.tekstA5 p{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.5em;
}

.slikaA5{
    background-image: url(slike/apollo7-crew.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    grid-area: slikaA5;
}

#a6{
    width: 100%;
    height: 50vh;
    background-color: white;
    color: black;
    display: grid;
    grid-template-columns: 10% 80% 10%;
    grid-template-rows: 100%;
    grid-template-areas: 
        ". tekstA6 .";
}

.tekstA6{
    grid-area: tekstA6;
}

#a6 h1{
    font-family: 'Fjalla One', sans-serif;
    font-size: 3em;
    text-align: center;
}

#a6 p{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.5em;
}

#a7{
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 60% 35% 5%;
    grid-template-areas: 
        ". slikaA7 ."
        ". slikaA7 ."
        ". slikaA7 tekstA7"
}

.slikaA7{
    background-image: url(slike/apollo11-lansiranje.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    grid-area: slikaA7;
}

.tekstA7{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    background-color: black;
    color: white;
    padding: 10px;
    grid-area: tekstA7;
}

#a8{
    width: 100%;
    background-color: black;
    height: 211vh;
    display: grid;
    grid-template-columns: repeat(2,50%);
    grid-template-rows: repeat(2,50%);
    grid-template-areas: 
        "slikaA8 tekstA8"
        "tekstA9 slikaA9"
}


.tekstA8{
    grid-area: tekstA8;
    background-color: black;
    padding: 20px;
}

.tekstA8 h1{
    font-family: 'Fjalla One', sans-serif;
    font-size: 4em;
    color: white;
}

.tekstA8 p{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 2em;
    color: white;
}

.tekstA9{
    grid-area: tekstA9;
    background-color: black;
    padding: 20px;
}

.tekstA9 h1{
    font-family: 'Fjalla One', sans-serif;
    font-size: 4em;
    color: white;
}

.tekstA9 p{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 2em;
    color: white;
}

.slikaA8{
    grid-area: slikaA8;
    background-image: url(slike/apollo2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    z-index: 2;
}

.slikaA9{
    grid-area: slikaA9;
    background-image: url(slike/apollo4.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    z-index: 2;
}

#a9{
    width: 100%;
    height: auto;
}

#a9 h2{
    font-family: 'Fjalla One', sans-serif;
    font-size: 4em;
    color: black;
    padding: 10px;
}

video.landing{
    width: 100%;
}

.note{
    margin-top: -4px;
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: black;
    color: white;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 2em;
    font-style: italic;
    border: 10px grey;
    line-height: 50px;
}

#myModal{
    z-index: 100000000000000000000000000;
}