.parallax {
    
  background-image: url("https://codehs.com/uploads/7a8cd865ec95b23bf0227c250eb5336c");
  
  /* Set a specific height */
    
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer{
    background-color: #000000;
    color:white;
    text-align:center;
}

.nav {
    text-align:center;
}

.giveBorder{
    font-weight: bold;
    text-decoration: underline;

}

@media only screen and (max-width: 980px){
    .parallax {
        background-attachment:scroll;
        
    }
}


img{
  width:600px; 
  height:300px;
}


a {
    color:black;
    font-size:50px;
}

a:link {
  text-decoration: none;
}

a:hover {
  color:white;
}

p {
    color:white;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 130px;
    margin-left: 100px;
    font-size:20px;
}


.flip-card {
  width:607px;    
  height:350px;
  margin-left:33%;
  margin-right:35%;
  margin-bottom:2%;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width:607px;    
  height:307px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width:607px;    
  height:307px;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}


/* Style the back side */
.flip-card-back {
  background-color: #ffbd08;
  color:black;
  border-style: solid;
  border-width: 3px;
  transform: rotateY(180deg);
}


/*Div 2*/

.flip-card2 {
  width:607px;    
  height:307px;
  margin-left:33%;
  margin-right:35%;
  margin-bottom:2%;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner2 {
  position: relative;
  width:607px;    
  height:307px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front2, .flip-card-back2 {
  position: absolute;
  width:607px;    
  height:307px;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}


/* Style the back side */
.flip-card-back2 {
 background-image: url("https://codehs.com/uploads/5164f5ded2e43a204138d03a57e4d995");
  color: white;
  border-style: solid;
  color:black;
  border-width: 3px;
  transform: rotateY(180deg);
}


.flip-card3 {
  width:607px;    
  height:307px;
  margin-left:33%;
  margin-right:35%;
  margin-bottom:2%;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner3 {
  position: relative;
  width:607px;    
  height:307px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card3:hover .flip-card-inner3 {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front3, .flip-card-back3 {
  position: absolute;
  width:607px;    
  height:307px;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}


/* Style the back side */
.flip-card-back3 {
  background-color:#246921;
  color: white;
  border-style: solid;
  color:black;
  border-width: 3px;
  transform: rotateY(180deg);
}