body{
    font: 15px/1.5 courier;
    padding:0;
    margin:0;
    background-color: #F3A2EB;
}

p{
  text-align: center;
}

/* Global */
.container{
    width:100%;
    padding:0;
    overflow: hidden;
}

/* Navigation Bar */

#navigation{
    min-height: 30px;
    text-align:center;
}

#navigation a{
    text-decoration: none;
    font-size:20px;
    color:black;
}

#navigation ul{
    margin:0;
    padding:0;
}

#navigation li{
    float: center;
    display: inline;
    padding: 0px 25px 0 25px;
}

/* Buttons */
button{
    font: 15px/1.5 courier;
    border: 3px solid black;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    font-size: 30px;

}
/* Valentines */

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 55%;
    padding-bottom: 30px;
    padding-top: 20px;
}

#Valentines img{
    padding-bottom:50px;
}

h3{
    padding-left:45px;
}

/* Slideshow */
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.imagegallery {
  position: relative;
  width: 50%;
  display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Hide the images by default */
.mySlides{
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-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);
}

/* Ten columns side by side */
.column {
  float: left;
  width: 10%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/* About */
#about{
    text-align: center;
}

#about h1{
    font-size:30px;
}

/*#about img{
    max-width: 40%;
}*/

#about p{
    font-size:20px;
}


/* Footer */
footer{
    position: absolute;
    padding-left: 30px;
    bottom: 0px;
    font-size:20px;
}