* {
  box-sizing: border-box; 
}

body {
  margin: 0; 
  font-weight: 800;
  font-family: 'Muli';
}

section {
  width: 100%;
  padding: 0 4%;
  display: table;
  margin: 0;
  max-width: none;
  background-color: #000000;
  height: 100vh;
  
  &:nth-of-type(2n) {
    background-color: #000000;
  }
}

.intro {
	background-image: url(bg_suyl.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	background-position: center center;
	position: relative;
}

.intro2 {
	background-image: url(bg_vhsblur.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 80vh;
	background-position: center center;
	position: relative;
}

.intro3 {
	background-image: url(bg_sw.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 90vh;
	background-position: center center;
	position: relative;
}

.intro4 {
	background-image: url(bg_icon.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	background-position: center center;
	position: relative;
}

.intro5 {
	background-image: url(bg_bus.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	background-position: center center;
	position: relative;
}

.intro6 {
	background-image: url(bg_sing.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 50vh;
	background-position: center center;
	position: relative;
}

.intro7 {
	background-image: url(bg_fairy.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	background-position: center center;
	position: relative;
}

.intro8 {
	background-image: url(bg_holler.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	background-position: center center;
	position: relative;
}

.intro9 {
	background-image: url(bg_tees.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 60vh;
	background-position: center top;
	position: relative;
}

.content {
  display: table-cell;
  vertical-align: middle;
}

h1 {
  font-size: 3em;
  display: block;
  color: white;
  font-weight: 800;
}

p {
  font-size: 1.5em;
  font-weight: 800;
  color: #ffffff;
}

x {
  font-size: 1em;
  font-weight: 200;
  color: #ffffff;
}

a {
  font-weight: 500;
  color: #FFFFFF;
  position: relative;
  
  &:hover{ 
    opacity: 0.8;
  }
  
  &:active {
    top: 1px;
  }
}

footer {
  padding: 1% 5%;
  font-size: 1.5em;
  font-weight: 800;
  text-align:center;
  background-color: #000000;
  color: white;
  
  a {
    color: #FFFFFF;
    font-weight: 200;
    text-decoration: none;
  }
}