html{
	scroll-behavior: smooth;
}
/* Add a black background color to the top navigation */
.topnav {
	overflow: hidden;
	background-color: darkred;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	z-index: 1;
}

/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

/* Change the color of links on hover */
.topnav a:hover {
	background-color: #f2f2f2;
	color: black;
}


#like{
	list-style-type: none;

}

#like li{
	float: left;
	margin-left: 220px;
}

.img_center{
	position: absolute;
	left: 60%;
}

body{
	background-image:url("images/body_img.png");
	background-position:center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: black;
	color: white;
	font-family: 'Bad Script';
}

.bar{
	background-color: crimson;
	text-align: center;
	-moz-border-radius: 20px;
	border-radius: 25px;
}

#spa,#about{
	padding-left: 25px;
}

#form{
	position: absolute;
	font-size: 30px;
	left:5%;

}
#spider_music{
	position: absolute;
	left: 75%;
}
#video_span{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 50px;
	margin: auto;
	color: white;
	font-size: 150pt;
	text-align: center;
	text-shadow: 0px -3px blue, 0px -3px 9px red;

}

.thumbnails {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	margin: 0 0 2em -2em;
}

.thumbnails a {
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	border-bottom: none;
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
	text-align: center;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
	background-color: rgba(255, 255, 255, 0.075);
	cursor: pointer;
	outline: 0;
	overflow: hidden;
	transition: transform .2s; /* Animation */
}

.thumbnails a img {
	display: block;
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.thumbnails a:hover {
	background-color: rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 0 0.5em 0 #FF6382;
	transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.thumbnails > div {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100% / 3);
	padding-left: 2em;
}

.thumbnails > div > :last-child {
	margin-bottom: 0;
}


/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	border: 0;
	font-weight: 600;
	height: 2.85em;
	line-height: 2.95em;
	padding: 0 1.5em;
	text-align: center;
	text-decoration: none;
	font-size: 15px;

}
ul.actions {
	list-style: none;
	padding-left: 0;
}

#footer .button.alt {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
	color: white;
}
#footer input[type="text"],
#footer input[type="email"],
#footer textarea {
	background-color: transparent;
	border-color: antiquewhite;
	font-size: 25px;
	width: 100%;
	color: white;
}

