/* 

font-family: 'Bebas Neue', cursive;
font-family: 'Roboto', sans-serif; 

*/

body {
    background: url(../img/back%20img.jpg) no-repeat center center fixed;
    background-size: cover;
    background-size: cover;
    background-size: cover;
}

img {
    width: 100%;
}

header {
  padding: 60px;
  text-align: center;
  background: #000000;
  color: #3366ff;
}
h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 12vw;
    margin: 0 0 10px 0;
    color: #ff1493;
}
header p {
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
    line-height: 20px

}
section{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin: 0 0 20px 0;
    padding: 30px;
}

section h2 {
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: black;
}


section4 h2 {
    text-align: center;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: black;
}

.gallery {
    margin: 0px 70px;
}
.gallery img {
    padding: 15px;
    width: 400px
}

section p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 32.5px;
    color: black
}

section5 p {
    text-align: center;
    font-size: 30px;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
}

a:link, a:visited {
  background-color: #ff1493;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

@media screen and (min-width: 900px){
    section {
        grid-template-columns: 1fr 3fr;
    }
    section.alt {
        grid-template-columns: 3fr 1fr;
        text-align: right;
    }
    section.alt img {
        order: 2;
    } section.alt div {
        order: 1;
    }
}