@import url('https://fonts.googleapis.com/css?family=Poiret+One');

body {
  background-repeat:repeat-x;
}

html, body { height: 100%; margin: 0; }

article { display: none; }

.splash { 
  margin: 0 auto; 
  width: 75%; 
  height:auto; 
  text-align: center; 
  display:block;
}
.splash { 
  font-family: 'Poiret One', sans-serif; 
  font-weight: bold;
}
.splashHeader { 
  margin:10px 0px; 
  letter-spacing:2px; 
  color:#fff; 
  font-size:32px;
}

.splashHeader p {
  text-shadow: 0px 6px 12px #000;
}
.splashHeaderTitle {
  font-size: 40px;
}
.splashItem {
  display:inline-block;
  height: 450px;
/*  width: 25%;*/
  vertical-align:top;
  margin-bottom: 55px;
}
.splashItem img {
  /*height:auto;
  width:100%;
  max-width:100%;*/
  height: 483px;
  width: 425px;
}

#landingComingSoonContainer {
  position: relative;
  display: flex;
  flex-direction: column;
}

#landingComingSoonText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: xxx-large;
  background: white;
}


/*body {
  background-repeat:repeat-x;
}

html, body { height: 100%; margin: 0; }

article { display: none; }

.splash { margin: 0 auto; padding-top: 150px; width: auto; height:auto; text-align: center; display:block;}
.splash { font-family: 'Poiret One', sans-serif; font-weight: bold;}
.splashHeader { margin:10px 0px; letter-spacing:2px; color:#fff; font-size:32px;}
.splashContainer {
  display:block; 
  margin:-5px; 
  width: 90%;
  text-align:center;
  position:relative;
  margin:0 auto;
  max-width: 1920px;
}

.splashHeader p {
  text-shadow: 0px 6px 12px #000;
}
.splashHeaderTitle {
	font-size: 40px;
}
.splashItem {
  display:inline-block;
  height: 450px;
  width: 25%;
  vertical-align:top;
  margin-bottom: 55px;
}
.splashItem img {
  height:auto;
  width:100%;
  max-width:100%;
}*/

@media screen and (max-width:1145px) {
	.splash {
		padding-top: 80px;
	}
	.splashItem {
/*		width: 50%;*/
		height: auto;
		margin-bottom: 45px;
	}
	.splashItem img {
/*    width:90%;*/
  }
  .splashHeader {
    font-size:28px;
  }
}

@media screen and (max-width:1120px) {
	.splashItem img {
/*    width:90%;*/
  }
}


@media screen and (max-width:835px) {
	.splash {
		padding-top: 40px;
	}
	.splashItem {
		margin-bottom: 60px;
	}
  .splashItem img {
/*    width:90%;*/
  }
  .splashHeader {
    font-size:26px;
  }
}

@media screen and (max-width:810px) {
	.splashHeader .splashHeaderTitle {
  	font-size: 28px;
  }
  .splashHeader {
    font-size:18px;
  }
}

@media screen and (max-width:633px) {
	.splash {
		padding-top: 20px;
	}
  .splashItem {
    margin: 10px auto;
/*    width: 50%;*/
    margin-bottom: 45px;
  }
  .splashHeader {
    font-size:24px;
  }
}

@media screen and (max-width: 490px) {
  .splashItem {
/*    width:100%;*/
    display:block;
  }
}

@media screen and (max-width: 518px) {
	.splashHeader .splashHeaderTitle {
  	font-size: 30px;
  }
  .splashHeader {
    font-size:22px;
  }
}

@media screen and (max-width: 420px) {
	.splashHeader .splashHeaderTitle {
  	font-size: 28px;
  }
  .splashHeader {
    font-size:18px;
  }
}
