/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
Theme Name: Mezza Morta
Author: Cory Anotado
Description: WordPress Theme for Mezza Morta
Version: 0.0.1
Tags: bootstrap
*/

@font-face {
	font-family: 'VGA';
	src: url('PxPlus_VGA_SquarePx.woff2') format('woff2'), url('PxPlus_VGA_SquarePx.woff') format('woff'), url('PxPlus_VGA_SquarePx.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html{
	background-color:#000000;
	font-size:3vw;
}
body{
	width:100vw;
    padding-top:5%;
    padding-bottom:5%;
}
button{
	background:none;
	border:none;
	font-family: 'VGA';
	font-size:1rem;
	padding:0;
	margin:0;
	line-height:1;
	-webkit-appearance: none;
    border-radius: 0;
}
i{
	text-decoration: underline;
}
#music {
	color:#800080;
	background-color:#ff00ff;
	height: fit-content;
	width: fit-content;
}
#music .play:before{
	content:" [PLДY";
}
#music .pause:before{
	content:" [PДЏSЭ";
}
.container{
	border-radius:.5rem;
	margin:auto auto;
	padding:2vw;
	width:75%;
	font-family: 'VGA';
	background-color:#222222;
	color:#00ff00;
	background-image:url('https://mezzamortawebseries.com/wp-content/uploads/2018/09/background.jpg');
	background-size:cover;
	background-position: center center; 
}
.header{
	display:flex;
	justify-content:space-between;
	margin-bottom:1rem;
	border-bottom:1px solid #00ff00;
	padding-bottom:.2rem;
}
.site_name a{
	text-decoration:none;
	color:#00FF00;
}
.site_header{
	margin-bottom:.5rem;
	border-bottom:1px solid #00ff00;
	padding-bottom:.7rem;
}
#music{
	display:flex;
	justify-content:center;
	width:fit-content;
}
.menu{
	list-style-type:none;
	padding-bottom:.3rem;
	white-space:nowrap;
}
.menu li{
	display:inline;
}
.menu li a{
	text-decoration:none;
	color:#808000;
}
.menu li.current-menu-item a{
	color:#ffff00;
}
.menu li.current-menu-item a:before{
	content:"[";
}
.menu li.current-menu-item a:after{
	content:"]";
}
.menu .emphasize a{
	color: #FFFF00;
background-color: #FF0000;
padding-left: 1%;
padding-right: 1%;
}
.site_header p{
	margin-top:.3em;
	text-align:center;
}
.site_header pre{
	font-size:1.1vw;
	line-height:.79em;
	width:fit-content;
	margin:auto auto;
}
.site_header .mobile{
	display:none;
}
.site_header .desktop{
	display:block;
	text-align:center;
}
hr{
	border-top:1px solid #00ff00;
	border-bottom:0;
}
.footer{
	clear:both;
	border-top:1px solid #00ff00;
	padding-top:.5rem;	
	color:#808000;
	margin:auto auto;
	text-align:center;
    font-size:.6rem;
}
.main-content{
	width:70%;
	margin:auto auto;
	font-size:.75rem;
	padding-bottom:3em;
}

.responsive-oembed-wrapper{
	margin-bottom:1rem;
    z-index:5;
}
.responsive-oembed-wrapper:before{
    content:"";
    position:absolute;
    background-image:url('https://mezzamortawebseries.com/wp-content/uploads/2018/09/image_overlay.png');
    background-size:cover;
    height:100%;
    top:0;
    left:0;
    width:100%;
    background-position: center center; 
    z-index:6;
    pointer-events: none;
}

.main-content p{
	margin-bottom:.5em;
}
.main-content h1{
	background-color:#800000;
	color:#ffffff;
	text-transform:uppercase;
}
.main-content h2{
	background-color:#008000;
	color:#00ffff;
	text-transform:uppercase;
}
.main-content h2:before{
	content:"> ";
}
.main-content h1:before{
	content:"—-–| ";
}
.main-content img.alignright{
	float:right;
	padding:0 .3rem;
}
.main-content img {
	max-width:100%;
	height:auto;
}
.main-content a{
    text-decoration:none;
    color:#00afff;
    background-color:#5f00ff;
}
.footer a{
    text-decoration:none;
    color:#c0c0c0;
    background-color:#808080;
}
.fa, .fab, .fal, .far, .fas{
    font-size: .7em;
}
.footer h1{
	font-size:2em;
	background-color:#800000;
	color:#ffffff;
	line-height:1em;
	text-transform:uppercase;
}

.form-structure{
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.mc-field-group{
	border: 1px solid #0F0;
	padding: 10px;
	margin: 0 20px;
}
input.email, input[type="text"] {
	background: #000;
	border: 0;
	color: #FFF;
	font-family: 'VGA';
	font-size: 24px;
}
input[type="submit"]{
	border: 1px solid #0F0;
	padding: 13px;
	margin: 0 20px;
	background: #000;
	color: #FFF;
	font-family: 'VGA';
	font-size: 24px;
}


@media only screen and (max-width : 800px) {
	html{
		font-size:8vw;
	}
	.header{
		flex-direction:column;
	}
	.site_header p{
		display:none;
	}
	.menu{
	white-space:normal;
	}
	.site_header .mobile{
		display:block;
	}
	.site_header .desktop{
		display:none;
	}
	.site_header pre{
		font-size:3vw;
	}
	.main-content{
		width:90%;
		margin:auto auto;
		font-size:.85rem;
	}
	.form-structure{
		flex-direction:column;
	}
}
@keyframes flicker {
  0% {
    opacity: 0.27861;
  }
  5% {
    opacity: 0.34769;
  }
  10% {
    opacity: 0.23604;
  }
  15% {
    opacity: 0.90626;
  }
  20% {
    opacity: 0.18128;
  }
  25% {
    opacity: 0.83891;
  }
  30% {
    opacity: 0.65583;
  }
  35% {
    opacity: 0.67807;
  }
  40% {
    opacity: 0.26559;
  }
  45% {
    opacity: 0.84693;
  }
  50% {
    opacity: 0.96019;
  }
  55% {
    opacity: 0.08594;
  }
  60% {
    opacity: 0.20313;
  }
  65% {
    opacity: 0.71988;
  }
  70% {
    opacity: 0.53455;
  }
  75% {
    opacity: 0.37288;
  }
  80% {
    opacity: 0.71428;
  }
  85% {
    opacity: 0.70419;
  }
  90% {
    opacity: 0.7003;
  }
  95% {
    opacity: 0.36108;
  }
  100% {
    opacity: 0.24387;
  }
}
@keyframes textShadow {
  0% {
    text-shadow: 0.4389924193300864px 0 1px rgba(0,30,255,0.5), -0.4389924193300864px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  5% {
    text-shadow: 2.7928974010788217px 0 1px rgba(0,30,255,0.5), -2.7928974010788217px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  10% {
    text-shadow: 0.02956275843481219px 0 1px rgba(0,30,255,0.5), -0.02956275843481219px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  15% {
    text-shadow: 0.40218538552878136px 0 1px rgba(0,30,255,0.5), -0.40218538552878136px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  20% {
    text-shadow: 3.4794037899852017px 0 1px rgba(0,30,255,0.5), -3.4794037899852017px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  25% {
    text-shadow: 1.6125630401149584px 0 1px rgba(0,30,255,0.5), -1.6125630401149584px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  30% {
    text-shadow: 0.7015590085143956px 0 1px rgba(0,30,255,0.5), -0.7015590085143956px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  35% {
    text-shadow: 3.896914047650351px 0 1px rgba(0,30,255,0.5), -3.896914047650351px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  40% {
    text-shadow: 3.870905614848819px 0 1px rgba(0,30,255,0.5), -3.870905614848819px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  45% {
    text-shadow: 2.231056963361899px 0 1px rgba(0,30,255,0.5), -2.231056963361899px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  50% {
    text-shadow: 0.08084290417898504px 0 1px rgba(0,30,255,0.5), -0.08084290417898504px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  55% {
    text-shadow: 2.3758461067427543px 0 1px rgba(0,30,255,0.5), -2.3758461067427543px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  60% {
    text-shadow: 2.202193051050636px 0 1px rgba(0,30,255,0.5), -2.202193051050636px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  65% {
    text-shadow: 2.8638780614874975px 0 1px rgba(0,30,255,0.5), -2.8638780614874975px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  70% {
    text-shadow: 0.48874025155497314px 0 1px rgba(0,30,255,0.5), -0.48874025155497314px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  75% {
    text-shadow: 1.8948491305757957px 0 1px rgba(0,30,255,0.5), -1.8948491305757957px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  80% {
    text-shadow: 0.0833037308038857px 0 1px rgba(0,30,255,0.5), -0.0833037308038857px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  85% {
    text-shadow: 0.09769827255241735px 0 1px rgba(0,30,255,0.5), -0.09769827255241735px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  90% {
    text-shadow: 3.443339761481782px 0 1px rgba(0,30,255,0.5), -3.443339761481782px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  95% {
    text-shadow: 2.1841838852799786px 0 1px rgba(0,30,255,0.5), -2.1841838852799786px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  100% {
    text-shadow: 2.6208764473832513px 0 1px rgba(0,30,255,0.5), -2.6208764473832513px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
}
html::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}
html::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}
.crt {
  animation: textShadow 1.6s infinite;
}