body {
width: 100%;
margin:0;
height:100%;
padding-bottom:100px;
}
@font-face{
	font-family: komaxFont;
	src: url(KOMIKAX_.ttf);
}
main{
	width:100%;
}
.gallery{
	display:inline;
	position:absolute;
	top:200px;
}
.gallery-item{
	float: left;
	overflow: hidden;
	margin: 20px auto;
	margin-left: 30px;
	transition: transform 0.3s;
}
.gallery-item img {
	margin-left: auto;
	margin-right: auto;
	height: 180px;
	display: block;
	cursor: pointer;
}
.gallery-item:hover{
	transform: scale(1.5);
}
.modal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .8);
}
.galleryimg{
	list-style-type:none;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	cursor: pointer;
}
#text{
	text-align: center;
	font-size:larger;
	display: block;
}
#modal-wrapper{
	position:absolute;
	left:10%;
	top:10%;
	width: 80%;
	height:80%;
}
.modal-content{
	position:absolute;
	left:10%;
	height:100%;
	width:80%;
}
#work{
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	overflow: hidden;
}
#comedyTabWrapper{
	top:1000px;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
@media screen and (max-width: 1000px){
	.infoText{
		left:300px;
	}
}