@charset "utf-8";
/* Code by Lorenzo Vestewig */
* {
	border: 0;
  	box-shadow: none;
  	box-sizing: border-box;
	font-family: inherit;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
  	hyphens: auto;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;

	/* outline: 1px dotted red; */
}
html {
	/* background: #000000 url("../img/bg_PCoo01_00Original.png") repeat; */
	/* background: #000000 url("../img/bg_PCoo00_00Original.png") repeat; */
	/* background: #000000 url("../img/bg_PCoo02_00Original.png") repeat; */
	background: #000000 url("../img/bg_PCoo02_S-100l.png") repeat;
	color: #aaaaaa;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	height: 100%;
}
body {
	height: 100%;
	min-width: 320px;
}
#overlay {
	background-color: #000000;
	left: 0;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
}
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/* ################################################## */
/* ################################################## */
/* ################################################## */
a {
	/* text-decoration: none; */
	text-decoration: underline solid #0099ff;
}
a:link,
a:visited {
	color: #aaaaaa;
}
a:hover,
a:focus,
a:active {
	color: #0099ff;
}
ul {
	list-style: none;
}
button {
	background-color: transparent;
	color: #aaaaaa;
	cursor: pointer;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-clear:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
.in {
	padding-left: 4%;
	padding-right: 4%;
}
.inner {
	padding-left: 8%;
	padding-right: 8%;
}
.con {
	padding-top: 8%;
	padding-bottom: 8%;
}
.margtop {
	margin-top: 4%;
}
.fixcon {
	padding-top: 20px;
	padding-bottom: 20px;
}
.bg-001 {
	background: rgba(0, 0, 0, 0.5);
}
.bg-002 {
	background: rgba(0, 60, 100, 0.5);
}
.bg-003 {
	background: rgba(44,44,44, 0.5);
}
.bg-004 {
	background: rgba(0, 0, 0, 1);
}
.col-001 {
	color: #0099ff;
	/* font-weight: 700; */
}
.col-002 {
	color: #ff9900;
}
.col-003 {
	color: #00ffff;
}
.col-004 {
	color: #995c00;
}
.border-rad {
	border-radius: 20px;
}
/* ################################################## */
/* ##### top ######################################## */
/* ################################################## */
#header {
	border-radius: 0 0 20px 20px;
}
/* ################################################## */
/* ##### mid ######################################## */
/* ################################################## */
/* #main {
} */
#logo {
	margin: auto;
	min-width: 294px;
	text-align: center;
	width: 50%;
}
#logo-image {
	background-image: url("../img/CrispyLitMusic-Logo-2021-a30-Crop-500px.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 230px 145px;
	height: 145px;
	margin: 20px auto;
	width: 230px;
}
#logo-name {
	line-height: 30px;
	padding-top: 10px;
	text-transform: uppercase;
}
#logo-title {
    font-family: 'Rokkitt', serif;
	font-style: italic;
    line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
    text-align: center;
}
/* ################################################## */
/* ##### bot ######################################## */
/* ################################################## */
#footer {
	border-radius: 20px 20px 0 0;
}