.section {
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.first {
  background-image: url(../img/wavy-.png);
  background-color: rgba(239, 59, 57,0.0);
  background-blend-mode: overlay;
}
.first .square {
  width: 200px;
  height: 200px;
  border: 15px solid #76CFE7;
  position: relative;
  top: 100px;
  left: 100px;
  z-index: 1;
}
.first .circle {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  border: 15px solid #EF3B39;
  position: relative;
  top: auto;
  right: 100px;
  bottom: 100px;
  left: auto;
  z-index: 3;
}
.first h1 {
  width: 100%;
  text-align: center;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 72px;
  text-transform: uppercase;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  z-index: 2;
  position: relative;
  margin: 0;
}

.second {
  background-image: url(../img/wavy-.png);
  background-color: rgba(118, 207, 231,0.0);
  background-blend-mode: overlay;
}
.second p {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.5rem;
  color: white;
  padding-left: 50%;
  padding-right: 16%;
  margin-left: 45px;
  position: relative;
  z-index: 2;
  letter-spacing: 2px;
  line-height: 28px;
}
.second .rectangle {
  width: 400px;
  border: 15px solid white;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -375px;
  margin-top: -275px;
  z-index: 1;
}

.third {
  background-image: url(../img/wavy-.png);
  background-color: rgba(237, 62, 146,0.0);
  background-blend-mode: overlay;
  border-style: solid;
  border-bottom: 0px solid #fff;
}
.third p {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.5rem;
  color: white;
  padding-left: 20%;
  padding-right: 48%;
  text-align: right;
  margin: 10px;
  position: relative;
  z-index: 2;
  letter-spacing: 2px;
  line-height: 28px;

}
.third .parallelogram {
  width: 400px;
  border: 15px solid white;
  position: relative;
  top: 50%;
  right: -53%;
  bottom: auto;
  left: auto;
  margin-right: -300px;
  margin-top: -150px;
  margin-bottom: 20px;
  z-index: 1;
}



/***** Media Queries *****/

@media (min-width:992px){
    
}
@media (min-width:992px) and (max-width:1199px){
    
}
@media (min-width:768px) and (max-width:991px){

}
@media (min-width:576px) and (max-width:768px){
   
}
@media (min-width:500px) and  (max-width:576px){
   
}
@media (max-width:576px){
   
}
@media (max-width:767px){
	
 .second p {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 18px;
  color: white;
  padding-left: 50%;
  padding-right: 45px;
  margin-left: 30px;
  position: relative;
  z-index: 2;
}
.third p {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 18px;
  color: white;
  padding-left: 45px;
  padding-right: 48%;
  text-align: right;
  margin: 0;
  position: relative;
  z-index: 2;
}
   
}
@media (min-width:360px) and (max-width:640px){
 .second p {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 14px;
  color: white;
  padding-left: 50%;
  padding-right: 15px;
  margin-left: 30px;
  position: relative;
  z-index: 2;
}
.third p {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 14px;
  color: white;
  padding-left: 15px;
  padding-right: 48%;
  text-align: right;
  margin: 0;
  position: relative;
  z-index: 2;
}
}
@media (max-width:360px){
 .second p {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 12px;
  color: white;
  padding-left: 50%;
  padding-right: 15px;
  margin-left: 30px;
  position: relative;
  z-index: 2;
}
.third p {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 12px;
  color: white;
  padding-left: 15px;
  padding-right: 48%;
  text-align: right;
  margin: 0;
  position: relative;
  z-index: 2;
}
.second .rectangle {
  width: 200px;
  border: 15px solid #76CFE7;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -175px;
  margin-top: -290px;
  z-index: 1;
}
.third .parallelogram {
  width: 165px;
  border: 15px solid #76CFE7;
  position: relative;
  top: 50%;
  right: -53%;
  bottom: auto;
  left: auto;
  margin-right: -300px;
  margin-top: -90px;
  margin-bottom: 20px;
  z-index: 1;
}
}