@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');

body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 6px;
	background: url(img/backgroundfull1080.png);
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-size: 100% 100%;
}
  .crt::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;
}

@keyframes flicker {
  0% {
  opacity: 0.27861;
  }
  5% {
  opacity: 0.34769;
  }
  10% {
  opacity: 0.23604;
  }
  15% {
  opacity: 0.10626;
  }
  20% {
  opacity: 0.18128;
  }
  25% {
  opacity: 0.10626;
  }
  30% {
  opacity: 0.18128;
  }
  35% {
  opacity: 0.23604;
  }
}

.crt::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;*/
}


.footer {
  display: block;
  width: 800px;
  margin: 0px;
  text-align: center;
  align-self: center;
  align-items: center;
}

.footerimg {
  border: 1px solid #000;
  padding: 5px;
}

.footeright {
  margin: auto;
  padding: 5px;
  width: 20%;
}

.divider {
  display: block;
  margin: auto;
  text-align: center;
  align-self: center;
  padding: 10px;
}
.page {
  height: 100vh;
	background: linear-gradient(#D4EFFF, #9db9c9);
	background: url(img/pagebackground.png);
}

.pageheader {
  display: block;
  margin: auto;
  text-align: center;
  align-self: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 5px;
}

.outer {
	width: 900px;
	height: 1200px;
	border: 1px solid #000;
	padding: 6px;
	background-image: url('img/1.png');
	background-color: white;
	margin: auto;
}

.title {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 200px;
	margin-bottom: 6px;
	background-image: url('img/2.png');
	text-align: center;
}

.site-title {
	font-family: 'Gloria Hallelujah', sans-serif;
	font-size: 30px;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}

.site-subtitle {
	text-align: center;
}

.logo {
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  margin-top: 5px;
}

.banner-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 200px;
}


.banner {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 170px;
	background-image: url('img/Banner.png');
	background-size: cover;
	background-position: 20%;
}

.bannerpage {
  margin: auto;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
  width: 540px;
  height: 160px;
}

.bannerbottompage {
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  width: 540px;
  position: absolute;
  bottom: 0px;
}

.pagetitle {
  margin: auto;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}

.scroller {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 20px;
	background: #FFF;
	margin-top: 6px;
	overflow: hidden;
}

.marquee {
	overflow: hidden;
	display: flex;
	line-height: 20px;
}

.marquee span{
	white-space: nowrap;
}

.left {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}

.menu {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	padding: 24px;
	box-sizing: border-box;
	background-image: url('img/4.png');
	background-color: black;
}

.friends {
	display: inline-block;
	vertical-align: top;
	padding: 24px;
	box-sizing: border-box;
	background: #000;
	color: #FFF;
	width: 200px;
	margin-top: 12px;
}

.friends a {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	background: #000;
	color: #FFF;
	text-decoration: none;
	padding: 3px;
}

.friends a:hover {
	text-decoration: underline;
}

.friends h2 {
	font-size: 12px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	border-bottom: 2px dotted #FFF;
}

.small {
  display: block;
	text-align: center;
	margin: auto;
}

.columncontainer {
 display: block;
 margin: auto;
 padding-top: 10px;
}

.smallcolumn {
  display: inline-block;
  margin: auto;
  height: 200px;
  width: 140px;
  background: linear-gradient(#D4EFFF, #9db9c9);
  border: 2px dotted;
  padding: 5px;
}

.main {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 500px;
	height: 990px;
	background: #FFF;
}

.main iframe {
	height: 100%;
	width: 100%;
}

.right {
	width: 186px;
	display: inline-block;
	vertical-align: top;
}

.profile {
	border: 1px solid #000;
	width: 186px;
	height: auto;
	background: #FFF;
	padding: 6px;
	box-sizing: border-box;	
}

.avatar {
	border: 1px solid #000;
	width: 170px;
	height: 170px;
	margin-bottom: 12px;
	background-image: url('img/avatargif.gif');
}

.likes {
	border: 1px solid #000;
	width: 170px;
	height: 170px;
	margin-bottom: 12px;
	background-image: url('img/5.png');
}

.favorites {
  display: block;
  width: 300px;
  height: 170px;
  margin: auto;
  margin-bottom: 10px;
  padding: 10px;
}

.favorites table {
  margin: auto;
  margin-bottom: 10px;
}

.favorites td {
  background-image: url('img/1.png');
  margin: auto;
  margin-bottom: 10px;
}

.likes table {
	background: #FFF;
	margin: auto;
	margin-top: 22px;
}

.likes th {
	background: #000;
	color: #FFF;
	margin: auto;
	margin-top: 22px;
}

.menu a {
	border: 1px solid #FFF;
	height: 32px;
	line-height: 30px;
	width: 100%;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	background-image: url('img/1.png');
	text-align: center;
	position: relative;
	margin-bottom: 12px;
}

.menu a:before {
	content: " ";
	display: inline-block;
	height: 30px;
	width: 30px;
	border: 2px solid #FFF;
	position: absolute;
	left: -1px;
	top: -1px;
	background-image: url('img/iconbutton.png');
}

img {
	max-width: 100%;
}

h1 {
	background: #000;
	color: #FFF;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: -6px;
}

h2 {
	font-size: 14px;
	font-weight: 500;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 3px;
}

.width-50 {
	width: 50%;
}

th, td {
	padding: 6px 12px;
    vertical-align: top;
}

th {
	background: black;
	color: white;
}

.center {
  display: block;
  margin: auto;
}

.container {
  margin: auto;
  width: 95%;
  display: grid;
  grid-template-columns: auto auto auto;
  background: linear-gradient(#D4EFFF, #9db9c9);
  border: 1px solid black;
  padding: 10px;
}

.container > div {
  margin: auto;
  border: 2px dotted black;
  display: grid;
  text-align: center;
  align-items: center;
  align-self: center;
  background: url(img/1.png) repeat 0 0;
}

.gridimg {
  margin: auto;
  display: block;
  align-self: center;
  align-items: center;
  padding: 10px;
}

#audioplayer {
 width: 90%;
 display: block;
 margin: auto;
 margin-top: 5px;
}

.socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 10px;
}

.socials img {
  width: 40px;
  padding-left: 5px;
  padding-right: 5px;
}

.youtube {
 margin: auto;
 margin-top: 10px;
 margin-bottom: 10px;
 display: block;
 align-self: center;
}

.bottom {
  position: fixed;
  bottom: 0px;
}

.inlinepaddedlist {
  display: inline-block;
  margin: 10px;
}

.paddedimgleft {
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid black;
}

.paddedimgright {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  border: 1px solid black;
}

.musictext {
  margin: auto;
  padding: 2px;
  font-size: 11px;
  text-align: center;
  background: white;
}

.blogbackbutton {
	height: 32px;
	line-height: 30px;
	width: 100%;
	display: inline-block;
	background-image: url('img/1.png');
	text-align: center;
	position: relative;
	margin-top: 12px;
	margin-bottom: 12px;
}

.bloglist {
  display: block;
  margin: auto;
  padding: 10px;
  align-self: center;
  text-align: center;
}