html{
	width: 100vw;
}
body {
	margin: auto;
	color: lightskyblue;
	background-color: black;
	width: 100%;
}

#bg{
	padding-top: 20px;
	/*background-color: rgb(40,58,97);*/
	/*background-image: url("images/bk13.png");*/
	background-image: url("images/stripes.png");
	text-align: center;
	/*background-position-y: -170px;*/
	padding-bottom: 100px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.formDiv{
	/*background-color: rgb(135,206,250,.1);*/
	/*border-width: 1px 0px;*/
	border-style: solid;
	background-color: rgb(220,220,220,.2);
	border-color: darkred;
	width: 650px;
	margin: auto;
	color: white;
	margin-top: 50px;
}

#logo {
	height: 275px;
	width: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}

p {
	font-size: 40px;
}

h1 {
	color: lightblue;
	font-size: 50px;
	margin-top: 45px;
	margin-bottom: 45px;
}

#joinus{
	height: 60px;
}

.formBanner {
	color: white;
	background-color: darkred;
	margin: 0;
}

#block {
	color: lightyellow;
	border: 1px solid steelblue;
	width: 550px;
	margin: auto;
}

form {
	/*color: lightyellow;
	background-color: rgb(135,206,250,.2);
	border: 1px solid steelblue: 
	width: 550px;*/
	margin: auto;
	padding: 5px;
}

.error {
	color: red;
	font-size: 15px;
}

#joinBtn {
	font-size: 25px;
	width: 200px;
	border-radius: 5px;
	background-color: darkred;
	color: rgb(247,241,68);
	font-weight: bold;
	border-color: white;
	margin-right: 7px;
}

table{
	margin: auto;
	padding: 15px;
	font-size: 22px;
}

.tdl{
	text-align: right;
}

.tdr {
	text-align: left;
}

input[type=text] {
	border-radius: 5px;
	height: 18px;
	margin: 7px;
	width: 260px;
}

input[name=name]{
	
}

input[name=email]{
	
}

#comment{
	
	border-radius: 5px;
	margin: 7px;
}

.yourock{
	font-size: 80px;
	color: yellow;
	padding: 20px;
	height: 200px;
	font-family: chalkduster;
}

hr {
	border: 0px solid darkblue;
	width: 80%;
}

#squareDiv {
	margin-top: 45px;
	margin-bottom: 100px;
	padding: 10px;
}

#squareTbl {
	/*width: 100%;*/
	border-collapse: collapse;
	padding: 0px;
	width: 1350px;
}

#squareTbl td {
	/*
	max-width: 340px;
	height: 290px;
	padding: 0px;
	*/
}

.square {
	height: 275px;
	background-size: 100%;
	/*max-width: 338px;*/
	background-repeat: no-repeat;
	position: relative;
}

.olay{
	height: 275px;
	display: none;
	width: 100%;
	background-color: rgb(0,0,0,.8);
	color: white;
	position: absolute;
	text-align: center;
	z-index: 1;
	top: 0;
	left: 0;
	
}

#sq1{
	background-image: url("images/biden/biden1c.png");
	}

#sq2{
	background-image: url("images/album/album3.png");
	background-position-y: -3px;
}

#sq3{
	background-image: url("images/career/careerc2.png");
}

#sq4{
	background-image: url("images/orange/orange1.png");
	background-position-y: -5px;
	}

#sq5{
	background-image: url("images/pelosi/pelosic8.png");
}

#sq6{
	background-image: url("images/serpents/serpc1.png");
	}

#sq7{
	background-image: url("images/trump/trumpc2.png");
	background-position-y: -5px;
}

#sq8{
	background-image: url("images/brisket/brisket.png");
}
	
.cdb{
	width: 125px;
	margin: auto;
	display: block;
	margin-top: 22px;
	margin-bottom: 25px;
	cursor: pointer;
}

.yt{
	display: block;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 17px;
	color: white;
	font-size: 50px;
	cursor: pointer;
}

.amazon {
	height: 50px;
	display: block;
	margin: auto;
	cursor: pointer;
}
	
#songsDiv {
	margin-top: 25px;
	text-align: center;
	margin-bottom: 100px;
}

#songTitle {
	color: red;
	font-size: 70px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#soon {
	font-size: 35px;
	color: white;
}

#songList {
	margin: auto;
	font-size: 40px;
}

#footerDiv{
	margin-top: 100px;
	margin-bottom: -75px;
	width: 100%
	text-align: center;
	font-size: 30px;
}

#footer {
	color: white;
	position: absolute;
}

.icon {
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

#copyrt {
	color: red;
	font-size:15px;
}
