* {
	padding: 0;
	margin: 0;
	border: 0;
}

.fillParent {
	width: 100%;
	height: 100%
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/GothamRnd-Medium.otf') format("opentype");
}
@font-face {
    font-family: 'Gotham Book';
    src: url('/uber/fonts/GothamRnd-Book.otf') format("opentype");
}

body {
	font-family: gotham, sans-serif;
    text-align:center;
    background-color:#222;
    background:url('../../static/img/bg1.jpg');
}

h1,h2,h3,h4,h5,h6{
	color:#fff;
    font-family: gotham;
    font-size: 25px;
}
p {
    font-size: 12px;   
    color: #fff;
    font-family: "gotham book"
}

/* Sisältö */

.story {
	text-align: left;
	width: 600px;
	background: rgba(255, 255, 255, 0.88);
	font-size: 20px;
	position: relative;
}
.story>.padded {
	padding: 30px;
}
.story p+p {
	margin-top: 10px;
}



.showreel {
    padding: 20px 0px 40px;   
    background:#000;
    box-shadow: 0px 3px 15px 0px #111;
}
.showreel img {
    margin:1em 0em 0em;
}
.showreel h1 {
    margin: 0em 0em 1em;
}
.work {
    padding: 35px 0px 10px;
    text-align:center;
/*    width:1000px; */
    margin: 0 auto;
}

/* Isotopen CSS */

.portfolioFilter {
    margin: 2em 0em 2em 0em; 
}
.portfolioFilter a { 
    margin-right: 10px; 
	color:#ccc;
	text-decoration:none;
}

.portfolioFilter a.current { 
    color: #DC2222;
}
.portfolioContainer {
    position: relative;
    overflow: hidden;
    height: 1360px;
    margin: 2em 0em 3em;
}
img {
    max-width:100%;
}
figcaption h2 {
    text-shadow:1px 1px 2px #000;   
}
.isotope-item {
    z-index: 2;
    margin: 0px;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}