/* CSS Document */
/*
html {
    background: url(images/Ghastlies_Cover.jpg) no-repeat auto auto fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
*/
@font-face{
    
    font-family: 'adler';
    src: url('../fonts/adler.ttf') format('truetype');
    src: url('../fonts/adler.woff2') format('woff2'),
         url('../fonts/adler.eot') format('embedded-opentype'),
         url('../fonts/adler.eot?#iefix') format('embedded-opentype');
}

@font-face{
     
	font-family: 'problemsecretary';
	src: url('../fonts/Probsecretary.eot') format('embedded-opentype');
	src: url('../fonts/Probsecretary.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/probsecretary-webfont.woff') format('woff'),
	     url('../fonts/Probsecretary.ttf') format('truetype');
}

@font-face{
	font-family: 'Special Elite';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/special-elite-v11-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
       url('../fonts/special-elite-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/special-elite-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/special-elite-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/special-elite-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/special-elite-v11-latin-regular.svg#SpecialElite') format('svg'); /* Legacy iOS */
}

body {
	background: url('./images/Ghastlies_Cover.webp');
	font-family: 'adler';
	font-size:24px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: black;
	color:#ffffff;
}

@media only screen and (max-width : 1000px){
    
    @font-face{
     
	font-family: 'problemsecretary';
	src: url('http://theghastlies.us/Probsecretary.ttf') format('truetype');
	src: url('http://theghastlies.us/probsecretary-webfont.woff') format('woff');
	src: url('http://theghastlies.us/Probsecretary.eot');
	src: url('http://theghastlies.us/Probsecretary.eot?#iefix') format('embedded-opentype');
	     
}

    body {
        background: url('./images/G_Smiley.jpeg');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 63% 50%;
        font-size:12px;
        font-family: problemsecretary;
    }
    
    table {
    background-color: rgba(0,0, 0, 0.8);
    width: 10%;
    font-size:12px;
    font-family:  'problemsecretary';
    }
    
}

p{
    font-family: adler;
}

table.transparent{
    background-color: rgba(0,0, 0, 0.8);
    font-size: 28px;
    font-family: 'problemsecretary';
    padding: 30px;
}

table.opaque{
    font-size: 24px;
    font-family: 'problemsecretary';
    padding: 30px;
}
/*
td.banner{
    text-align: center;
    vertical-align: top;
}

td.normal{
    text-align: center;
    vertical-align: middle;
}
*/

biotext {
    font-size:24px;
    font-family: 'adler';
    color:#ffffff;
}

bioname {
    font-family: 'adler', 'Special Elite';
    color:#ff0000;
    font-size:22px;
}

secfont {
    font-family: 'adler', 'Special Elite';
    color:#ff0000;
    font-size:48px;
}

h1 {
	font-size:16px;
}

h4 {
	font-family: 'adler', 'Special Elite';
	font-size:28px;
	color:#ff0000;
}

a:link {
	color: #ffffff;
	text-decoration: overline;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}
/*
.input  {
    height: 300px;
    width: 300px;
}
*/

.button {
    height: 300px;
    width: 300px;
}

.topnavtxt {
	font-family: 'adler' !important,, 'Special Elite';
	font-size: 28px;
	position: absolute;
	color: #000000;
}

.infotxt {
	font-family: 'adler', 'Special Elite';
	font-size: 10px;
	color: #000000;
}


.myname {
	font-size:24px;
	font-weight:900;
}


.anti-scroll {
	font-size:12px;
}
	