/* CSS Document */

#warp { 
height:3000px;
 }
 
 #content-warp {
	 max-width:800px;
	 margin:0px auto;
	 font-size:14px;
	 line-height:22px;
	 background-color: transparent;
	 }

.header {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #3D7DDA;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.header h1#logo {
    display: inline=block;
	width: 300px;
    height: 120px;
    float: left;
	margin-top: 5px;
	margin-left: 12px;
    font-family: "Palatino", sans-serif;
    font-size: 30px;
    color: white;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	background-image: url(../img/logo_lab.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.header nav {
    display: inline=block;
    float: right;
	margin-right:20px;
}
.header nav a {
    line-height: 140px;
    margin-left: 20px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
	font-family: "Palatino", sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header nav a:hover {
    color: white;
}
.header.smaller {
    height: 85px;
}
.header.smaller h1#logo {
    width: 200px;
	margin-top: 5px;
    height: 85px;
    font-size: 16px;
}
.header.smaller nav a {
    line-height: 100px;
	font-size: 14px;
}

table {
	align-self:center;
	width: auto;
	margin-left:auto;
	margin-right:auto;
	max-width: 90%;
	min-width: 60%;
}

table img {
		max-width: 100%;
}

#titles{
	font-size: 20px;
	font-weight: 700;
	color:#3D7DDA;
}

#names{
	font-size: 18px;
	font-weight: 700;
	color:#3D7DDA;
	text-align: left;
}

@media all and (max-width: 760px) {
    .header h1#logo {
        display: block;
        float: none;
        margin: 0 auto;
		margin-top: 5px;
		width: 260px;
        height: 95px;
		line-height:30px;
        text-align: center;
    }
    .header nav {
        display: block;
        float: none;
        height: 20px;
		line-height:20px;
        text-align: center;
        margin: 0 auto;
		font-size: 12px;
    }
    .header nav a {
        line-height: 20px;
        margin: 0 5px;
		font-size: 12px;
    }
    .header.smaller {
        height: 85px;
    }
    .header.smaller h1#logo {
        height: 65px;
		width: 180px;
		line-height: 18px;
        font-size: 14px;
		margin-top: 2px;
    }
    .header.smaller nav {
        height: 12px;
		line-height:12px;
    }
    .header.smaller nav a {
        line-height: 12px;
		font-size: 10px;
    }
	table {
		margin-left:auto;
		margin-right:auto;
    	width: auto;
		max-width: 90%
		height: 100%;
	}
	table img {
		max-width: 80%;
		height: auto;
	}
	#content-warp {
		font-size: 12px;
	}
	#titles{
		font-size: 16px;
		font-weight: 700;
		color:#3D7DDA;
	}
	#names{
		font-size: 14px;
		font-weight: 700;
		color:#3D7DDA;
		text-align:left;
	}
}

#slide1{
	height: auto;
	text-align: justify;
	padding: 120px 10px 10px 10px;
	margin-top: -10px;
}

#slide2{
		height: auto;
		padding: 70px 10px 10px 10px;
		margin-top: -80px;
		text-align: justify;
}
