body, html {
	height: 100%;
	margin: 0;
	color: #777;
	background: #5C5C5C;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		
		
	font-size: 16pt;
	font-weight: 400;
	line-height: 20pt;

	
	}
	
.parallax-wrapper {
  perspective: 1px;
  transform-style: preserve-3d;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.bgimg-1, .bgimg-2, .bgimg-3,.bgimg-4,.bgimg-challenge {
	position: relative;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	

	
.ffbox {
	background-color:#000; 
	padding-top:0px; 
	padding-bottom:50px; 
	background-image: url(url('/fateforge/ffbackgrnd.jpg'); 
	background-repeat: no-repeat; 
	background-position: top, bottom,center;
	background-size:auto, auto, cover;
}	
	
.ffbox a {
color: white;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	

}	
	
.ffbox a:hover {
color: red;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	

}	
	
	
	.ffbox2 {
	background-color:#312c26; 
	padding-top:0px; 
	padding-bottom:50px; 

}	
	
.bgimg-1 {
  background-image: url("/vengeance-challenge/ff.jpg");
  min-height: 65%;
}

.bgimg-2 {
  background-image: url("/vengeance-challenge/ff2.jpg");
  min-height: 65%;
}

.bgimg-3 {
  background-image: url("/vengeance-challenge/ff3.jpg");
  min-height: 65%;
}
.bgimg-4 {
  background-image: url("/vengeance-challenge/ff4.jpg");
  min-height: 65%;
}

.bgimg-challenge {
  background-image: url("/vengeance-challenge/ff-den1.jpg");
  min-height: 65%;
}
	




.screenbox {
position: relative;
background-color:rgba(0, 0, 0, 0.4);
margin:0 auto;
width: 600px;	
    border-radius: 20px;
	}	
	

.caption {
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  text-align: center;
	  color: #fff;

}

.caption span.border {
  color: #fff;
  padding: 18px;
  font-size: 25px;
}


.caption2 {
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  text-align: right;
  color: #fff;
	font-size: 11px;

}

.caption2 span.border {
  color: #fff;
  padding: 18px;
  font-size: 25px;
}

h3 {
	color: #ddd;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif'cursive;
	font-size: 30pt;
	margin:5px;
	line-height: normal;
	}

.title {
	color: #ddd;
	font-size: 20pt;
	font-weight: 800;
	}

.maintext {
	color: #ddd;
	font-size: 16pt;
	font-weight: 400;
	line-height: 20pt;
	}
	
	.ffbutton,.ffbutton2  {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif'cursive;
    text-align: center;
    display: inline-block;
    padding: 12px 18px;
    color: white !important;
    text-decoration: none;
    font-weight: 800;
    font-size: 26px;
    border: 0px;
    min-width: 90px;
    border-radius: 10px 10px 10px 10px;
}
	
	.ffbutton {
    background-color:#000;
}	
	.ffbutton2 {
    background-color:#c44729;
}	
	
	
	
.ffbutton:hover,  .ffbutton2:hover {
  background-color: #521a33;
  color:white;
  text-decoration: none;
  
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	
.bgimg-1 img {
	width: 28%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
	
/* Turn off parallax scrolling for tablets and phones */
@media (max-width:1200px)
 {

	 
.bgimg-1 img {
	width: 40%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
}


/* Turn off parallax scrolling for tablets and phones */
@media (max-width:900px)
 {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: fixed;
  }
	 
  .bgimg-2  {
	background-position: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	 }
	 
	 
.bgimg-1 img {
	width: 60%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
	
.screenbox {
position: relative;
background-color:rgba(0, 0, 0, 0.4);
margin:0 auto;
width: 100%;	
    border-radius: 0;
	padding:8px;
	}	
	 

}
