body{
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 900;
	text-align: left;
	font-size: 1.5vw;
	width:60%;
	color: #ffffff;
	margin: auto;
	background-image: url("sunset-2.jpg");
	background-size: cover;
	background-position: center;
	}

/* @keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
            }} */

a:link {
	color: #ffffff;
	font-family: apple chancery, script;
	text-decoration: none;
}

a:visited {
  	color: #ffffff;
  	font-family: apple chancery, script;
  	text-decoration: line-through;
 }

a:active {
  	color: #ffffff;
  	font-family: apple chancery, script;
  	text-decoration:none;
}

a:hover {
  	color: #ffffff;
	font-style: italic;
 	text-decoration: underline;
}

.mySlides {
height: 25%;
  width: auto;
}

.slideshow-container {
/*  padding-left: 5%;*/
  justify-content: center;
  position: relative;
  margin: auto;
}

.footer-kinda {
/*  padding-left: 5%;*/
  font-size: 8pt;
}

.prev, .next {
  cursor: pointer;
  user-select: none;
}


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

body{
font-size: 4.5vw;

}