body{
    
    background: #ECE9E6;  /* fallback for old browsers */
    background: -webkt-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin: 0;
    padding: 0;
}
h1{
    font-family: 'Shrikhand', cursive;
    color: black;  
    text-align: center;
    font-size: 2cm;
    
}
h1:hover{
transition: step-end;
}
nav{
    color: black;
    text-align: center;
    list-style: none;
    margin-right: 40px;
}

nav li{
    display: inline;
  }
nav a{
    color: black;
    font-family: 'Abril Fatface', cursive;
    font-size: 30px;
    display: inline-block;
    padding: 10px;
}
a:hover{
  color: #C70039;
}

  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  footer{
    color: black;
    font-family: 'Abril Fatface', cursive;
  }
  h2{
    font-family: 'Shrikhand', cursive;
    color: black;
    text-align: center;
    color: #F32F2F;
    letter-spacing: 1px;
  }

h3{
    font-family: 'Shrikhand', cursive;
    color: black;
    text-align: left;
    font-size: .5cm;
    width: 400px;
    margin-left: 500px;
  } 

  form{
    font-family: 'Shrikhand', cursive;
    color: black;
    margin-left: 500px;
  }
  input[type=text] {
    padding: 12px 20px;
    margin: 7px 0;
    box-sizing: border-box;
    

  }
  input[type=text], select, textarea {
    width: 50%; 
    padding: 8px; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 5px; 
    margin-bottom: 16px; 
    resize: vertical;
  }


  * {box-sizing:border-box}

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

.mySlides {
  display: none;
  margin: 0 auto;
  text-align: center;
}

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

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#one {
  margin-left: 370px;
  margin-bottom: 60px;
  border: 5px solid #F32F2F;
  outline: 5px solid #C70039;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.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: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

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

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.button {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.button:hover {
  background-color: #4CAF50; /* Green */
  color: white;
}
p  {
  color: black;
  font-family: 'Shrikhand', cursive;
  float: right;
  width: 10cm;
  margin-right: 370px;
  margin-top: 100px;
}
#background-image{
  margin-left: 500px;
  margin-bottom: 60px;
}
#three{
  font-family: 'Shrikhand', cursive;
    color: #F32F2F;
    font-size: .5cm;
    margin-left: 300px;
}
.numbertext{
  color: gray;
}