@font-face {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Century Gothic;
	src: url('GOTHIC.TTF')  format('truetype'); /* Safari, Android, iOS */
}

.twitter-timeline {
        margin-left: auto;
        margin-right: auto;
}

body {
	background-color: #000;
	background-image: url(bitchez.jpg);
	/* first value: width of the image, second value: height */
	/* background-size: auto auto !important; */
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	background-position: center center !important;
	background-size: cover;
	/*background-size: 200%;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Century Gothic;
	src: url('GOTHIC.TTF')  format('truetype'); /* Safari, Android, iOS */
	list-style-type: none;
	font-size: 42px;
	margin: auto;
	text-align: center;
	min-height: 606px;
}

a {
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 8px #000;
/*  cursor: auto; */
}

#Top {
	font-size: 36px;
	width: 290px;
	margin-right: auto;
	margin-left: auto;

}
#Bitchez #Top ul {
	list-style-type: none;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-inline-start: 24px;
	padding-inline-end: 24px;
}

#Bitchez #Top ul li {
	height: 50px;
	padding-left: 20px;
	display: block;
	float: left;
	padding-right: 20px;
}

#Bitchez #Top ul li a {
}

#Bitchez #Top ul li a:hover {
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 8px #000;
	border-top-style: none;
	border-bottom-style: ridge;
	border-bottom-color: #FF0;
}

#Bitchez #Content {
	font-size: 24px;
	display: block;
	color: #FFF;
	text-shadow: 1px 1px 3px #000;
}

#Bitchez #Content #Contact form p {
        font-size: 24px;
        color: #FFF;
        padding: 0 0 0 0;
        margin: 0;
        text-shadow: 1px 1px 3px #000;
}

#Bitchez #Content #Contact form p input {
        background: #f5f5f5;
        padding: 5px;
        border: 1px solid #bbb;
        border-radius: 14px;
        opacity: 0.7;
        filter: alpha(opacity=70);      /* For IE8 and earlier */
        font-family: Arial;
        font-size: 14px;
        margin: 0 0 20px 0;
}

#Bitchez #Content #Contact form p textarea {
        background: #f5f5f5;
        padding: 5px;
        border: 1px solid #bbb;
        border-radius: 14px;
        width: 400px;
        height: 120px;
        -ms-overflow-style: none;       /* Disabling the IE scrollbar in textarea */
        opacity: 0.7;
        filter: alpha(opacity=70);      /* For IE8 and earlier */
        font-family: Arial;
        font-size: 14px;
        margin: 0 0 20px 0;
}

#Bitchez #Content #Contact form input#submit {
/*	opacity: 0.9; */
	filter: alpha(opacity=90);	/* For IE8 and earlier */
	color: #000;
	background: #FF0;
	padding: 10px 25px 10px 25px;
	cursor: pointer;
        border: 0px solid #bbb;
        border-radius: 14px;
	font-size: 14px;
}
