
html {
	font-family: "Times New Roman", Times, serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #333;
}

body {
	margin: 0;
	margin-top: 10px;
}
body {
	margin: 0; /* remove default margin */
	scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
	-ms-overflow-style: none;  /* Disable scrollbar IE 10+ */
	overflow-y: scroll;
	margin-top: 0px;
	color:#dfdfdf !important;
	background: #333 url('../images/backgrounds/openmetacortex_1600_1200_red.jpg') no-repeat center 0px fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -1;
	height: 2000px;
}
body.bright {
	margin: 0; /* remove default margin */
	scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
	-ms-overflow-style: none;  /* Disable scrollbar IE 10+ */
	overflow-y: scroll;
	margin-top: 0px;
	color:#dfdfdf !important;
	background: #333 url('../images/backgrounds/openmetacortex_1600_1200_red_bright.jpg') no-repeat center 0px fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -1;
	height: 2000px;
}
body.info {
	margin: 0; /* remove default margin */
	scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
	-ms-overflow-style: none;  /* Disable scrollbar IE 10+ */
	overflow-y: scroll;
	margin-top: 0px;
	color:#dfdfdf !important;
	background: #333 url('../images/backgrounds/openmetacortex_1600_1200_red.jpg') no-repeat center 0px fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -1;
	height: 2000px;
}

@-moz-document url-prefix() { /* Disable scrollbar Firefox */
	html{
		scrollbar-width: none;
	}
}
body::-webkit-scrollbar {
	width: 0px;
	height: 0px;
	background: transparent; /* Disable scrollbar Chrome/Safari/Webkit */
}

/* Typography */

body,
button,
input,
select,
textarea,
td {
	font-size: 13px;
	font-size: 0.8125rem;
}

p:hover {
	color:   #efefef;
}
h1 {
	font-size: 30px;
	font-size: 1.875rem;
}

h2,
	.home.blog .entry-title,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}
    
h3 {
	font-size: 22px;
	font-size: 1.375rem;
}

h4 {
	font-size: 18px;
	font-size: 1.125rem;
}

h5 {
	font-size: 13px;
	font-size: 0.8125rem;
}

h6 {
	font-size: 12px;
	font-size: 0.8rem;
}

a,
a:visited {
	color: #ff0000;
	TEXT-decoration: none;
}
a:hover,
a:focus {
	color: #ffff00;
}

#loader { 
    border: 12px solid #f3f3f3; 
    border-radius: 50%; 
    border-top: 12px solid #444444; 
    width: 70px; 
    height: 70px; 
    animation: spin 1s linear infinite; 
} 
  
@keyframes spin { 
    100% { 
        transform: rotate(360deg); 
    } 
} 
  
.center { 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    margin: auto; 
} 

#noscriptinfo {
	display: block;
	position: fixed;
	top: 50px;
	width: calc(100% - 50px);
	min-height: 100px;
	background: #333;
	opacity: 0.9;
	color: #fff;
	z-index: 9999;
}
#noscriptinfo p {
	padding-left: 10px;
	padding-right: 10px;
}
#noscriptinfo.hidden {
	display: none;
	visibility: hidden;
	position: fixed;
	top: 50px;
	width: calc(100% - 50px);
	min-height: 100px;
	background: #333;
	opacity: 0.9;
	color: #fff;
	z-index: 9999;
}

#favicon {
    float:left;
}

#dimmer {	
	position: fixed;
	display: block;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    min-height: 2000px;
    background-color: #000;
	opacity: 0.0;
    z-index: 0;
}

.red {
    position: fixed;
    top: 0;
    width: calc(100%);
    height: calc(100%);
    background: url(../images/backgrounds/openmetacortex_1600_1200_red.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}
.red_bright {
    position: fixed;
    top: 0;
    width: calc(100%);
    height: calc(100%);
    background: url(../images/backgrounds/openmetacortex_1600_1200_red_bright.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}
.red_dark {
    position: fixed;
    top: 0;
    width: calc(100%);
    height: calc(100%);
    background: url(../images/backgrounds/openmetacortex_1600_1200_red_dark.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}
.name {
    position: fixed;
    top: calc(15vh);
    text-align: center;
    font-size: 2.0rem;
	color: rgb(245, 0, 0);
    width: calc(100%);
    z-index: 10;
}
.name:hover {
    color: rgb(255, 0, 0);
}
.teaser {
    position: fixed;
    top: calc(60vh);
    text-align: center;
    font-size: 1.0rem;
    color: rgb(245, 0, 0);
    width: calc(100%);
    z-index: 10;
}
.teaser:hover {
    color: rgb(255, 0, 0);
}
.stage {
    position: fixed;
    top: calc(75vh);
    text-align: center;
    font-size: 1.0rem;
    color: rgb(245, 0, 0);
    width: calc(100%);
    z-index: 10;
}
.stage:hover {
    color: rgb(255, 0, 0);
}
.info {
    position: fixed;
    top: calc(85vh);
    text-align: center;
    font-size: 0.8rem;
    color: rgb(245, 0, 0);
    width: calc(100%);
    z-index: 10;
}
.info:hover {
    color: rgb(255, 0, 0);
}
.copyright {
    position: fixed;
    top: calc(95vh);
    text-align: center;
    font-size: 0.8rem;
    color: rgb(245, 0, 0);
    width: calc(100%);
    z-index: 10;
}
.copyright:hover {
    color: rgb(255, 0, 0);
}

#in-short {
	position:fixed;
	top: calc(2vh);
	width: calc(100%);
	text-align: center;
	z-index:100;
	color: orangered;
	font-weight:bold;
}
#in-short p {
	opacity: .1;
}
#in-short p:hover {
	color: yellow;
	opacity: 1.0;
}

@media print {


	body {
		margin: 0; /* remove default margin */
		scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
		-ms-overflow-style: none;  /* Disable scrollbar IE 10+ */
		overflow-y: none;
		margin-top: 0px;
		padding-left: 0px !important;
		padding-right: 0px !important;
		color:#dfdfdf !important;
		background: #333 url('../images/backgrounds/openmetacortex_1600_1200_red_dark.jpg') no-repeat -450px 0px; 
		background-size: auto;
	}
	

} /* end @media print */

@media screen and (min-width: 10em) {
    
	/* Typography */

	body,
	button,
	input,
	select,
	textarea,
	td,
	p {
		font-size: 12px;
		font-size: 0.8rem;
    }

    #in-short p {
    	font-size: 0.5rem;
    }

    .name {
        font-size: 1.75rem;
    }
    .teaser {
        font-size: 1.0rem;
    }
    .domain {
        font-size: 1.25px;
    }
    .info {
		font-size: 0.8rem;
    }
	.copyright {
		font-size: 0.5rem;
    }
    
} /* end @media screen and (min-width: 10em) */

@media screen and (min-width: 30em) {
    
	/* Typography */

	body,
	button,
	input,
	select,
	textarea,
	td,
	p {
		font-size: 12px;
		font-size: 0.8rem;
        }

    #in-short p {
    	font-size: 0.5rem;
    }

    .name {
        font-size: 2.75rem;
    }
    .teaser {
        font-size: 1.2rem;
    }
    .domain {
        font-size: 1.25px;
    }
    .info {
		font-size: 0.9rem;
    }
	.copyright {
		font-size: 0.75rem;
    }

} /* end @media screen and (min-width: 30em) */

@media screen and (min-width: 48em) {
    
	/* Typography */

	body,
	button,
	input,
	select,
	textarea,
	td,
	p {
		font-size: 13px;
		font-size: 0.8125rem;
	}

    #in-short p {
    	font-size: 0.5rem;
    }

    .name {
        font-size: 4.0rem;
    }
    .teaser {
        font-size: 1.25rem;
    }
    .domain {
        font-size: 1.5px;
    }
    .info {
		font-size: 1.0rem;
    }
	.copyright {
		font-size: 1.0rem;
    }

	@media screen and (min-width: 64em) {
    
	/* Typography */

	body,
	button,
	input,
	select,
	textarea,
	td,
	p {
		font-size: 13px;
		font-size: 0.8125rem;
	}

    #in-short p {
    	font-size: 0.5rem;
    }

    .name {
        font-size: 4.5rem;
    }
    .teaser {
        font-size: 1.5rem;
    }
    .domain {
        font-size: 1.75px;
    }
    .info {
		font-size: 1.25rem;
    }
	.copyright {
		font-size: 1.25rem;
    }

} /* end @media screen and (min-width: 48em) */

