* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none; position: relative;
    overflow: auto;}
img {vertical-align: middle;}

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

.image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-center {
  position: relative;
}

.prev, .next {
  cursor: pointer;
  position: fixed;
  width: auto;
  margin-top: 0px;
  color: #203034;
  user-select: none;
  right: 90px;
  bottom: 11px;
  z-index: 2;
}

.next {
  right: 30px;
}

.prev:hover, .next:hover {
  background-color: white;
}

.nav {
  position: fixed;
  top:calc(100% - 37px);
  bottom:25px;
  background-color:blue;
  z-index: 2;
}
.nav:hover
{
  background-color: white;
}

.text {
  color: white;
  font-size: 12px;
  padding-top: 8px;
  padding-left:  17px;
  padding-right: 17px;
  padding-bottom: 18px;
  bottom: 8px;
  width: 100%;
  background-color: #203034ed;
  max-width: 300;
  border-radius : 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.title {
  color: white;
  font-size: 48px;
  text-align: center;	
  padding-top: 30vh;
  padding-bottom: 20px;
  max-width: 1100px;
  font-weight: bold;
  margin: auto;
}

.subtitle {
  color: white;
  font-size: 36px;
  text-align: center;	
  padding: 0px 0px 5px 0px;
  max-width: 500px;
  margin: auto;
}

.text.arrow-right:after {
  content: " ";
  position: absolute;
  right: -14px;
  top: 12px;
  border-top: 15px solid transparent;
  border-right: none;
  border-left: 15px solid #203034ed;
  border-bottom: 15px solid transparent;
}

.text.arrow-left:after {
  content: " ";
  position: absolute;
  left: -14px;
  top: 12px;
  border-top: 15px solid transparent;
  border-right: 15px solid #203034ed;
  border-left: none;
  border-bottom: 15px solid transparent;
}

.text.arrow-top-left:after {
  content: " ";
  position: absolute;
  left: 12px;
  top: -14px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid  #203034ed;
}

.text.arrow-top-right:after {
  content: " ";
  position: absolute;
  right: 12px;
  top: -14px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid  #203034ed;
}

.text.arrow-bottom-left:after {
  content: " ";
  position: absolute;
  left: 12px;
  bottom: -15px;
  border-top: 15px solid #203034ed;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}

.text.arrow-bottom-right:after {
  content: " ";
  position: absolute;
  right: 12px;
  bottom: -15px;
  border-top: 15px solid #203034ed;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}

.button {
	cursor: pointer;
	width: 150px;
	height: 30px;
	background-color: #ed6969;
	border-radius : 20px;
	margin: 20px 10px 10px 10px;
	text-align: center;
	align-self: end;
	color: white;
	line-height:30px;
}

.button.start{
	margin: 50px auto;
	width: 200px;
	height: 40px;
	line-height:40px;
}

.background {
background-color: #203034;
height: 100%;
  width: 100%;
}

.nav-background
{
background-color: white;
position: fixed;
top:calc(100% - 62px);
bottom:0%;
left:0%;
right:0%;
z-index: 1;
}

.box {
    position: absolute;
    cursor: pointer;
    border:6px solid #ed6969;
	border-radius : 10px;
}

.box:hover {
  background-color: rgba(255,255,255,0.6);
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

br {
    display: block;
    content: "";
    margin-top: 10px;
}