@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');

* {
	font-family: 'Montserrat', sans-serif;
	color:white;
	box-sizing:border-box
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;

}

.mySlides {
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}




.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}


.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}


@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

body {
	background-color: grey;
	padding: 50px;
}

nav {
  overflow: hidden;
  background-color: #333;
  position: fixed; 
  top: 0; 
  width: 100%; 
}
nav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
nav a:hover {
  background: #ddd;
  color: black;
}
.hide {
	display:none;
}

.content {
	display: inline-block;
}

.inline {
	display: inline-block;
	padding-right: 20px;
	border-style: dashed;
	border-width: thin;
	margin-right: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	border-color: antiquewhite;
}
.heading:hover + .hide {
	display: block;
	color: white;
}
.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 25%;
  background-color: darkgray;
  color: white;
  text-align: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.inline-pic {
	display: inline-block;
}
