@import url(https://fonts.googleapis.com/css?family=Nunito);
@import url(https://fonts.googleapis.com/css?family=Amaranth);

html {
  height: 100%;
  overflow: hidden;
}

body { 
  margin:0;
  padding:0;
	perspective: 1px;
	transform-style: preserve-3d;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: Nunito;
}

h1 {
	color: #FFFFFF;
   font-size: 250%
}

p {
	font-family: 'Amaranth';
	font-size: 140%;
	line-height: 150%;
	color: #E0E0E0;
}

li {
	line-height: 20px;
	content: "\2022";
	color: green;
	font-weight: bold;
	display: list-item; 
	margin-left: -1em;
}

.dev {
    list-style: none;
    padding-left: 0;
}
.dev li {
    position: relative;
    padding-left: 100px;
    line-height: 75px;
}
.dev li:before {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    background-image: url('images/body/quill.png');
    background-size: cover;
    background-position: center;
    left: 60px;
    top: 20px;;
    transform: translateY(-50%);
}

.slide {
  position: relative;
  /*padding: 25vh 10%;*/
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
	transform-style: inherit;
}

img#main_logo {
	margin: 5% 0px 0px -50%;
	width: 15%;
}

img#plaque {
  position: absolute;
  top: 50%;
  left: 35%;
  width: 320px;
  height: 240px;
  transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
  padding: 10px;
  border-radius: 5px;
  background: rgba(240,230,220, .7);
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}

img:last-of-type#plaque {
  transform: translateZ(.4px) scale(.6) translateX(-104%) translateY(-40%) rotate(-5deg);
}

.slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, .7);
}

.title {
  width: 50%;
  padding: 10px;
  border-radius: 25px;
  background: rgba(240,230,220, .7);
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);
  background-image: url("images/body/center-back.png");
}

.news {
	background: url("images/body/news-top-frame.png"), url("images/body/news-center-back.png"),url("images/body/news-down-shadow.png");
	background-repeat: no-repeat, repeat-x, repeat-y;
	background-position:0px 0px,0px 0px,0px 0px;
	background-size: 100%, 100% 100%, 100% 100%;
	padding: 50px 50px 50px 50px;
}

.slide:nth-child(2n) .title {
  margin-left: 0;
  margin-right: auto;
}

.slide:nth-child(2n+1) .title {
  margin-left: auto;
  margin-right: 0;
}

.slide, .slide:before {
  background: 50% 50% / cover;  
}

.header {
  text-align: center;
  font-size: 175%;
  color: #fff;
  text-shadow: 0 2px 2px #000;
}

#title {
  background-image: url("images/body/background_dragon.jpg");
  z-index:2;
}

#title h1 {
 transform: translateZ(.25px) scale(.75);
 transform-origin: 50% 100%;
}

#slide1 {
	padding: 25vh 10%;
	z-index:-1;
}

#slide1:before {
    background-image: url("images/body/thule_map.jpg");
	background-color:black;
  transform: translateZ(-1px) scale(2);
z-index:-1;
}

#slide2 {
	padding: 25vh 10%;
  background-image: url("images/body/seige1.jpg");
  z-index:2;
}

#slide3 {
	padding: 25vh 10%;
}

#slide3:before {
  background-image: url("images/body/forest.jpg");
  transform: translateZ(-1px) scale(2);
}

#slide4 {
	padding: 25vh 10%;
  background-image: url("images/body/theend.jpg");
  z-index:2;
}