body {
  margin: 0;
  background-color: white;
  font-family: 'Poppins', sans-serif;
}

h1 {
  color: white;
  font-size: 9vw;
  text-transform: capitalize;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  font-size: 30px;
  text-transform: uppercase;
}

p {
  font-size: 20px
}

.fullHeight {
  height: 100vh;
  width: 100vw;
  background-color: #b92b2b;
  /* background-image: url("images/image1.jpg");  */
}

.titleContainer {
  margin: 0 auto;
  text-align: center;
}

.titleText {
  width: 100%;
  padding-top: 25vh;
}

.secondContainer {
  margin: 0 auto;
  height: auto;
  width: 100%;
  background-color: #f7c181;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 20px white solid
}

.secondHeader{
  text-align: center;
  color: white;
}

.secondText{
  padding: 5%;
  text-align: left;
  color: white;
  height: auto;
  margin: auto;
  }

.socialContainer {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  display: block;
  margin-top: -3vh;
}

.socialContainer img {
  height: 80px;
  padding-right: 2%;

}

.soundcloud {
  border-radius: 0%;
}

.thirdContainer {
  margin: -10 0 0 0;
  height: 100vh;
  width: 100%;
  text-transform: uppercase;
  background-color: #fad6ab;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 20px white solid
}

.thirdHeader{
  text-align: center;
  color: #b92b2b;
  margin-top: 10vh;
  width: 100%;
}

.thirdText{
  text-align: center;
  color: white;
  text-transform: uppercase;
  margin-top: -20px;
}
