@font-face {
font-family: 'evgeny';
src:    url('evgeny.woff2') format('woff2'),
        url('evgeny.woff') format('woff'),
        url('evgeny.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


body { 	
    font-family: 'evgeny', serif;		
    background-color: #1b1d22;
    color:#fff;
    margin: -10px;
    font-size: 200%;
}

.header{
    background: url("./new-header.jpg");
    background-size: 3840 400px;
	background-position: center center;
    width: 100%;
    height: 400px;
	min-width: 1200px;
    background-repeat: no-repeat;
}

.polaroid{
    background: url("./polaroid.jpg");
    background-size: 500px 500px;
    background-position: center 0;
    display: block;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
}

.footer{
    background: url("./footer.jpg");
    background-size: 2000px 500px;
    background-position: center 0;
    display: block;
    width: 100%;
    height: 500px;
	min-width: 1200px;
    background-repeat: no-repeat;
}

.fixed-footer {
  position: fixed;
  border-top: thick double #e7af49;
  left: 0;
  bottom: 0;
  height: 8%;
  font-size: 100%;
  padding:10px;
  width: 100%;
  background-color: #6b9292;
  color: white;
  vertical-align: middle;
  text-align: center;
}

.button {
  background-color: #4CAF50; /* Green */
  border-radius: 4px;
  border: none;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: 'evgeny', serif;	
  font-size: 100%;
  /*margin: 4px 2px;*/
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.wishlist-button {
  background-color: #e7af49;
  color: black;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  /*box-shadow: 0 5px 15px rgba(231, 175, 73, .4);*/
  margin-left: 20px;
  border: 2px solid #555555;
}

.wishlist-button:hover {
  background-color: white;
  color: #555555;
}

.card_separator{
    background: url("./card_separator.png");
    background-size: 800px 150px;
    background-position: center 0;
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 150px;
    background-repeat: no-repeat;
}

.hero_separator{
    background: url("./hero_separator.png");
    background-size: 800px 150px;
    background-position: center 0;
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 150px;
    background-repeat: no-repeat;
}

.paper{
    background: url("./lower_background.png");
    background-size: 3840 1080px;
    background-position: center 0;
    word-wrap: break-word;
    display: block;
	padding-top: 30px;
    height: 1080px;
	min-width: 1200px;
    background-repeat: no-repeat;
}

.definition{
    background: url("./definition.png");
    background-size: 400px 200px;
    background-position: center 0;
    display: block;
    margin-top: 30px;
    height: 200px;
    background-repeat: no-repeat;
}

.subheader{
    font-size: 1.6em;
	color: #f1aa3c;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
    width: 100%;
}

.meteorfall_title {
    font-size: 200%;
    text-align: center;
    margin: 0 auto;
    color: #ece5ce;
    width: 100%;
}

/* Parallax base styles
  --------------------------------------------- */

  .parallax {
    height: 500px; /* fallback for older browsers */
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 300px;
    perspective: 300px;
  }

  .parallax__group {
    position: relative;
    height: 500px; /* fallback for older browsers */
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .parallax__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .parallax__layer--fore {
    -webkit-transform: translateZ(90px) scale(.7);
    transform: translateZ(90px) scale(.7);
    z-index: 1;
  }

  .parallax__layer--base {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 4;
  }

  .parallax__layer--back {
    -webkit-transform: translateZ(-300px) scale(2);
    transform: translateZ(-300px) scale(2);
    z-index: 3;
  }

  .parallax__layer--deep {
    -webkit-transform: translateZ(-600px) scale(3);
    transform: translateZ(-600px) scale(3);
    z-index: 2;
  }

.list_container
{
    width: 600px; 
    display:block;
    margin:0 auto
}

.list{
    text-align: center;
    list-style-position: inside;
}

.screenshots {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.credits{
    width: 1000px;
    margin: 0 auto;
    font-size: 120%;
    color: #ffeede;
    text-align: center;
    margin-top: 30px;
    word-wrap: break-word;
}

.text{
    width: 600px;
    margin: 0 auto;
    font-size: 100%;
    color: #ece5ce;
    word-wrap: break-word;
}

.feature_text{
    width: 600px;
    margin: 0 auto;
    font-size: 120%;
    color: #ece5ce;
	text-align:center;
    word-wrap: break-word;
	}

a:link, a:visited {
    color: #e7b968;
    text-decoration: none;
}

.text_on_background{
    width: 1000px;
    margin: 0 auto;
    font-size: 0.4em;
    color: #f6ece8;
    word-wrap: break-word;
}

.big_bone{
    background: url("./big_bone.png");
    background-size: 810px 196px;
    background-position: center 0;
    display: block;
    width: 100%;
    height: 196px;
    background-repeat: no-repeat;
}


.email {
    font-size: 0.6em;
    font-family:  Georgia, serif;
    color: #000; 
    border: none; 
    background-color: #fff; 
    height :40px; 
    width: 450px; 
    padding:5px;
}

.subscribe_button {
    font-size: 0.6em;
    font-family: 'evgeny', Georgia, serif;
    color: #fff; 
    border: none; 
    background-color: #42b3f4; 
    height: 40px; 
    width: 120px; 
    padding: 0px;
}