html, body {
  width: 100%;
  height: 100%;
}

body {
  background: url("./images/grey-star-evolve-south-bay-splash-page-background.png") no-repeat center center fixed;
  background-size: cover;
/*  background-color: #d6e7f0;*/
  margin: 0;
}


/*.back-button {*/
/* margin-top: 30px;*/
/* margin-left: 30px;*/
/*  width: 4%;*/
/*  filter: drop-shadow(2px 2px 2px #222);*/
/*  position: relative;*/
/*  z-index: 1;*/
/*}*/


#container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.header-wrap {
  width: 80%;
  margin: 15% auto 20px auto;
}

.header {
  width: 100%;
  -webkit-filter: drop-shadow(10px 5px 5px #222 );
  filter: drop-shadow(5px 5px 5px #222);

}

.box {
  flex: 1 0 70%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: end;
  box-sizing: content-box;
}

.footer-wrap {
  display: flex;
  align-items: start;
  justify-content: center;
  flex: 1 1 33.3333%;
}

.footer-wrap > * {
  padding: 24px;
}

a {
  text-decoration: none;
}


.icon {
  transition: all .15s;
  cursor: pointer;
  width: 47.5%;
  padding: 1%;
  -webkit-filter: drop-shadow(10px 5px 5px #222 );
  filter: drop-shadow(5px 5px 5px #222);
}

/*#icon_2.icon{*/
/*  display: block;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*}*/

.icon:hover {
  transform: scale(1.06);
}

.logo {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 12.5%;
}

#contact-button {
  box-sizing: border-box; 
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 984px) {

  #container {
    max-width: 600px;
    padding: 0 48px;
    margin: 0 auto;
  }

  .box {
    flex-basis: 50%;
  }

  .icon {
    width: 100%;
    margin: 10px auto;
  }

  .footer-wrap {
    flex: 1 1 20%;
  }

}

@media only screen and (max-device-width: 425px) and (orientation: portrait) {

/*
  #container .box {
    width: 80%;
    height: 140vh;	
  }

 #container {
  height: 100vh;
	
 }
*/


.back-button {
  
  width: 17%;
/*  filter: drop-shadow(5px 5px 5px #222);*/


 }

}


@media only screen and (max-device-width: 812px) and (orientation: landscape) {

  #container .box {
    width: 80%;
  }

 #container {
  height: 60vh;
	
 }

/**/
/*.back-button {*/
/*/*  padding: 30px 0 0 30px;*/*/
/*  margin-top: 30px;*/
/*  margin-left: 30px;*/
/*  width: 7%;*/
/*   position: relative;*/
/*  z-index: 1;*/
/* }*/


 #icon-wrap {	
	transform: scale(0.6);
	height:20vh;
 }


}
