@charset "UTF-8";
/* Credits to https://cloudinary.com/guides/front-end-development/6-ways-to-stretch-a-background-image-with-css for body code*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-image: url('img/notebook.png');
	background-size: cover;
}

h1 {
	text-align: center;
	font-size: 6vw;
	color: #63523b;
	background-color: #ccbca7;
	border-radius: 10px;
}

.partext {
	color: #333232;
	font-size: 2vw;
	margin: 1.7vw;
}

.widthSm {
	width: 40%;
	margin: 8px;
}

.floatright {
	float: right;
	margin: 1vw;
}

.overflow {
	overflow: auto;
}

.divdesign {
	border-radius: 10px;
	background-color: #ccbca7;
	padding: 10px;
}

.nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #63523b;
	overflow: hidden;
	position: sticky;
	top: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.nav li {
	margin: 0px;
}

ul li a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 2vw 1.5vw;
	font-size: 1.5vw;
}

ul li a:hover {
	background-color: #ccbca7;
}

.playlist {
	text-align:center;
	font-size: 4vw;
	color: #63523b;
}

.spotify {
	border: none;
	width: 90vw;
	height: 30vw;
	margin: 2vw;
}

.me {
	width: 23%;
	margin: -1.5vw 2vw 0px 0px;
}
/* Credits to W3-Schools for carousel code*/
.mySlides {
	display: none;
	height: 25vw;
	width: auto;
	padding: 0px 0px 0px 7vw;
}

.w3-left, .w3-right {
	position: absolute;
	top: 50%;
	font-size: 30px;
	color: #63523b;
	background: none;
	cursor: pointer;
	user-select: none;
	padding: 8px;
}

.w3-left {
	left: 15px;
}

.w3-right {
	right: 15px;
}

.w3-content.w3-display-container {
	position: relative;
	max-width: 50%;
	margin: 0 auto;
}
/*91C4F2 is blue, 8CA0D7 is purple, 9D79BC is violet, 
A14DA0 is pink, 7E1F86 is magenta, 468189 is teal, 9DBEBB is light green, FCFDFF white*/