@charset "UTF-8";
/* CSS Document */

body {
  margin: 0; 
  font-family: 'Work Sans', sans-serif;
}



* {
  box-sizing: border-box; 
}

section {
  width: 100%;
  padding: 0 2%;
  display: table;
  margin: 0;
  max-width: none;
  background: url(../beyond/images/Prayer-Flags_LP_NAME.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  
  &:nth-of-type(2n) {
    background-color: #FE4B74;
  }
}

.intro {
  height: 100vh;
}

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

h1 {
	font-size: 3em;
	display: block;
	color: #000000;
	letter-spacing: 0px;
}

p {
  font-size: 1.5em;
  font-weight: 500;
  color: #C3CAD9;
}

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

footer {
  padding: 1% 5%;
  text-align:center;
  background-color: #373B44;
  color: white;
  
  a {
    color: #FE4B74;
    font-weight: 500;
    text-decoration: none;
  }
}
