html,body{
	margin: 0;
	padding: 0;
	background: #3c3c3c;
}
.ul{
	overflow: hidden;
	width:100%;
	background-color: #333333;
	padding:10px;
	margin: 0;
}
.ul .li{
	float: left;
	list-style:none;
	margin: 0 5px;
	transition:0.5s;
}
.ul .li .a{
	display: block;
	text-decoration: none;
	padding: 3px;
	font-size: 100%;
	font-family: sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.ul:hover .li .a
{
	margin-left: 5px;
	transform: scale(1.5);
	opacity: .2;
	filter: blur(5px);
}
.ul .li .a:hover{
	transform: scale(2);
	opacity: 1;
	filter: blur(0px);
}
.ul .li .a:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffca4c;
	transition: 1.5s;
	transform-origin: right;
	transform: scaleX(0);
	z-index: -1;
}
.ul .li .a:hover:before{
	transition:1s;
	transform-origin: left;
	transform:scaleX(1);
}
@media screen and (max-width: 500px) {
	
  .ul .li {float: none;
list-style: none;
margin: 0 5px;
transition:0.5s;
} 
}

@viewport{
	zoom: 1.0;
	width: extend-to-zoom;
}
@-ms-viewport{
	width: extend-to-zoom;
	zoom:1.0;
}
.welcome{
	margin-right: 2%;
	margin-left: 2%;
	margin-top:0;
	margin-bottom: 0;
}
.dron{
	width:100%;
	text-align: center;
}




.slideshow-container {
  max-width: 60%;
  display: flex;
  float:center;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  width:30%;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

#cont{
	padding:5%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 5%;
	
	margin-bottom: 0;
	background: #333333;
	background-size: cover;
}
.head{
	font-size: 200%
	
}
.head:link{
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-family: 'Dancing Script', cursive;
}
.head:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-family: 'Dancing Script', cursive;
}
.head:hover {
  background-color: transparent;
  color: white;
  text-decoration: none;
  transition: 1s ease;
  font-family: 'Dancing Script', cursive;
}
.head:active {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-family: 'Dancing Script', cursive;

}





.slid-cont {
  max-width: 60%;
  display: flex;
  float:center;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.pre, .nex {
  cursor: pointer;
  position: absolute;
  width:30%;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.nex {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.pre:hover, .nex:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Fading animation */
.fad {
  -webkit-animation-name: fad;
  -webkit-animation-duration: 1.5s;
  animation-name: fad;
  animation-duration: 1.5s;
}

@-webkit-keyframes fad {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fad {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .pre, .nex {font-size: 11px}
}
#con{
	padding:5%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 0;
	
	margin-bottom: 0;
	background: #333333;
	background-size: cover;
}
.fa{

	background:#3c3c3c;
	width:100%;
	height:100%;
}
.fa .u{

    margin-top:5%;
	padding:0;
	display: flex;
	background:#3c3c3c;
}
.u .l{

	list-style:none;
	width:40px;
	height: 40px;
	margin:0 20px;
	transform: rotate(-30deg) skew(25deg);
	background:#ccc;
}
.u .l span{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background:#000;
	transition: 0.5s;
	display: flex !important;
	align-items: center;
	color: #fff;
	font-size: 30px !important;
}
.u .l:hover span{
	box-shadow: -1px 1px 1px rgba(0,0,0,.1);

}
.u .l:hover span:nth-child(5){
	transform: translate(40px,-40px);
	opacity: 1;
}
.u .l:hover span:nth-child(4)
{
	transform: translate(30px, -30px);
	opacity:.8;
}
.u .l:hover span:nth-child(3)
{
	transform: translate(20px, -20px);
	opacity:.6;
}
.u .l:hover span:nth-child(2)
{
	transform: translate(10px, -10px);
	opacity:.4;
}
.u .l:hover span:nth-child(1)
{
	transform: translate(0, 0);
	opacity:.2;
}
.u .l:nth-child(1) span
{
	background: #3b5999;
}
.u .l:nth-child(2) span
{
	background: #55acee;
}
.u .l:nth-child(3) span
{
	background: #dd4b39;
}
.u .l:nth-child(4) span
{
	background: #ff0000;
}
.u .l:nth-child(5) span
{
	background: #e4405f;
}
.Inc{
	width:50%;
	float: right;
	text-align:right;
   font-family: 'Bubbler One', sans-serif;
	font-size:100%;
	color:black;
}
.description{

    font-family: 'Cinzel', serif;
	font-size:135%;
	color:black;
}

.info:link{
font-size:100%;
 width:50%;
 float: left;
  color: black;
  background-color: transparent;
  text-decoration: none;
}
.info:visited {
font-size:100%;
	width:50%;
	float: left;
  color: black;
  background-color: transparent;
  text-decoration: none;

}
.info:hover {
font-size:100%;
  width:50%;
  float: left;
  background-color: transparent;
  color: white;
  text-decoration: none;
  transition: 1s ease;
}
.info:active {
	font-size:100%;
   width:50%;
   float: left;
  color: #ffa500;
  background-color: transparent;
  text-decoration: none;

}
img{
	opacity:0.7;
}
.img{
	opacity:1;
}