  * {margin:0; padding:0;}
    p {
        color:#5E1211;
        font-family:'goudy old style';
        text-align: center;
        margin-bottom:1em;
        }
    
    h1, h3	{
        color:#0B9446;
        font-family:'goudy old style';
        text-align: center;
        margin-bottom:0.5em;
        
            }

	body	{
        background: white;
        font-family: 'goudy old style';}
	
    header {
  text-align: center;
  padding-top: 2em;
  padding-bottom: .05em;
  margin-top: -1vh;
  margin-bottom: -10px;
  background: #543136;
  font-family: 'goudy old style';
  color: white;
  }
    
    footer {
  text-align: center;
  margin-top: 5%;
  margin-bottom: -10px;
  background: #543136;
  font-family: 'goudy old style';
  color: white;
  clear: both;   
  padding-top: 1em;
  padding-bottom: 1em;
  }

img {
        padding: 0;
        max-width: 100%;
        height: auto;
}
	
    nav li {  
        list-style-type: none;  
        display: inline;
        font-family: 'goudy old style';
        font-size: 20px;
        padding: 15px 40px;
        background-color: #CF1C44;  
        border-radius: .5em; }
    
    nav {  
        margin: 2em 1em;  
        text-align: center; }  
    
    
    a:link, a:visited {  
        color: white;  
        text-decoration: none; } 
    
    a:hover {
        color: #543136;}
        
/* Slideshow CODE */
*{box-sizing: border-box}
.mySlides {display: none}
img {vertical-align: middle;}

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

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: relative;
  top: -600px;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

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

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

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

/* The dots/bullets/indicators */
.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;
}

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

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

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

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
    
   
    @media only screen and (max-width: 650px) { 
 
nav li { 
    display: block; padding: 1em; margin: 1em 0; text-align: center; } a { padding: 1em 5em; /* extend sensitivity area */ } section#content { width: auto; float: none; padding: 0.5em; margin: 20px 0; }      
    } 