@charset "utf-8";
h3 {
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	/* margin-bottom: 12px; */
	margin:auto;
}

.work_article {
	clear:both;
	margin-left: 2%;
	margin-right:2%;

}

.work_article header {
	margin-top: 5%;
	background-color: #FFFFFF;
	/* [disabled]margin-left: 15px; */
	/* margin-bottom: -32px; */
}

.work_article p {
	/* margin-left: 3px; */
	width:100%;

	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	column-count: 2;
}

.work_article a {
	color: #515151;
	text-decoration: underline;
}
.work_article a:hover{
	font-style: italic;
}

#mainImage  {
	float: left;
	/* display:inline; */
	margin-right: 5px;
	margin-left: 2%;
	max-width: 75%;
	width: 75%
}
#mainImage img{
	width: 100%;
}

#mainCaption {
	text-align: center;
	margin-top: -2%;
}

/* The Modal (background) */
#modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
		padding:0;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
		flex-direction:column;
		justify-content: center;
}

/* #modalWrapper{
	width:100%;
} */

/* Modal Content (Image) */
#imgModal{
    margin: auto;
    display: block;
    width: 90%;

}
/* of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    text-align: center;
    color: #aaaaaa;
		padding-top:3%;
		font-size:small;
}

/* The Close Button */
#closeModal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#closeModal:hover,
#closeModal:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

#right_images {
	float: left;
	width: 13%;

}

#right_images img {
	width: 100%;
	margin: 1px;
}

#right_images img:hover{
	border-color: #666666;
	border-style: solid;
}

.conceptTrailer{
	margin-left: 2%;
}

.conceptTrailer iframe{
	width:100%;
	max-width: 750px;
	margin-bottom:-3%;
}

.conceptTrailer p{
	text-align: center;
}

.conceptTrailer img{
	width:90%;
	max-width: 320px;
}

#navi {
	clear:both;
	display:block;
	text-align: center;
}
#navi a{
	padding-left: 1em;
	padding-right: 1em;
}
#navi a:hover{
	color: #FFFFFF;
	background-color: #666666;
}
