html{
	width: 100vw;
}
body {
	margin: auto;
	color: lightskyblue;
	background-color: black;
	width: 100%;
	font-variant: all-petite-caps;
}

#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;
}

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

#logo2 {
    display: none;
	background-image: url("images/album/album3.png");
	background-position-y: -3px;
		height: 275px;
	/*max-width: 338px;*/
	background-repeat: no-repeat;
	position: relative;
}

p {
	font-size: 40px;
}

h1 {
	color: white;
	font-size: 50px;
	margin-top: 45px;
	margin-bottom: 45px;
	max-width: 58%;
	margin: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 3em;
}

#squareDiv {
	margin-top: 45px;
	margin-bottom: 100px;
	margin: auto;
	width: 100%;
}

#top-div {
    width: 90%;
    margin: auto;
}

#bottom-div {
    width: 90%;
    margin: auto;
}

.square {
	min-width: fit-content;
	position: relative;
	margin: 1em;
	width: 20%;
	display: inline-block;
}

.top-square {

}

.bottom-square {

}

.song-img {
    width: 300px;
    border: 5px solid white;
}

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

#sq1{
}
	
#sq2{
}
	
#sq3{
}

#sq4{
	background-position-y: -5px;
}
	
#sq5{
}

#sq6{
	background-position-y: -5px;
}

#sq7{
}

.link-container {
    vertical-align: middle;
    height: 100%;
}

.link {
    margin: auto;
    display: block;
    margin-top: 6%;
}

.yt{
	height: 21%;
}
	
.spotify{
	height: 25%;
}

.apple {
	height: 23%;
}
	
#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;
}

.footer-icon {
    height: 30px;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

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

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