section{
	width:calc(100%-20px);
  margin-top: 25px;
}
.page-about h3, .page-contact h3{
  text-align: center;
  width: 150px;
 	border-bottom: 4px solid #7b00d4;
 }
.page-home h2{
  text-transform: uppercase;
  text-decoration:none;
}
.page-home h3{
  text-align: right;
  right:0;
}
*{box-sizing: border-box;}
body{font-family: verdana, sans-serif;}
.mySlides{display: none;}
img{vertical-align: center;}
.slideshow-container{
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.text{
  color: red;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100px;
  text-align: center;
}
.numbertext{
  color: red;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot{
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active{
  background-color: #717171;
}
.fade{
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade{
  from{opacity: 0.4}
  to{opacity: 1}
}
@media only screen and (max-width: 400px){
  .text{font-size: 11px;}
  .page-home h2{
    text-transform:uppercase;
  }
}
.footer{
  position: sticky;
  text-align:right;
  background-color: rgba(255,255,255, 0.1);
  color: black;
  bottom: 0;
  right: 0;
  font-size: 12px;
}
.page-contact a{
  color: black;
  text-decoration: none;
}
.page-contact a:hover{
  background-color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}
.page-about li{
  list-style: none;
}