/*
 * mislab.css
 * Copyright (C) 2017 HaK
 *
 * Distributed under terms of the MIT license.
 */

body {
	background-image: url("../img/tile-noise-gray-04.png");
	background-repeat: repeat;
}

body, input, button, select, textarea{
	font-family: "Helvetica Neue", 'Raleway', "Hiragino Kaku Gothic Pro", "微軟正黑體", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", 'Raleway', "Hiragino Kaku Gothic Pro", "微軟正黑體", sans-serif;
	font-weight: 100;
}

.mislab {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2.8rem;
}

.graduation-hat {
	height: 25px;
}

section.text-content {
	
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	
}

section.container {
	padding-bottom: 50px;
}

.project-sec{
    padding: 3em 0px 3em 0px;
    
    position: relative;
    display: grid;
    height: 100hv;
    grid-template-columns: 100px 4fr 4fr 100px;
    background-color: #f1f1f1;
    width: 100%;
}

.project-header{
    padding: 2em;
    margin-top: 46px;
    text-align: center;
}

.project-header h1{
    display: block;
    font-weight: 300;
    font-size: 5vh;
    margin-bottom: auto;
    
    line-height: 56px;
}

.member-strip{
    display: block;
    margin-top: 4em;
}

.member-info{
    align-items: center;
    display: inline-block;
    
    margin-left: 2em;
    margin-right: 2em;
}

.member-info img{
    border-radius: 50%;
    
    height: 100px;
    width: 100px;
    
    background-color: #ffffff;
}

.member-info p{
    margin-top: 1em;
    font-size: 23px;
}

.project-left{
    height: 100hv;
    padding: 2em 3em;
    
    grid-column-start: 2;
    grid-column-end: span 1;
}

.project-right{
    height: 100hv;
    padding: 1em 3em;
    
    grid-column-start: 3;
    grid-column-end: span 1;
}

.project-left p{
    position: relative;
    
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.project-video{
    padding: 3em 0em 3em 0em;
    background-color: #616161;
    
    width: 100%;
    height: 90%;
    vertical-align: middle;
}

.project-video iframe{
    position: relative;
    margin: auto;
    left: 50%;
    width: 70%;
    transform: translate(-50%, 0%);
}

.others{
    padding: 3em;
}

.others p{
    white-space:pre;
    padding: 2em;
}

.others a{
    font-weight: 300;
    font-style: oblique;
}



div#footer {
	background-color: black;
	color: white;
	font-weight: normal;
	font-size: medium;
	margin-top: 1em;
	padding: 1em;

}

h1.page_title, h2.page_title, h3.page_title {
	padding-top: 50px;
}

div#banner {
	background-color: black;
	background-image: url("../images/banner.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	color: white;
}

.item {
	height: 500px;
	text-align: right;
}

.carousel img {
	position: absolute;
	max-height: 100%;
}

.carousel .container {
	position: relative;
	z-index: 9;
}

.carousel-inner .container {
	margin: 0;
	padding: 0;
}


.carousel-caption {
	position: static;
	margin-top: 300px;
	width: 90%;
}


div#footer {
	margin-top: 0;
}

img.inline_icon {
	height: 1em;
	margin-right: 10px;
}


img.icon25 {
	height: 25px;
	width: 25px;
	margin: 0 3px;
}

img.icon20 {
	height: 20px;
	width: 20px;
	margin: 0px 2px;
}


ul {
	list-style: none;
	margin: 0;
}


a.backtotop {
	text-decoration: underline;
}



@media (max-width: 567px) {
	
	.mislab {
		font-size: 1rem;
	}

	.item {
		max-height: 260px;
	}
	
	.carousel-caption {
		position: static;
		margin-top: 150px;
	}
}

