:root{
  --brown: #341d07;
  --orange: #ff3e00;
}
@font-face {
  font-family: 'Browns';
  font-style: normal;
  font-weight: normal;
  src: local('browns'), url('./NFL_Browns_2015.otf') format('truetype');
}
.browns-font {
  font-family: 'Browns', serif;
  letter-spacing: 1px;
}

body{
  color: var(--brown);
  font-family: 'Archivo Narrow', sans-serif;
}
h1{
  text-align: center;
  margin: 0;
}
img{
  height: auto;
  max-width: 100%;
}

h2{
  font-size: 30px;
  line-height: 1.3;
  margin: 50px 0;

}
.wrap{
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}
.logo{
  max-width: 500px;
  display: block;
  margin:  10px auto;
}
.top-section{
  text-align: center;
  padding: 100px 0 0;
  background: var(--orange);
}
.stripe{
  position: relative;
  margin: 101px 0 150px;
  background: white;
  transform: rotate(5deg);
  width: 150%;
  margin-left: -25%;
  font-size: 2.8vw;
  line-height: 1;
  padding: 5.6vw 0 5.5vw;
  border-top: 7.5vw solid var(--brown);
  border-bottom: 7.5vw solid var(--brown);
  /* margin-bottom: 290px; */
}
.stripe span{
  color: var(--orange);
}
.stripe-wrap{
  position: relative;
  padding: 1px 0;
  text-align: center;
  background: var(--orange);
  overflow: hidden;
}
.stripe-wrap:after{
  content: '';
  height: 200px;
  width: 150%;
  display: block;
  background: #fff;
  position: absolute;
  bottom: -100px;
  left: -25%;
  z-index: 5;
  transform: rotate(5deg);
}
.mid-section{
  padding: 80px 0;
  text-align: center;
}
.schedule{
  margin: 100px 0 20px;
}
.two-col{
  display: flex;
  justify-content: center;
}
ul{
  list-style: none;
  text-align: left;
  margin:0;
  padding: 0 20px;
}
li{
  font-size: 20px;
  margin:0;
  padding: 0;
  margin-bottom: 20px;
}

footer{
  background: var(--orange);
  color: #fff;
  text-align: center;
  padding: 10vw 0 30px;
}
footer a{
  color: #fff;
  text-decoration: none;
}
footer a:hover{
  text-decoration: underline;
}
footer h2{
  margin: 20px 0;
}
p{
  font-size: 18px;
  line-height: 1.4;

}
.pic-wrap{
  top: 7vw;
  transform: rotate(5deg);
  text-align: center;
  border-top: 20px var(--orange) solid;
  border-bottom: 20px var(--orange) solid;
  width: 108%;
  max-width: 108%;
  left: -4%;
  position: relative;
  background: var(--orange);
  z-index: 20;
}
.pic-wrap img{
  position: relative;
  border-top: 10px var(--brown) solid;
  border-bottom: 10px var(--brown) solid;
  width: 110%;
  max-width: 110%;
  left: -5%;
}
.pic-wrap img:after{
  content: '';
  position: absolute;
  height: 10px;
  widows: 100%;
  background: var(--brown);
}
.block-over{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.palm-one {
  position: absolute;
  height: 428px;
  width: auto;
  left: -90px;
  top: 100px;
}
.palm-two {
  position: absolute;
  height: 497px;
  width: auto;
  right: -90px;
  top: 160px;
  z-index: 10;
}
.palm-three {
  position: absolute;
  height: 428px;
  width: auto;
  left: -50px;
  top: -50px;
  transform: rotate(40deg);
}
.palm-four {
  position: absolute;
  height: 287px;
  width: auto;
  right: -356px;
  top: 409px;
  z-index: 1;
  transform: rotate(-10deg);
}

.palm-five {
  position: absolute;
  height: 238px;
  width: auto;
  right: -60px;
  bottom: -80px;
  transform: rotate(-23deg);
}
.palm-six {
  position: absolute;
  height: 287px;
  width: auto;
  left: 0px;
  bottom: -51px;
  z-index: 1;
  transform: rotate(37deg);
}

.raise{
	position: relative;
    z-index: 14;
}
.footer-palm{
	position: absolute;
    bottom: 0px;
    width: 196px;
    height: auto;
    left: 50%;
    margin-left: -111px;
	opacity: .4;
}

@media only screen and (min-width: 2000px) {
	.stripe-wrap:after, .stripe{
		transform: rotate(5deg);
	}
}

@media only screen and (max-width: 780px) {
  .two-col{
    display: block;

  }
  .two-col li{
    text-align: center;
  }
  .palm-one, .palm-two, .palm-three, .palm-four, .palm-five, .palm-six{
    opacity: .4;
  }
}
section, footer{
  position: relative;
}