/*resets dumb default settings in various browser*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:80%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}



@font-face {
    font-family: 'heimat_sansbold';
    src: url('fonts_mftpg/heimatsans-bold-webfont.woff2') format('woff2'),
         url('fonts_mftpg/heimatsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heimat_sansextrabold';
    src: url('fonts_mftpg/heimatsans-extrabold-webfont.woff2') format('woff2'),
         url('fonts_mftpg/heimatsans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heimat_monosemibold_italic';
    src: url('fonts_mftpg/heimatmono-semibolditalic-webfont.woff2') format('woff2'),
         url('fonts_mftpg/heimatmono-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heimat_monoregularitalic';
    src: url('fonts_mftpg/heimatmono-regularitalic-webfont.woff2') format('woff2'),
         url('fonts_mftpg/heimatmono-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'heimat_monoregular';
    src: url('fonts_mftpg/heimatmono-regular-webfont.woff2') format('woff2'),
         url('fonts_mftpg/heimatmono-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


h1 {
font-family: 'heimat_sansbold';
font-size: 52px;
color:  white;
letter-spacing: 1px;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
	
}

h1.extra {font-family: 'heimat_sansextrabold'}

h2 {
	font-family: 'heimat_monoregularitalic';
font-size: 18px;
color:  white;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}

h3 {
	font-family: 'heimat_monoregularitalic';
font-size: 12px;
color:  white;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}

a:link {color: pink; text-decoration:underline;}
a:visited {color: grey; text-decoration: none;}
a:hover {text-decoration: white;}
a:active {text-decoration: none;}

.underline {
	font-family: 'heimat_monoregularitalic';	
	font-size: 18px;
	color: #494949;
	text-decoration: underline;
	display:inline-block;
	}
	
.underline:hover {color: white;
	-webkit-transition:  1s 250ms; -moz-transition:  1s 250ms; -ms-transition:  1s 250ms; -o-transition:  1s 250ms; transition:  1s 250ms;
	cursor:default;
	}


#bkgdiv{
	width: 600px;
	margin: auto;
	position: absolute;
	top: 0; left: 0%; bottom: 0; right: 0;

}

.iframecenter{
	width: 600px;
	margin: 0 auto;
}



#MAIN{
	height: 768px;
	overflow: hidden;
	position: relative;
	}
	
#SCREENINGS{
	height: 768px;
	overflow: hidden;	
	text-align: center;
	position: relative;
}
	
	
#SYNOPSIS{
	height: 550px;
	overflow: hidden;	
	text-align: center;
	position: relative;
}

#QANDA{
	height: 2230px;
	overflow: hidden;	
	text-align: center;
	position: relative;
}

#STATEMENT{
	height: 800px;
	overflow: hidden;	
	text-align: center;
	position: relative;
}

#BIO{
	height: 2300px;
	overflow: hidden;	
	text-align: center;
	position: relative;
}

#CONTACTS{
	height: 768px;
	overflow: hidden;	
	text-align: center;
	position: relative;
}


blink, .blink {
-webkit-animation: blink 1s step-end infinite;
-moz-animation: blink 1s step-end infinite;
-o-animation: blink 1s step-end infinite;
animation: blink 1s step-end infinite;
}
@-webkit-keyframes blink { 67% { opacity: 0 }}
@-moz-keyframes blink {  67% { opacity: 0 }}
@-o-keyframes blink {  67% { opacity: 0 }}
@keyframes blink {  67% { opacity: 0 }}
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    100% { opacity: 1.0; }
}

    /*  border: solid 1px aqua; */

/*//////////////////////////
//////////////////////////*/

