body {
	margin: 0;
}

.container {
    position: absolute;
	top: 0;
	left: 0;
}

.center {
    position: absolute;
    left: 0;
    top: 80%;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.center2 {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.center3 {
    position: absolute;
    left: 0;
    bottom: 25%;
    width: 100%;
    text-align: center;
    font-size: 18px;
}



button {
	background-color: transparent;
	padding: 10px;
	border: 1px solid white;
	width: 150px;
	margin: 5px;
}

button:hover {
	background-color: transparent;
	box-shadow: 0px 6px white;
}
.slider{-webkit-animation:fading 5s ;animation:fading 5s }
@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}50%{opacity:0}}
@keyframes fading{0%{opacity:10%}50%{opacity:1}10%{opacity:0}}

ul {
	background-color: black;
	padding: 20px;
	text-align: right;
}

li {
	
	color: white;
	display: inline-block;
	margin: 20px;
}

li a {
	
	color: white;
	text-decoration: none;
	font-size: 22px;
	
}

li a:hover {
	background-color: transparent;
	color: red;
}


.contact:hover {
  background-color: white;
}

.box {
	margin: 10px;
	display: inline-block;
	max-width: 350px;
}

.footer {
	background-color: #f2f2f2;
	padding: 20px;
	text-align: center;
}

footer{
	background-color: black;
	color: white;
	padding: 40px;
	text-align: center;
	
}

.slider {
  width: 100%;
  height: auto;
  margin: 0;
  position: absolute;
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
  background: url(FRONT-COVER.jpg)no-repeat center;
      background-size: cover;
    animation:fade 8s infinite;
-webkit-animation:fade 8s infinite;

} 
.slide2 {
  background: url(EPY_3587.jpg)no-repeat center;
      background-size: cover;
    animation:fade2 8s infinite;
-webkit-animation:fade2 8s infinite;
}
.slide3 {
    background: url(EPY_3517.jpg)no-repeat center;
      background-size: cover;
    animation:fade3 8s infinite;
-webkit-animation:fade3 8s infinite;
}
.slide4 {
    background: url(home.jpg)no-repeat center;
      background-size: cover;
    animation:fade4 8s infinite;
-webkit-animation:fade4 8s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}
@keyframes fade4
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 0}
}
