@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	padding:0px;
}
.textalincenter{
	text-align:center;
}

.background1{ background:#9bc4d6;}

.responsive {
  width: 55%;
  height: auto;
}

.responsive2 {

  height:auto;
  background-color:#9bc4d6;
}

@media (min-height: 700px) {
	.responsive2 {
	  height: 100vh !important;
  background-color:#9bc4d6;
	}
	
	.responsive {
  width: 90%;
  height: auto;
}
}