
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;0,700;1,400;1,500;1,700&display=swap');

#contact{
	 background-color:#63666A !important;  
	/* background: url('../imgs/header_nohand.jpg') no-repeat center center fixed;  */
	/* background: rgb(255,255,255); */
/* background: linear-gradient(0deg, rgba(255,255,255,1) 90%, rgba(0,85,140,1) 95%); */

}

/* 
body{
	
	font-family: 'Roboto', sans-serif;
	
} */

/* h1, h2, h3, h4, h5, h6{sans-serif;} */




#howTo{background-color: #00558C;
/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%237f7f7f' fill-opacity='0.61' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");} */
}
#splash{
	
	width:100%;
	
	height:50vh;
	
	  background: url('../imgs/5.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
   border-bottom: 5px solid #FFCD00;
	
}

/* .nav-item a{color:#fff !important;}
.nav-item a:hover{color:#FFCD00 !important;} */

/* #footer{background-color: #000;


} */

video {
  max-width: 100%;
  height: auto;
}

/* index page */
#existingUserForm{display:none;}

#exStudentBtn:hover{cursor:pointer;}

#singlebutton:hover{background-color:#e3b807 !important; font-weight:bold;};

a.footerLink:link{color:#e6e6e6 !important;}
a.footerLink:visited{color:#e6e6e6 !important;}
a.footerLink:hover { color: #FFF; text-decoration:underline; font-weight:normal; }
a.footerLink:active { color: #FFF; text-decoration:none; font-weight:normal; }

.footerLink{font-size:.9rem;}