@charset "utf-8";
/* CSS Document */
#container {
    width: 100%;
	height: 100%;
    /* Change this value to customize the content area*/
    margin: auto;
	margin-left: auto;
	
}

#text1 {margin-top: 10%; margin-bottom: auto; font-style: normal; font-size: calc(28px + 2vw); font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; text-align: center }
#text2 {vertical-align: middle; font-style: normal; font-size: calc(25px + 1.2vw); font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; text-align: center}
#text3 {vertical-align: middle; font-style: normal; font-size: calc(22px + 0.8vw); font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; text-align: center}


/*#logo {display:block; margin-left: auto; margin-right: auto;align-content: center} */
#logo {display:flex; justify-content: center; resize: both }

.delayed-fadein {
  animation: 6s forwards fadein;
  animation-delay: 0s;
animation-play-state: running;
	animation-iteration-count: 1;
	
}
@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}