@charset "utf-8";
html {
    width:100%;
    height:100%;
	min-width: 960px;
}
body {
    width:100%;
    height:100%;
    margin: 0;
	background: black;
	min-width: 960px;
	min-height: 600px;
	color: white;
}
a {
	color: white;
	text-decoration: none;
	transition: color 0.2s;
}
h1 {
	font-size: 50px;
	font-weight: 800;
}
h2 {
	font-size: 25px;
	font-weight: 600;
}
h3 {
	font-size: 30px;
	font-weight: 600;
}
h4 {
	font-size: 18px;
	font-weight: 800;
}
h5 {
    font-size: 18px;
    font-weight: 400;
	line-height: -0;
	text-decoration: underline;
}
h5 a:hover {
	color: #CDCDCD;
}
div.container {
	width: 100%;
    height: auto;
    margin: 0 auto;
    font-family: Gotham, "Open Sans", Helvetica, Arial, sans-serif;
    background-image: url("../assets/background.jpg");
	background-attachment: fixed;
}
div.home {
	width: 20%;
	height: 100%;
	float: left;
}
div.credit {
	position: absolute;
	margin: 5% 35%;
	width: 30%;
	max-height: 200px;
	align-content: center;
	text-align: center;
	line-height: 1;
	z-index: 4;
	background-color: black;
}
div.self {
	position: absolute;
	width: 20%;
    min-width: 192px;
	height: 70%;
	top: 0%;
	margin-top: 20%;
	z-index: 5;
}
div.home section {
    position: absolute;
    width: 20%;
    min-width: 192px;
    margin-top: 25%;
    height: 30px;
    background: black;
    color: white;
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 8px;
    display: block;
	transition: all 0.2s;
}
section.home {
	z-index: 3;
}
section.self {
	z-index: 1;
}
@media screen and ( max-width: 960px ){
    div.home section{
        margin-top: 240px;
    }
}
div.home img.home {
	width: 100%;
	height: auto;
	z-index: 1;
	display: block;
}
img.home-h {
	position: absolute;
	width: 20%;
	min-width: 192px;
	top: 0%;
	opacity: 0;
	display: block;
	transition: opacity 0.2s;
}
a.home:hover section{
	text-decoration: underline;
	background: white;
	color: black;
	transform: scaleY(1.1);
}
a.home:hover ~ img.home-h {
	opacity: 1;
}
img.self-h {
	position: absolute;
	min-width: 960px;
	width: 100%;
	left: 0;
	z-index: 1;
	opacity: 1;
}
img.self {
	position: absolute;
	min-width: 960px;
	width: 100%;
	left: 0;
	z-index: 2;
	opacity: 1;
	transition: opacity 0.5;
}
a.self:hover ~ img.self {
	opacity: 0;
}
a.self:hover ~ img.home-h {
	opacity: 1;
}
a.self:hover ~ section{
	transform: scaleY(1.1);
	background: white;
}


header {
    overflow: hidden;
    background-color: #000;
    position: fixed;
    top: 0;
    min-width: 960px;
	min-height: 44px;
    width: 100%;
    z-index: 2;
}

header a {
    float: right;
    font-size: 18px;
    color: white;
    text-align: center;
    padding: 14px 0px;
    min-width: 77px;
    width: 8%;
    text-decoration: none;
    transition: all 0.2s;
}
.head {
    margin-left: 8%;
	font-weight: 600;
    float: left;
    width: 42%;
	z-index: 5;
}
.head a {
    float: left;
    font-size: 18px;
    color: white;
    min-width: 150px;
    text-decoration: none;
}
.head-a {
    margin-right: 8%;
    float: left;
    width: 42%;
	z-index: 5;
    text-align: right;
}
.head-a a {
    font-size: 18px;
    color: white;
    margin-left: 40px;
    text-decoration: none;
}

header a:hover {
    transform: scale(1.1);
}

#navbar {
    background: lightgrey;
    position: fixed;
    top: 44px;
    min-width: 960px;
    width: 100%;
    transition: top 0.2s;
    z-index: 1;
}

#navbar a {
    float: left;
    width: 25%;
    min-width: 240px;
    font-size: 16px;
    display: block;
    color: black;
    text-align: center;
    padding: 10px 0px;
    text-decoration: none;
    transition: all 0.2s;
}

#navbar a:hover {
    transform: scale(1.1);
}

.active {
	background: white;
	color: black;
}
.active-a {
	color: white;
	background: #666;
}
#n1:hover {
	background: #ff7
}
#n2:hover {
	background: #f77
}
#n3:hover {
	background: #7f7
}
#n4:hover {
	background: #77f
}

.bg {
	width: 100%;
	display: block;
}

.iama {
	margin-left: 8%;
	margin-right: 8%;
	padding-top: 100px;
	padding-bottom: 150px;
	text-align: center;
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
}
.iama article {
	margin-left: 21%;
	margin-right: 21%;
	font-size: 18px;
	word-spacing: 20px;
	text-align: justify;
	text-align-last: center;
	font-weight: 400;
	line-height: 25px;
}
.iama p {
	margin-left: 29%;
	margin-right: 29%;
	text-align: justify;
	text-align-last: left;
}
.iama hr {
	margin: 200px 21%;
	border-color: grey;
}
.feature {
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 40px;
	padding-bottom: 150px;
	text-align: justify;
	text-align-last: center;
	background-attachment: fixed;
	background-size: cover;
}
.feature article {
	float: left;
	width: 46%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 0%;
}
h3.sub {
	line-height: 24px;
}
span.sub {
	color: #ccc;
	font-size: 20px;
	font-weight: 300;
}
.wrapper {
	float: left;
	transition: outline 0.2s;
}
.wrapped {
	float: left;
}
.wrap {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.wrapl {
	width: 48%;
	margin-left: 2%;
}
.wrapr {
	width: 48%;
	margin-right: 2%;
}
.wrapbig {
	width: 98%;
	margin: 1%;
}
.wrapmed {
	width: 48%;
	margin: 1%;
}
.wrapsmall {
	width: 31.3%;
	margin: 1%;
}
.wrapmusic {
	max-width: 960px;
	margin: 0 auto;
}
.wrapper img {
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.wrapper:hover {
	outline: 10px solid white;
	outline-offset: -10px;
}
.about{
	margin-left: 12.5%;
}
.left {
	text-align-last: right;
	float: left;
}
.middle {
	margin-left: 25%;
	text-align-last: center;
	float: left;
}
.right {
	text-align-last: left;
	float: right;
}
.clear {
	clear: both;
	border-style: none;
	margin: 30px 0px;
}
.clearbig {
	clear: both;
	border-style: none;
	margin: 360px 0px;
}
.afterimage {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.aftermiddle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.aftercontainer{
  position: relative;
  background-color: #000000;
}
.aftercontainer:hover .afterimage {
  opacity: 0.2;
}
.aftercontainer:hover .aftermiddle {
  opacity: 1;
}
.aftertext {
  color: white;
  font-size: 16px;
}

.other {
	margin-left: 8%;
	margin-right: 8%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 100px;
	padding-bottom: 150px;
	text-align: center;
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
}
.row {
	margin-left: 8%;
	margin-right: 8%;
	padding-left: 22%;
	padding-right: 22%;
	padding-bottom: 150px;
	text-align: center;
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
}
.contact {
	float: left;
	transition: transform 0.2s;
	align-content: center;
	width: 27%;
	margin: 3%;
}
.contact a{
	text-decoration: underline;
}
.contact a:hover{
	color: #CDCDCD;
}
.contact img {
	border: 0;
	width: 70%;
	height: 100%;
	display: inline-block;
	transition: transform 0.2s;
}
.contact img:hover {
	transform: scale(1.1);
}

#cinematography {
	background-image: url("../assets/film/film1.jpg")
}
#editing {
	background-image: url("../assets/film/film2.jpg")
}
#directing {
	background-image: url("../assets/film/film3.jpg")
}
#videography {
	background-image: url("../assets/videography/bg_video_1.jpg")
}
#posthiding {
	background-image: url("../assets/music/bg_music_1.jpg")
}
#nostalgicscapegoats {
	background-image: url("../assets/music/bg_music_2.jpg")
}
#photography {
	background-image: url("../assets/etc/bg_photography_1.jpg")
}
#art {
	background-image: url("../assets/etc/bg_art_1.jpg")
}
#theatre {
	background-image: url("../assets/etc/bg_theatre_1.jpg")
}
#f6 {
	background-image: url("../assets/more/more3.jpg")
}
#about {
	background-image: url("../assets/about/about1.jpg")
}
#about2 {
	background-image: url("../assets/about/about2.jpg");
	padding: 10% 20%;
}

article a:hover {
	color: #ccc;
}


footer {
    background-color: #000000;
    width: 100%;
    height: 60px;
    z-index: 5;
    clear: both;
}
footer a:hover {
	color: #CDCDCD;
}
.foottext {
    margin-left: 8%;
    float: left;
    width: 72%;
	z-index: 5;
}

.foottop {
    margin-right: 8%;
    float: left;
    width: 12%;
	z-index: 5;
    text-align: right;
}
