@keyframes slideInFromLeft {
  0% {
opacity: 1;
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
opacity: 1;
  }
}


.block{
position: fixed;
height: 1000000px;
width: 100%;
background-color: white;
color: white;
animation: 1s slideInFromLeft forwards;
opacity: 0;
z-index: 2;
}

body{
	margin: 0;
	}

* {
font-family: Roboto;
}
	
h1{
	font-family: "Roboto";
	font-weight: normal;
	font-size: 5vw;
	text-align: center;
	margin: 0;
	padding: 0;
}

h2{
	font-family: "Roboto";
	font-weight: normal;
	font-size: 30px;
	margin: 0;
	padding: 0;
}

h3{
	font-family: "Roboto";
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	margin: 0;
	padding: 0;
}



.center{
	margin: 0 auto;
}

.content1{
	margin: 0 auto;	
	width: 960px;
	color: white;
	text-align: center;
}

.content2{
	text-align: left;
	margin: 0 auto;	
	width: 50vw;
	color: black;
	text-align: left;
	padding-left: 4vw;
	padding-right: 4vw;
}

.content3{
	text-align: left;
	margin: 0 auto;	
	width: 70vw;
	color: black;
	text-align: left;
	padding-left: 4vw;
	padding-right: 4vw;
	background-color: rgba(255,255,255,10);
}







}

#slide1, #slide2{
	width: 100%;
}

#slide1{
	background: url('bg.jpg') 25% 0 no-repeat fixed;
	color: #fff;
	height: 600px;
	margin: 0;
	padding: 200px 0 260px 0;
	background-size: cover;
}

#slide2{
	background-color: #fff;
	color: green;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	padding: 200px 0;
}



div.relative {
	background-color: white;
	padding: 25px;
	position: relative;
	text-align: center;
}

.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  bottom: 0px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
	z-index: 15;
}

/* Position the "next button" to the right */
.next {
  right: 12;
  border-radius: 3px 0 0 3px;
  z-index: 15;
}

.prev {
	left: 12;
	border-radius: 3px 0 0 3px;
	z-index: 15;
}

/* White background color with a little bit see-through */
.prev, .next {
  background-color: rgba(255,255,255,0);
}



/* Number text (1/5 etc) */
.numbertext {
  color: black;
  font-size: 18px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}



/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}


@keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}

a {font-size: 20px}

.fade1{
	animation-name: fade;
	animation-duration: 3s;
}







@media screen and (max-width: 1050px ) {



/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  top: 50%;
  width: auto;
  padding: 32px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 100px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
	z-index: 15;
}

h1{
	font-family: "Roboto";
	font-weight: normal;
	font-size: 10vw;
	text-align: center;
	margin: 0;
	padding: 0;
}

h2{
	font-family: "Roboto";
	font-weight: normal;
	font-size: 60px;
	margin: 0;
	padding: 0;
}

h3{
	font-family: "Roboto";
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.content2{
	text-align: left;
	margin: 0 auto;	
	width: 90vw;
	color: black;
	text-align: left;
	padding-left: 4vw;
	padding-right: 4vw;
}

#slide1{
	background: url('bg.jpg') 25% 0 no-repeat fixed;
	color: #fff;
	height: 80vh;
	margin: 0;
	padding: 200px 0 260px 0;
	background-size: cover;
}

#slide2{
	background-color: #fff;
	color: green;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
	padding: 200px 0;
}

}