﻿*{
	margin: 0;
	padding: 0;
	border: 0;
}

html,body {
	height: 100%;
}

#slide-x {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

#hdslide ul,li {
	list-style: none;
	width: 100%;
	height: 100%;
}

#hdslide ul {
	position: absolute;
	font-size: 0;
	white-space: nowrap;
	transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
	right: 0;
}

#hdslide li {
	display: inline-block;
	background-size: cover;
}

#topButtons {
	position: absolute;
	width: 6%;
	height: 10%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	top:88%;
	left: 18%;
}

#topButtons span {
	width: 10px;
	height: 10px;
	background-color: white;
	border-radius: 50%;
}

#topButtons span:hover {
	cursor: pointer;
}

#linkTop p {
	font-size: 25px;
	color: rgb(244,144,0);
}

#footerLink{
	margin-bottom: 10px;
}

#linkBottom a{
	color: white;
}

#linkBottom a:hover{
	text-decoration: underline;
}

#footer {
	background-color: black;
}