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

@import url('https://fonts.googleapis.com/css?family=Muli:800');

body{
	position: relative;
	font-family: sans-serif;
}

a{
	text-decoration: none;
}

#body_container{
	position: absolute;
	left: 0;
}

h2{
	margin: 0;
	padding: 15px 0;
	background-color: #111;
	color: #fff;
	text-align: center;
	letter-spacing: .2em;
}

#cover{
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	z-index: 200;
}

/* header section */

#logo{
	display: flex;
		display: -webkit-flex;
		display: -ms-flex;
	align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
	position: fixed;
	overflow: hidden;
	height: auto;
	background-color: #fff;
}

#logo svg{
	display: block;
	margin: 30px 0 0;
	fill(#000);
}

#logo #logo_ps{
	display: flex;
		display: -webkit-flex;
		display: -ms-flex;
	justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
	align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
	position: relative;
}

#logo p{
	display: block;
	width: 100%;
	margin: 35px 0 0;
	color: #000;
	text-align: center;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: bolder;
}

#logo p span{
	display: block;
	width: 100%;
	font-size: 13px;
	white-space: nowrap;
}

/* fixed */

#nav_header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	opacity: .95;
}

#nav_header.fixed ul li a{
	opacity: 1;
}

#body_container{
	background-color: rgba(255, 255, 255, 1);
}

/* header section */

#nav_header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	background-image: linear-gradient(to left, #68e0cf 0%, #7C64D5 50%, #ff0844 100%);
	box-shadow:0px -12px 17px -12px rgba(0,0,0,0.5) inset;
		-webkit-box-shadow:0px -12px 17px -12px rgba(0,0,0,0.5) inset;
	z-index: 100;
	opacity: 1;
	transition: opacity .3s ease-in-out;
		-webkit-transition: opacity .3s ease-in-out;
}

#nav_header ul{
	display: flex;
		display: -webkit-flex;
		display: -ms-flex;
	justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
	align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

#nav_header ul li{
	background-color: transparent;
}

header ul li a{
	width: 100%;
	height: 100%;
	display: flex;
		display: -webkit-flex;
		display: -ms-flex;
	justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
	align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
}

header ul li a, header ul li a:link, header ul li a:visited, header ul li a:active, header ul li a:hover{
	color: #fff;
}

/* info section */

#info{
	text-align: center;
}

.title{
	display: flex;
		display: -webkit-flex;
		display: -ms-flex;
	justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
	position: relative;
	width: 100%;
	background-color: #000;
	overflow: hidden;
}

div:not(#design) .title{
	align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
}

#design .title{
	align-items: flex-end;
		-webkit-align-items: flex-end;
		-ms-align-items: flex-end;
}

.title img{
	width: 100%;
	z-index: 1;
}

.texts{
	color: #111;
	text-align: center;
}

.texts p strong{
	font-weight: bolder;
	background-image: linear-gradient(transparent 60%, #f970c7 60%);
}

.sections{
	margin-bottom: 50px;
}

/* campus section */

.date{
	font-family: 'Muli', sans-serif;
	font-weight: bolder;
	margin: 0 auto !IMPORTANT;
}

.time{
	margin: 0 auto!IMPORTANT;
	color: #888;
	font-family: 'Muli', sans-serif;
	font-weight: bolder;
}

.campus_name{
	margin-bottom: 0 !IMPORTANT;
}

.address{
	margin-top: 0 !IMPORTANT;
	color: #888;
	font-weight: bolder;
}

.map{
	width: 100%;
	height: 300px;
	box-shadow:3px 3px 11px -3px rgba(0,0,0,0.5);
		-webkit-box-shadow:3px 3px 11px -3px rgba(0,0,0,0.5);
}

/* link section */

#link h3{
	margin: 40px auto 0;
	text-align: center;
}

#link h3+p{
	margin: 5px auto 0;
	color: #111;
	text-align: center;
	font-size: 12px;
}

#link .texts{
	margin-top: 30px;
}

#link .texts a, #link .texts p{
	display: block;
	max-width: 330px;
	margin: 0 auto 15px;
	padding: 8px 0;
	color: #111;
	font-weight: bolder;
}

#link .texts a{
	color: #fff;
	background-color: #222;
	box-shadow:3px 3px 11px -3px rgba(0,0,0,0.5);
		-webkit-box-shadow:3px 3px 11px -3px rgba(0,0,0,0.5);
}

#link .texts p{
	color: #111;
	border: 1px dotted #ccc;
}

/* footer section */

footer{
	display: flex;
		display: -webkit-flex;
		display: -ms-flex;
	flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
	width: 100%;
	background-color: #222;
	padding: 50px 0 5px;
	box-shadow:0px 10px 16px -5px rgba(0,0,0,0.5) inset;
		-webkit-box-shadow:0px 10px 16px -5px rgba(0,0,0,0.5) inset;
}

#topButton{
	display: block;
	width: 30px;
	height: 30px;
	border-top: 2px #fff solid;
	border-left: 2px #fff solid;
	transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
}

#copyright{
	margin: 30px 15px;
	font-size: 10px;
	font-weight: bolder;
	text-align: center;
	color: #fff;
}

/*

Design background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
Nursing background-image: linear-gradient(to top, #209cff 0%, #68e0cf 100%);


*/
