@font-face {
    font-family: letterpress;
    src: url(fonts/letterpress.ttf);
}
@font-face {
    font-family: letterpress;
    src: url(fonts/letterpress_bold.ttf);
    font-weight: bold;
}
.youtubecontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.center {
    text-align: center;
    padding: 8px; 
}
.justify {
    text-align: justify;
    padding:8px;
/*    background-color: black; */
}
body {
    font-family: "letterpress", "Times New Roman", serif;
    font-size: 28px;
    text-align: center;
    color: white;
	background-color: black;
/* background-image: url("_images/bg-test-panoptiglitch.jpg");*/
/*	background-image: url("_images/bg-2016-glitch-bw4.png"); */
    background-position: center top;
    background-repeat: repeat;
    text-transform: lowercase;
    padding: 8px;
}
h1 {
/*    color: white; */
/*    background-color: black; */
    display: inline;
    font-family: "letterpress", "Times New Roman", serif;
    font-size: 28px;
    text-align: center;
    text-transform: lowercase;
    font-weight: normal;
    padding: 8px 0px 8px 8px; 
/*    display: none;*/
}
h2 {
    display: inline;
    font-family: "letterpress", "Times New Roman", serif;
    font-size: 28px;
    text-align: center;
/*    background-color: black; */
    color: white;
    text-transform: lowercase;
    font-weight: normal;
    padding: 8px;
/*    padding: 4px 10px 4px 10px; */
}
h3 {
    font-family: "letterpress", "Times New Roman", serif;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    color: white;
/*    background-color: black; */
    background-position: center top;
    background-repeat: repeat;
    text-transform: lowercase;
 /*   padding: 4px 6px; */
}
h4 {
	font-size:34px;
	font-weight:normal;
}
h5 {
	font-family: "letterpress";
	font-size:14px;
	font-weight:normal;
}
h6 {
	font-family: "letterpress";
	font-size:10px;
	font-weight:normal;
}
h7 {
	color: black;
	background-color: white;
}
h8 {
	color: black;
	background-color: white;
	font-size:34px;
	font-weight:normal;
}
h9 {
	font-size:34px;
	font-weight:normal;
}
h10 {
	font-size:14px;
}
a:link {
    color: white;
    text-decoration: none;
/* border-bottom: 3px dotted;
    transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: background-color 0.2s linear;
     -o-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear; */
/*    background-color: black; */
}
a:visited {
    color: white;
    text-decoration: none;
    
}
a:hover {
    color: black;
    text-decoration: none;
    background-color: white;
}
/*a:active {
    color: black;
    text-decoration: none; */
}
iframe {
    border: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
}
/* show-image {
    width: 40px;
    height: 40px;
    background: url(../images/my-title-image.png);
}*/
hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@media only screen and (max-device-width: 480px) {
    body {
        font-family: "letterpress", "Times New Roman", serif;
        font-size: 54px;
        text-align: center;
        color: white;
        background-color: black;
        background-position: center top;
        background-repeat: repeat;
        text-transform: lowercase;
        letter-spacing: -4px;
        background-image: url("about:blank");
    }
    h1 {
        display: none;
        /* font-size:200px; 
	letter-spacing: -4px; */
    }
    h2 {
        display: inline;
        font-size: 64px;
        font-weight: normal;
    }
    h3 {
        /* display:inline; */
        
       /* font-size: 50px;*/
        font-weight: normal;
        text-align: justify;
        letter-spacing: -4px;
    }
    h4 {
        display: inline;
        font-size: 60px;
        font-weight: normal;
        letter-spacing: 0px;
        /* 	text-transform: uppercase; */
    }
	h5 {
	font-family: "letterpress";
	font-size:24px;
	font-weight:normal;
	} 
	h10 {
	font-size:18px;
	}
}