@charset "UTF-8"; 

.body {
	/*background image from https://wallpapers.com/picture/bookshelf-pictures-dpcq54sykwy3e8c9.html */
	background-image: url("images/Bookshelf.jpg");
background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-color: white;
	margin:0px
	}
h1 {
	text-align: center;
	font-size: 68px;
	color: #FFFDFC;
	font-family:"Winky Rough", sans-serif;
	background-color: #00171F;
	margin: 0px;
	padding: 0px;
	height: 300px;
	border: 0px;
	width: 100%;
	border-style: none;
	}
h2 {
	text-align: center;
	font-size: 30px;
	color: white;
	font-family: "Winky Rough", sans-serif;
	margin: 100px, 100px;
	width:100%;
	box-sizing: border-box;
	padding: 40px;
	background-color: #6c7bac;
	border-radius: 25px;
}

/* For the subheadings of the internal weblinks */
h3 {
	text-align: center;
	font-family: "Winky Rough", sans-serif;
	color: white;
	background-color: #6c7bac;
	font-size: 30px;
	padding: 40px;
	margin: auto; 
	}
div {
	text-align: center;
	font-family: "Winky Rough", sans-serif;
	color: white;
	overflow: auto;
	background-color: rgba(216,207,196, 0.9);
	font-size: 30px;
	padding: 40px;
	border-radius: 25px;
	margin: 100px;
	
	}
img {
	border: 25px solid white;
	border-radius: 25px;
	margin:auto;
}
p {
	text-align: center;
	color: white;
	background-color: #6c7bac;
	font-size: 30px;
	margin: auto;
	padding: 40px; 
	font-family: "Winky Rough", sans-serif;
}
/* This font is sourced from Google Fonts */
 <weight>: Use a value from 300 to 900
 <uniquifier>: Use a unique and descriptive class name

.winky-rough-<uniquifier> {
  font-family: "Winky Rough", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  }
  .a {
  padding: 10px;
  margin:0;
  color: white;
 background-color: #2F2504;
  text-decoration: none;
  font-size: 25px;
  display: flex;
  }
  .backgroundlist {
  background-color: white;
  }
  .gif {
 margin: auto;
  width: 25%;
  padding: 10px;
   background-color: white; 
   margin: 300px,0px;
  }
}
.widthxsmall {
	width: 10%;
}
.widthmedium {
	width: 50%;
}

.widthsmall {
	width: 50%;
}
.alignimg {
	justify-content: center !important;
}
.aligncenter {
	display: flex;
	justify-content: center;
	padding: 0;
}
.alignhome {
	 margin: 0;
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, 100%);
}
}
.floatright{
	float: right;
	
}
.floatleft {
	float: left;
}
.clearfix {
	overflow: auto; /* Ensures that the tallest object gets the border */ 
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-family: "Winky Rough", sans-serif;
	background-color: #00171F; 
	font-size: 20px; 
text-align: center;
}
/* Makes sure to float the ul */
ul li {
	float: left;
	
}
ul li a {
	color: white;
	text-decoration: none;
	padding: 0px 30px;
}
@media (max-width: 700px) {
	p { 
	font-size: 10px;x
	}
	.body {
	margin: 0;
	}
	div {
	padding: 0px;
	margin: 0px;
	}
	}
	a {
	font-size: 20px;
	}
}
/* Carousel Container */
.carousel {
	width: 100%; /* Full width of the parent/container */
	max-width: 800 px;
	overflow: hidden; /* Hide overflow */
	margin: auto; /* centers the carousel */
}
/* slides container - row of images */
.slides {
	display: flex;
	transition: transform 0.5s ease; /* smooth sliding animation over a half second *
}
.slides img {
	width: 100%;
	height: auto; /* maintain aspect ration */
	flex-shrink: 0; /* prevents images from shrinking */
	
}
