*{
	font-family:  "Source Sans Pro", Arial,OpenSans, "Hiragino Sans GB", "Microsoft JhengHei", STHeiti, åŽæ–‡é»‘ä½“, SimHei, é»‘ä½“, sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
	text-decoration: none;
	color:white;
	transition: all 0.25s;
}
#container{
	position: relative;
	margin:0 auto;
	width:100%;
	max-width: 1600px;
	margin-bottom: 100px;
}
header{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width:100%;
	padding:10px 0;
	transition: all 0.25s;
}
header img{
	width: 500px;
}
#slashiesCampus{
	width: auto;
	height:100px;
}
#back{
	position: relative;
	right:10px;
	top:10px;
	padding:15px;
	border-radius: 10px;
	width: 120px;
	height:60px;
	font-size:20pt;
	text-align: center;
	font-weight: bold;
	color:rgb(230,230,230);
	background: rgb(20, 20, 20);
	transition: all 0.1s;
	z-index: 10;
}
#back:hover{
	box-shadow: 4px 4px 3px #888888;
}
section{
	position: relative;
    width: 100%;
	padding: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	background: rgb(242,242,242);
	background: -moz-linear-gradient(180deg, rgba(242,242,242,1) 0%, rgba(201,189,189,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(242,242,242,1) 0%, rgba(201,189,189,1) 100%);
	background: linear-gradient(180deg, rgba(242,242,242,1) 0%, rgba(201,189,189,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2",endColorstr="#c9bdbd",GradientType=1);
}
#title{
	padding: 1.5em;
	border-radius: 20px 20px 0 0;
	font-size:22pt;
	font-weight: bold;
	background: -moz-linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(201,189,189,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(201,189,189,1) 100%);
	background: linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(201,189,189,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c9bdbd",endColorstr="#f2f2f2",GradientType=1);
}

.album{
	margin: 1.6666% 6%;
    width: 20%;
    height: 300px;
    background-color: #877;
    color: rgb(20, 20, 20);
    border-radius: 15px;
    transition: all 0.15s;
	transform: scale(0.98);
}
.album:hover{
	background-color: #111;
	transform: scale(1);
	filter: drop-shadow(0 0 0.25rem #000);
}
.image{
	position: relative;
	/*background-image: url("../albums/20201118Visit/thumnbail/IMG_3204.jpg");*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:calc(100% - 75px);
	border-radius: 15px;
}
.photo{
	border-radius: 6px;
	box-shadow: #333 4px 4px 8px;
}
.portrait{
	height: 240px;
}
.title{
	position: relative;
	width:100%;
	height: 100px;
	padding:20px;
	color: white;
}
.galleryPhoto{
	margin:15px;
	width:320px;
	height: 240px;
}
footer{
	line-height: 1.5em;
    padding: 25px;
    width: 100%;
    position: relative;
    background-color: rgb(20, 20, 20);
    color: rgb(230,230,230);
}
footer a:hover{
	color:gainsboro;
}
footer img{
	position: absolute;
	bottom: 0;
	right: 0;
}
@media (max-width: 1600px){
	#container{
		margin-bottom: 0;
	}
}

@media (max-width: 1200px){
	.album{
		margin: 2%;
		width: 46%;
		height: 400px;
	}
}
@media (max-width: 960px){
	.album{
		margin: 0.5%;
		width: 99%;
		height: 500px;
	}
}
@media (max-width: 640px){
	header img{
		width: calc(100% - 100px);
	}
	#ive45{
		width: 100px;
		height: auto;
	}
}
