@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;	
}

html {
  min-height: 100%;
}


body {
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	border:none;
}


.screenFull {
	height: 100vh;
	width: 100%;
}

.logocenter1 {
  position: relative;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.textcenter1 {
  position: relative;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  text-shadow: 2px 2px black;
  font-size: 3em;
  padding: 0px 30% 0px 10%;
  color:rgb(230,250,255);
 }

#screenLogo {
	background-image: url("../img/background01.png");
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

#screenAbout {
	background-image: url("../img/background02.png");
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;

}
	
	