
body{
    background-color: #2e2e2e;
    color: purple;
   
    text-align: center;
    width: 100%;
    margin: 0;
    margin-bottom: 100px;
}

header{
    background-color: #03fcca;
    color: black;
   background-image:url("https://codehs.com/uploads/916e6486a2424c01d8484a3013e447ba");
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 100px;
    background-position:center;
    height:405px;
}
header.banner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: url(https://codehs.com/uploads/916e6486a2424c01d8484a3013e447ba);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}

.banner-text {
  position: relative;
  color: black;
  z-index: 1;
}

header h2{
    color: Black;
    font-size: 80px;
}

header p{
    color: white;
    padding: 10px;
}

img{
    width: 20%;
    text-align:center;
    margin: auto;
}    
footer a{
    color:white;
    text-decoration:none;
}
.parallax{
    /* The image used */
  background-image: url("https://codehs.com/uploads/bae450688bbd5eef0b7087b21b042a7e");

  /* Set a specific height */
  min-height: 1500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .parallax{
    /* The image used */
  background-image: url("https://codehs.com/uploads/bae450688bbd5eef0b7087b21b042a7e");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
header.banner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: url(https://codehs.com/uploads/916e6486a2424c01d8484a3013e447ba);
  background-attachment: scroll ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
}
.bigsection{
     from {background-color: red;}
  to {background-color: yellow;}
}
h1{
    text-align: center;
}


