@font-face {
    font-family: Bahn;
    src: url("Mockup/Bahnschrift-Font-Family/BAHNSCHRIFT.TTF");
  }

@font-face {
    font-family: Berlin;
    src: url("Mockup/BRLNSDB.TTF");
  }


h1{
    font-family: Berlin, 'Times New Roman', Times, serif;
    color: whitesmoke;
    font-size: 45pt;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    padding: 30px 0px 0px 150px ;

}

h2{
    font-family:Bahn, 'Times New Roman', Times, serif;
    font-size: 25pt;
    grid-column: 1 / -1;
    grid-row: 4 / 4;
    padding: 70px 150px 20px 150px;
    color: whitesmoke;
    flex-flow: row nowrap;

}

h3{
    font-family:Bahn, 'Times New Roman', Times, serif;
    font-size: 21pt;
}

h4{
    font-family:Bahn, 'Times New Roman', Times, serif;
    font-size: 21pt;
}

nav{
    font-family:Bahn, 'Times New Roman', Times, serif;
    grid-column: 8 / 18;    
    grid-row: 1 / 2;
    padding: 105px 0px 0px 0px;
    font-size: 16pt;
    text-align: center;
    word-spacing: 2.5rem;
    flex-flow: row nowrap;
    
}

nav a{
    text-decoration: none;
    color: whitesmoke;
}

nav a:hover{
    background-color: whitesmoke;
    color: black;
}

main{
    display: block;
    font-family:Bahn, 'Times New Roman', Times, serif;
    background-color: whitesmoke;
    text-align: center;
    grid-column: 1 / -1;
    grid-row: 5 / 7;
    height: 200px;
}

#p{
    grid-column: 4 / 13;
    color: black;
}

#wrapper {
    display: grid;
    grid-auto-rows: minmax(0px, auto);
    grid-template-columns: minmax(0px, 1fr) repeat(16, minmax(0, 70px)) minmax(0px, 1fr);
}

#scrollingImages{
	background-image: url("Mockup/pexels-binyamin-mellish-1396122.jpg");
    background-position: center;
    background-size: cover;
    height: 1000px;
	grid-row: 1 / 5;
	grid-column: 1 / -1;
}

footer{
    background-color: black;
    grid-column: 1 / -1;
    grid-row: 8 / 9;
    height: 50px;
}

#footer-one{
    font-family:Bahn, 'Times New Roman', Times, serif;
    background-color: #58595b;
    color: whitesmoke;
    grid-column: 1 / 7;
    grid-row: 7 / 7;
    text-align: center;
    height: 200px;
    padding: 20px;
}

#footer-two{
    font-family:Bahn, 'Times New Roman', Times, serif;
    background-color: #414042;
    text-decoration: none;
    color: whitesmoke;
    grid-column: 7 / 13;
    grid-row: 7 / 7;
    text-align: center;
    height: 200px;
    padding: 20px;
}

#footer-three{
    font-family:Bahn, 'Times New Roman', Times, serif;
    background-color: #58595b;
    color: whitesmoke;
    grid-column: 13 / -1;
    grid-row: 7 / 7;
    text-align: center;
    height: 200px;
    padding: 20px;
}

#h2-a{
    grid-column: 2;
}
#h2-b{
    grid-column: 7;
}
#h2-c{
    grid-column: 12;
}