@charset "UTF-8";
/* CSS Document */


/* ========================FONTS======================== */


@font-face {
    font-family: "Neutra Text TF Alt";
    src: url("../fonts/NeutraTextTF-BookAlt.otf") format("opentype");
    font-display: fallback;
}

@font-face {
    font-family: "Neutra Text TF Alt";
    src: url("../fonts/NeutraTextTF-BoldAlt.otf") format("opentype");
    font-weight: bold;
    font-display: fallback;
}

@font-face {
    font-family: "Neutra Text TF Alt";
    src: url("../fonts/NeutraTextTF-BookItalicAlt.otf") format("opentype");
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: "Neutra Text TF Alt";
    src: url("../fonts/NeutraTextTF-BoldItalicAlt.otf") format("opentype");
    font-style: italic;
    font-weight: bold;
    font-display: fallback;
}

@font-face {
    font-family: "Cambria";
    src: url("../fonts/Cambria.ttf") format("truetype");
    font-display: fallback;
}

@font-face {
    font-family: "Cambria";
    src: url("../fonts/Cambria Bold.ttf") format("truetype");
    font-weight: bold;
    font-display: fallback;
}

@font-face {
    font-family: "Cambria";
    src: url("../fonts/Cambria Italic.ttf") format("truetype");
    font-style: italic;
    font-display: fallback;
}


/* ========================GENERAL======================== */

body {
    font-family: "Neutra Text TF Alt", helvetica, arial, sans-serif;
    font-style: normal;
    margin:0;
    padding:0;
    height:100%;
    color: #333333;
    background-color: #ffffff;
    background-position: center center;
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    -webkit-appearance: none;
    appearance: none;
    }

#container {
    height: 100%;
    width: 1000px;
    margin: 0px auto;
    position: relative;
}

/* ========================NAV======================== */

#nav {
	background-color: rgba(255, 255, 255, 0.95);
	height: 100px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 1000;
	clear: both;
	border-bottom: 1px solid #eee;
}

#nav-container {
	width: 1000px;
	margin: 0 auto;
}

#header-logo{
	background-image: url('../images/mb-logo-black.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	margin-top: 20px;
	float: left;
	
}


#header-menu {
	float: right;
	height: 100%;
	margin-top: 40px;
}


.header-text {
	text-align:right;
	margin-left: 20px;
	color: #aaaaaa;
	float: left;
	text-transform: uppercase;
}

a .header-text{
	text-decoration: none;
	color: #999999;
	transition: all 0.2s ease-in-out;
}

a .header-text:hover{
	color: #333333;
	transition: all 0.2s ease-in-out;
    text-decoration: none;
    background-image: linear-gradient(to top,rgba(48,131,167,.50) 50%,transparent 50%,transparent 100%);
    transition: all 0.2s ease-in-out;
}

a #archive-link {
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
    margin: 40px auto;
    clear: both;
    transition: all 0.2s ease-in-out;
}

a #archive-link:hover {
    color: #3083a7;
    transition: all 0.2s ease-in-out;
}


/* ========================TEXT======================== */


.header1 {
	font-size: 120px;
	font-weight: bold;
	line-height: 130px;
}


.header2 {
	font-size: 72px;
	font-weight: bold;
	line-height: 80px;
}

.subheader1 {
	font-size: 24px;
	line-height: 32px;
}

.subheader1 strong {
	color: #3083a7;
    font-weight: bold;
}

.margin-auto {
    margin: 0 auto;
}

width100 {
    width: 100%;
}

.black {
	color: #333;
}

.white{
	color: #fff;
}

.uppercase {
	text-transform: uppercase;
}

.teal {
	color: #3083a7;
}

.mustard {
	background-color: rgba(199, 193, 29, 0.9);
}

.mustard-text {
	color: #c7c11d;
}

.magenta {
	background-color: rgba(223, 31, 162, 0.9);
}

.magenta-text {
	color: rgb(223, 31, 162);
}

.royal {
	background-color: rgba(69, 139, 227, 0.9);
}


.royal-text {
	color: rgb(69, 139, 227);
}

.blood {
	background-color: rgba(204, 83, 74, 0.9);
}

.blood-text {
	color: rgb(204, 83, 74);
}

.violet {
	background-color: rgba(124, 85, 163, 0.9);
}

.violet-text {
	color: rgb(124, 85, 163);
}



.book {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.letter-spacing {
	letter-spacing: 2px;
}


.text-transform-clear {
	text-transform: none;
}


.right-button-align {
	float: right;
}


a {
	color: #333;
	transition: all 0.2s ease-in-out;
    text-decoration: none;
}


a:hover {
	opacity: 1;
/*	color: #3083a7;*/
	text-decoration: none;
    background-image: linear-gradient(to top,rgba(48,131,167,.50) 50%,transparent 50%,transparent 100%);
    transition: all 0.2s ease-in-out;
}

.opacity3 {
    opacity: 0.3;
}

.underline {
    text-decoration: underline;
}

/* ========================WORKS======================== */


#intro {
	width: 600px;
	padding-top: 100px;
	text-align: center;
	margin: 100px auto;
}

#works {
	width: 800px;
	margin: 0 auto;
}

.work-entry {
	width: 100%;
	height: 240px;
	background-color: #333;
	margin: 20px 0;
    
}

.see {
	background-image: url('../images/work-see.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
    
    transition: all 0.2s ease-in-out;
}


.see:hover {
	background-size: 120%;
    background-position: center bottom;
    transition: all 0.2s ease-in-out;
}


.balik {
	background-image: url('../images/work-balik.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
    transition: all 0.2s ease-in-out;
}

.balik:hover {
	background-size: 120%;
    background-position: center bottom;
    transition: all 0.2s ease-in-out;
}


.parksense {
	background-image: url('../images/work-parksense.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
    transition: all 0.2s ease-in-out;
}

.parksense:hover {
	background-size: 120%;
    background-position: center bottom;
    transition: all 0.2s ease-in-out;
}

.minion {
	background-image: url('../images/work-minion.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
    transition: all 0.2s ease-in-out;
}

.minion:hover {
	background-size: 120%;
    background-position: center bottom;
    transition: all 0.2s ease-in-out;
}


.socialchorus {
	background-image: url('../images/work-socialchorus.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
    transition: all 0.2s ease-in-out;
}


.socialchorus:hover {
	background-size: 120%;
    background-position: center bottom;
    transition: all 0.2s ease-in-out;
}

.work-entry-overlay{
	width: 100%;
	height: 100%;
	opacity: 0;
	
	transition: all 0.2s;

    transition-timing-function: ease-in-out;
    
}

.work-entry-overlay:hover{
	opacity:1;
	transition: all 0.5s;

    transition-timing-function: ease-in-out;
}


.work-entry-title {
	font-size: 40px;
	padding: 85px 0px 0px 50px;
	width: 600px;
	font-weight: bold;
	vertical-align: middle;
}


.work-entry-line {
	border: 2px solid #fff;
	width: 100px;
	margin-top: 10px;
}


.work-entry-caption {
	margin: 20px 0px;
	font-size: 16px;
	letter-spacing: normal;
}


.work-entry-link:hover {
    text-decoration: none;
}


/* ========================ABOUT======================== */


#about-block, #work-block, #archive-block {
	margin: 200px auto 0;
	clear: both;
    height: fit-content;
}


#about-left {
	width: 40%;
	padding: 10px 10px 10px 10px;
	font-size: 24px;
	line-height: 36px;
	float: left;
}

#about-picture {
    background: #aaa;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    background-image: url('../images/self2.png');
    background-position: center top;
    background-size: 90%;
    background-repeat: no-repeat;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
}

#about-picture:hover {
    background-position: left top;
    transition: all 0.2s ease-in-out;
    background-size: 60%;
}

#about-picture-text {
    font-size: 24px;
    text-align: center;
    padding: 150px 0 0 0;
    margin: 0 0 0 0;
    width: 100%;
    height: 150px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    float: right;
    font-weight:bold;
}


#about-picture-text:hover {
    opacity: 1;
    margin: 0 -100px 0 0;
    transition: all 0.2s ease-in-out;
    font-size: 72px;
}



#about-left .small {
	font-size: 14px;
	line-height: 24px;
}

#about-right {
	width: 50%;
	float: right;
}

#about-right a {
/*	text-decoration: none;*/
}

.about-group {
	border-left: 1px solid #ccc;
	padding: 0px 0px 0px 30px;
	margin: 50px 0 50px 0;
	overflow: auto;
}

.about-category  {
	font-size: 18px;
	padding-bottom: 10px;
}

.about-time  {
	font-size: 14px;
	margin-top: 30px;
}

.about-position  {
	font-size: 18px;
	line-height: 26px;
	padding: 5px 0;
}

.about-details  {
	font-size: 14px;
	padding-bottom: 5px;
}

.about-details a {
	text-decoration: underline;
}

.about-description  {
	font-size: 14px;
	line-height: 22px;
}

.about-column {
	font-size: 18px;
	float: left;
	width: 45%;
	line-height: 22px;
}




/* ========================CONTENT======================== */

#work-block {
	margin: 50px auto 0px;
	clear: both;
    height: fit-content;
    width: 1000px;
}

#side-details {
/*    position: relative;*/
    float: left;
    width: 190px;
    line-height: 22px;
    padding-right: 20px;
    font-size: 14px;
    border-right: 1px solid #ccc;
    
}

#side-details a {
    text-decoration: underline;
}

#main-content {
    float: right;
    width: 75%;
    margin: 0 auto 100px;
}

.content-section-header {
    font-size: 48px;
    line-height: 48px;
    margin: 80px auto 0;
}

.content-section-subtitle {
    font-size: 24px;
    line-height: 32px;
}

.content-section-text {
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0 20px;
    font-family: "Cambria", times, times new roman, serif;
}

.content-section-text a {
    text-decoration: underline;
}

#one, #two, #three, #four, #five {
    height: 65px;
    border-bottom: 1px solid #ccc;
}


.work-image {
    width: 100%;
    margin: 10px auto 20px;
    height: auto;
}

.work-image-left {
    width: 49%;
    float: left;
    margin: 10px auto;
}

.work-image-right {
    width: 49%;
    float: right;
    margin: 10px auto;
}

.work-image-caption {
    font-size: 14px;
    line-height: 22px;
    margin: -20px auto 40px;
/*    font-style: italic;*/
    text-align: center;
    font-weight: bold;
    font-family: "Neutra Text TF Alt", helvetica, arial, sans-serif;
    clear:both;
}


.sticky {
    position: fixed;
    margin-top: -400px;
    
}

.top-image {
    margin-top: 100px;
    width: 100%;
    margin: 100px auto 20px;
    height: 400px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
     background-attachment: fixed;
}

.top-image-see {
    background-image: url('../images/see-top.jpg');
}

.top-image-balik {
    background-image: url('../images/balik-top.jpg');
}

.top-image-minion {
    background-image: url('../images/minion-top.jpg');
}

.top-image-parksense {
    background-image: url('../images/parksense-top.jpg');
}

.top-image-socialchorus {
    background-image: url('../images/socialchorus-top.jpg');
}

.work-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    margin-top: 40px;
    height: 0; 
    overflow: hidden;
}


.work-video iframe,
.work-video object,
.work-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
    padding: 40px 0px;
    height: auto;
    background: #fff;
}



/* ========================ARCHIVE======================== */

.archive-item {
    width: 100%;
    margin: 0px auto;
    height: fit-content;
    clear: both;
}

.archive-details {
    float: right;
    width: 180px;
    line-height: 22px;
    font-size: 14px;
}

.archive-image {
    width: 780px;
    float: left;
    padding: 0 0 100px 0;
}

.archive-image img {
    border-right: 1px solid #ccc;
    margin: 0;
    padding-right: 20px;
}

/* ========================CONTACT======================== */



#contact-block {
	margin: 200px auto;
	clear: both;
	width: 100%;
	height: 300px;
}

#contact-block a {
    text-decoration: underline;
}


#contact-left {
	width: 45%;
	padding: 0px;
	font-size: 24px;
	line-height: 36px;
	float: left;
}


#contact-right {
	width: 45%;
	float: right;
}


.contact-label {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #3083a7;
}

input, textarea {
	width: 100%;
	min-height: 20px;
	padding: 10px 0px;
	font-size: 24px;
	margin-bottom: 40px;
	border: none;	
	outline: none;
	resize: none;
	font-family: "Neutra Text TF Alt", helvetica, arial, sans-serif;
    background-color: #fff;
    line-height: 36px;
    -webkit-appearance: none;
}


input:required:valid, textarea:required:valid {
    border-bottom: 2px solid #3083a7;
}


input:required:invalid, textarea:required:invalid {
    border-bottom: 2px solid #ccc;
}


input:required:out-of-range, textarea:required:out-of-range {
    border-bottom: 2px solid red;
}



input:focus, textarea:focus {
	color: #3083a7;
	border-bottom: 1px solid #3083a7;
/*    background: #efefef;*/
}


input[type="submit"] {
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #333;
	text-align: center;
	padding: 20px 40px 15px 40px;
	margin: 0 0 10px 0;
	opacity: 0.5;
	width: fit-content;
	border-radius: 3px;
	background: #fff;
	letter-spacing: 2px;
	font-size: 16px;
	color: #333;
    line-height: 16px;
/* 	width: 100%; */
	
	transition: all 0.2s;

    transition-timing-function: ease-in-out;
}


input[type="submit"]:hover {
	opacity:1;
	border: 1px solid #3083a7;
	color: #fff;
	background-color: #3083a7;
	
	transition: all 0.2s;

    transition-timing-function: ease-in-out;
}


.contact-message {
    font-size: 24px;
    line-height: 36px;
    float: left;
    margin-bottom: 50px;
}





/* ========================FOOTER======================== */

#footer {
	margin-top: 100px;
	padding-top: 20px;
	border-top: 2px solid #333;
	height: 120px;
	font-size: 16px;
	clear: both;
}

.footer-column {
	width: 200px;
	float: left;
	line-height: 24px;
	letter-spacing: 1px;
}

.footer-column a {
    text-decoration: underline;
}

.button {
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #333;
	text-align: center;
	padding: 20px 40px 15px 40px;
	margin: 0 0 10px 0;
	opacity: 0.5;
	width: fit-content;
	border-radius: 3px;
	
	transition: all 0.2s ease-in-out;
}

.button a {
	text-decoration: none;
}

.button:hover{
	opacity:1;
	border: 1px solid #3083a7;
	color: #fff;
	background-color: #3083a7;
	text-decoration: none;
    
	transition: all 0.2s ease-in-out;
}

