/* body {
  font-family: sans-serif;
}

/* Make content area fill the entire browser window */
/* html,
.fullscreen {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
} */

/* Center the content in the browser window */
/* .container {
  margin: auto;
  text-align: center;
} */

/* .title {
  font-size: 3rem;
}  */


#Wrappers{
	align-items: center;
	background-color: #FFF;
	display: contents;
	height: 500px;
	justify-content: center;
	width: 100%;
  padding-bottom: 10px;
}

#Slideshows{
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	position: relative;
  margin-bottom: 25px;
}

#Sliders{
	border: 10px solid #fc7816;
	height: 340px;
	overflow: hidden;
	width: 100%;
}

#Sliders img{
	height: 340px;
	width: 100%;
	transition: all 1s;
}

#Arrows{
	display: flex;
	justify-content: space-between;
	height: 30px;
	position: absolute;
	width: 100%;
}

#Arrows i{
	background-color: rgba(255, 255, 255, .25);
	color: #1C1D21;
	cursor: pointer;
	height: 30px;
	padding: 15px;

	transition: background-color .5s, color .5s;
}

#Arrows i:first-of-type{ 
	padding-right: 20px;
  padding-bottom: 34px;
}

#Arrows i:last-of-type{ 
	padding-left: 20px;
  padding-bottom: 34px;
}

#Arrows i:hover{
	background-color: rgba(28,29,33, .75);
	color: #EEEFF7;
}

/* h1{
	color: #1C1D21;
	font-family: righteous;
	font-size: 2.5em;
	padding: 20px;
}

h2{
	color: #1C1D21;
	font-family: "Open Sans";
	font-size: 1.5em;
	padding: 20px;
} */

#MeLink{
  background-color: rgba(255,255,255, 0);
  border: 10px solid #1C1D21;
  border-radius: 80px;
  bottom: 20px;
  height: 80px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  width: 80px;
  z-index: 2;
  
  transition: background-color .5s;
}

#MeLink:hover{
  background-color: rgba(255,255,255, .25);
}

#Me{
  border: 10px solid #1C1D21;
  border-radius: 80px;
  bottom: 20px;
  height: 80px;
  position: fixed;
  right: 20px;
  width: 80px;
  z-index: 1;
}