.sponcor-cont {
  width: 90vw;
  max-width: 950px;
  background-color: #dbc8b8b8;
  border: black;
  border-style: solid;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 5% 0;
  justify-content: space-evenly;
}

.sponcor-info{
  width: 45%;
  min-width: 350px;
  padding: 2% 0 5% 2%;
}

.sponcor-info > h1 {
  font-size: 4rem;
  color: #343f52;
}
.sponcor-info > h2{
  color: #413c39;
}

.sponcor-info > p{
  padding: 2% 0;
}
#barrelLink {
  font-size: 1.25rem;
  font-weight: lighter;
  text-shadow: 0 0 2px black, 0 0 4px black, 0 0 6px black;
}
.sponcor-info-img {
  width: 50%;
  display: flex;
  justify-content: center;
}

.sponcor-info-img img {
  width: 100%;
  min-width: 350px;
  padding: 25% 3% 5% 5%;
}

/* contact button */
.icon-wrap {
  width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 19%, rgba(255, 255, 255, 0) 100%);
    padding: 2% 0 2% 0;
}

.icon-wrap svg{
  width: 10%;
  padding-right: 2%;
  /* fill:rgb(38 60 108); */
  fill:#b47042
}

.icon-wrap a{
    color: #6b3c1d;
    font-size: 1.11em;
}

.icon-wrap a:hover{
  color: #ca300d;
  font-size: 1.11em;
}

.djNames {
  margin-left: 25px;
  font-size: 1.25rem;
}
.reserveText {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2f3b4f;
  margin-top: 1rem;
}
.reserveText span {
  font-size: 1.35rem;
  font-weight: 300;
  color: black;
}
.paypalInformation {
  background-color: #929fbf;
  padding: 1rem;
  border-radius: 10px;
  border: 2px #2c2e2f solid;
}
.paypalInformation p{
text-align: center;
}
#paypal-form-fields-container-FCDPBCAMJNSXG .desc-label {
  display: block;
  margin-bottom: 12px;
  font-size: 1.5rem;
  text-align: center;
}

.partyInfoAndPrice {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2f3b4f;
  margin-top: 1rem;
}
.partyInfoAndPrice span {
  font-size: 1.15rem;
  font-weight: lighter;
  color: black;
}

      /* SMALL SCREEN-------------------------------------------------*/

      @media only screen and (max-width: 815px){
            .sponcor-info > h1 {
              font-size: 3rem;
              
          }
            .sponcor-cont {
              align-items: center;
              flex-direction: column-reverse;
          }
          .reserveText {
            font-size: 1.75rem;

          }
          .partyInfoAndPrice span {
            font-size: 1.3rem;
        }

        .sponcor-info-img img {
          padding: 10% 3% 5% 5%;
      }


      }
