@charset "utf-8";


/*html { 
  background: url(../images/splash_page.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {

  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}*/

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  
  /* Set up proportionate scaling */
  width: 100%;
  height: 100%;
  
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1024px){
  img.bg {
    left: 50%;
    margin-left: -512px; }
}

.container .btn {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #923025;
  color: #d1d3d4;
  font-size: 32px;
  font-family: "Europa-Light", sans-serif;
  padding: 14px 104px;
  border: none;
  border-radius: 48px;  
}

.container .btn:hover {
  background-color: #5a201e;
}

/*
.bg {
  background-image: url("../images/splash_page.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
  background-size: contain;
}

*/
/*
div {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 0px;
}
*/

/*
.wrapper {
  text-align: center;
}

.button {
  position: absolute;
  top: 50%;
}

.longbutton {
  padding: 6px 150px;
}

*/