/* Space out content a bit */
html{
	/*min-height: 100%;*/
	height: 100%;
	 min-height: 100%;
}
body {
  /* padding-top: 1.5rem; */
  /*padding-bottom: 1.5rem;*/
  /*background: #70bbd4 url(../img/bg.jpg) no-repeat center bottom;
  background-size: auto;*/
  min-height: 100%;
	height: 100%;
	background: #70bbd4 url(../img/bg_gradient.jpg) repeat-x center bottom;
	background-size: auto 100%;
}
.wrapper{
	min-height: 100%;
	height: 100%;
	background: url(../img/bg_fadeout.jpg) no-repeat center bottom;
	background-size: auto 100%;
	position: relative;
}
.logo {
  left: 50%;
  margin: -3vh auto 0;
  position: relative;
  transform: translateX(-50%);
  width: 45vh;
}
.marketing {
	margin-top: -8vh;
}
.comingsoon{
	text-align: center;
	-webkit-text-stroke: 1px #1f2031;
    color: white;
    text-shadow:
       0 3px 0 #1f2031,
     -1px -1px 0 #1f2031,  
      1px -1px 0 #1f2031,
      -1px 1px 0 #1f2031,
       1px 1px 0 #1f2031;
	font-family: "iskra",sans-serif;
	font-size: 4vh;
	font-weight: 900;
	text-transform: uppercase;
}
/* Responsive: Portrait tablets and up */
@media screen and (max-width: 1919px) {
 .wrapper{
	/*background-size: auto 100%;*/
	/*min-height: 73vw;*/
	/*height: 100%;*/
 }
 
}
@media screen and (min-height: 1391px) {
 .wrapper{
	/*min-height: 73vw !important;*/
 }
}
@media screen and (max-height: 950px) {
 .wrapper{
	/*min-height: 130% !important;*/
 }
	.logo {
		/*margin-top: -3vh;
  width: 50vh;*/
 }
	.marketing {
		/*margin-top: -8vh;*/
	}
	.comingsoon{
		/*font-size: 2rem;*/
	}
}
@media screen and (max-height: 800px) {

.logo {
 /* width: 40vh;*/
 }
}
@media screen and (max-width: 1100px) {
 .wrapper{
	/*min-height: 100% !important;*/
 }
 
}
@media screen and (max-width: 48em) {
	.wrapper{
	  background-size: auto 640px;
	  min-height: 640px !important;
	}
}

/* Everything but the jumbotron gets side spacing for mobile first views */
/*
.header,
.marketing,
.footer {
  padding-right: 1rem;
  padding-left: 1rem;
}
*/
/* Custom page header */
.header {
  padding-bottom: 1rem;
  border-bottom: .05rem solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3rem;
}

/* Custom page footer */
.footer {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  color: #777;
  text-align: center;
  font-family: "iskra",sans-serif;
  position: absolute;
  bottom: 5px;
  left: 0;
  width:100%;
}
footer .legallinks {
  color: #fff;
  margin-bottom: 0.0em;
}
.copyright a {
	color: #344311;
	text-decoration: none;
}
footer .legallinks a,footer .legallinks a:hover{
	color: #fff;
	font-weight: bold;
}



footer .col {
  text-align: center;
}

/* coming soon page */


.width100{
	width: 100%;
}
.modal-body .h1, .modal-body h1 {
	font-size: 1.8rem;
	hyphens: auto;
	margin-bottom: 0.8em;
}
.modal-body {
	
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* Customize container */
@media (min-width: 48em) {
  footer .legallinks {
    text-align: center;
  }
  .container {
    max-width: 46rem;
  }
}

.container-narrow > hr {
  margin: 2rem 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: .05rem solid #e5e5e5;
}
.jumbotron .btn {
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
}

/* Supporting marketing content */
.marketing {
  /* margin: 3rem 0;  */
}
.marketing p + h4 {
  margin-top: 1.5rem;
}
.marketing h4 {
  margin-bottom: 1.5rem;
}
/* modal dialog */
.modal-body {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 48em) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 2rem;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

@media screen and (max-width: 48em) {
	
	.logo {
		width: 320px;
		margin-top: -30px;
	}
	.comingsoon {
		font-size: 1.5rem;
	}
	.marketing {
		margin-top: -67px;
		margin-bottom: 253px;
	}
	footer{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	
}
