body {
    background-color: #e4e6db;
}
header {
    margin-top:2%;
    margin-left:auto;
    margin-right:auto;
    width:100%;
}
main {
    margin-left:auto;
    margin-right:auto;
    width:75%;
}
footer {
    margin-top:12.5%;
    background-color:#fdf0d9;
    text-align: center;
    clear: both;
}
button{
    font-family: "Orbitron", sans-serif;
}
.oops {
    background-color: #ffffff;
    padding-bottom: 10%;
}
@media screen and (min-width: 769px) {
.pick { 
    margin-top:12.5%;
    margin-bottom:12.5%;
    margin-left:12.5%;
    margin-right:12.5%;
    width:75%;
    height:75%;
    display:block;
    border: 10px solid #ffffff;
}
.left {
    margin-left:auto;
    margin-right:auto;
    width:35%;
    height:100%;
    background-color:#fdf0d9;
    float:left;
}
.right {
    margin-left:auto;
    margin-right:auto;
    padding-bottom:auto;
    background-color:#ffffff;
    width:65%;
    float:left;
    overflow: inherit;
}
h1 {
    margin:0 auto;
    width:75%;
    text-align:center;  
    font-family: "Orbitron", sans-serif;
}
a{
    text-decoration: none;
    font-family: "Orbitron", sans-serif;
    margin: 0 auto;
}

.navbarn {
    margin:0 auto;
    width:75%;
  overflow: hidden;
  background-color: #f19b00;
}

.navbarn a {
  float: left;
  font-size: 24px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdownn {
  float: left;
  overflow: hidden;
}

.dropdownn .dropbtnn {
  font-size: 24px;  
  border: none;
  outline: none;
  color: #ffffff;
  padding: 14px 16px;
  background-color: inherit;
  margin: 0;
}

.navbarn a:hover, .dropdownn:hover .dropbtnn {
  background-color: #ffffff;
    color:#f19b00;
}

.dropdown-contentn {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
    font-family: "Orbitron", sans-serif;
}

.dropdown-contentn a {
  float: none;
  color: #ffffff;
    background-color:#f19b00;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown-contentn a:hover {
  background-color: #ffffff;
  color:#f19b00;
}

.dropdownn:hover .dropdown-contentn {
  display: block;
}     
.dropbtn {
    text-align: center;
    background-color: #f19b00;
     color: #ffffff;
     padding: 16px;
     font-size: 16px;
     width:75%;
     border: none;
     cursor: pointer;
    font-family: "Orbitron", sans-serif;
    margin-left:auto;
    margin-right: auto;
}


 .dropbtn:hover, .dropbtn:focus {
    background-color: #ffffff;
     color:#f19b00;
}


 .dropdown {
  width:75%;
    margin-left: auto;
    margin-right: auto;
     text-align: center;
     position: relative;
     display:block;
}
    
    
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f19b00;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
    
    
.dropdown-content a {
  text-align:center;
    color:#ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
    
    
.dropdown-content a:hover {
    color:#f19b00;
    background-color: #ffffff;
}
    
    
.show {
    display:block;
        max-height:250px;

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

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

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  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;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* 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 {
  animation-name: fade;
  animation-duration: 1.5s;
}

@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}
}  
   
  
.book {
    width: 215px;
    display: block;
    margin:0 auto;
}
p {
    text-align: center;
    font-family: "Dosis", sans-serif;
    font-size:24px;
}
h2 {
    font-family: "Orbitron", sans-serif;
    text-align: center;
}
form {
    width:75%;
    margin-left:auto;
    margin-right:auto;
}
.display{
    display: block;
    width:25%;
    margin-left:auto;
    margin-right:auto;
}
    .fix {
        background-color:#f19b00;
    }
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 768px) {
.pick { 
    margin-top:12.5%;
    margin-bottom:12.5%;
    margin-left:12.5%;
    margin-right:12.5%;
    width:75%;
    height:75%;
    display:block;
    border: 10px solid #ffffff;
}
.left {
    margin-left:auto;
    margin-right:auto;
    width:75%;
    background-color:#fdf0d9;
}
.right {
    margin-left:auto;
    margin-right:auto;
    background-color:#ffffff;
    width:75%;
    max-height: 75%;
}
h1 {
    margin:0 auto;
    width:75%;
    text-align:center;  
    font-family: "Orbitron", sans-serif;
}
a{
    text-decoration: none;
    font-family: "Orbitron", sans-serif;
    margin: 0 auto;
}

.navbarn {
    margin:0 auto;
    width:75%;
  overflow: hidden;
  background-color: #f19b00;
}

.navbarn a {
  float: left;
  font-size: 24px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdownn {
  float: left;
  overflow: hidden;
}

.dropdownn .dropbtnn {
  font-size: 24px;  
  border: none;
  outline: none;
  color: #ffffff;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbarn a:hover, .dropdownn:hover .dropbtnn {
  background-color: #ffffff;
    color:#f19b00;
}

.dropdown-contentn {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-contentn a {
  float: none;
  color: #ffffff;
    background-color:#f19b00;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-contentn a:hover {
  background-color: #ffffff;
  color:#f19b00;
}

.dropdownn:hover .dropdown-contentn {
  display: block;
}
    
    
    
    
.dropbtn {
    text-align: center;
    background-color: #f19b00;
     color: #ffffff;
     padding: 16px;
     font-size: 16px;
     width:50%;
     border: none;
     cursor: pointer;
    font-family: "Orbitron", sans-serif;
    margin-left:auto;
    margin-right: auto;
}


 .dropbtn:hover, .dropbtn:focus {
    background-color: #ffffff;
     color:#f19b00;
}


 .dropdown {
  width:75%;
    margin-left: auto;
    margin-right: auto;
     text-align: center;
     position: relative;
     display:block;
}
    
    
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f19b00;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
    
    
.dropdown-content a {
  text-align:center;
    color:#ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
    
    
.dropdown-content a:hover {
    color:#f19b00;
    background-color: #ffffff;
}
    
    
.show {
    display:block;
        max-height:250px;

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

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

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  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;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* 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 {
  animation-name: fade;
  animation-duration: 1.5s;
}

@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}
} 
 
.book {
    width: 215px;
    display: block;
    margin:0 auto;
}
p {
    font-family: "Dosis", sans-serif;
    font-size:24px;
     text-align: center;
}
section h2 {
    font-family: "Orbitron", sans-serif;
    text-align: center;
}
.display{
    display: block;
    width:75%;
    margin-left:auto;
    margin-right:auto;
}
      .fix {
        background-color:#f19b00;
    }
} 
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 425px) {
    body {
    background-color: ;
}
    .pick { 
    margin-top:12.5%;
    margin-bottom:12.5%;
    margin-left:12.5%;
    margin-right:12.5%;
    width:75%;
    height:75%;
    display:block;
    border: 10px solid #ffffff;
}
.left {
    margin-left:auto;
    margin-right:auto;
    width:75%;
    background-color:#fdf0d9;
}
.right {
    margin-top:10%;
    margin-left:auto;
    margin-right:auto;
    background-color:#e4e6db;
    width:75%;
    max-height: 75%;
}
h1 {
    margin:0 auto;
    width:75%;
    text-align:center;  
    font-family: "Orbitron", sans-serif;
}
a{
    text-decoration: none;
    font-family: "Orbitron", sans-serif;
    margin: 0 auto;
}

.navbarn {
    margin:0 auto;
    width:75%;
  overflow: hidden;
  background-color: #f19b00;
}

.navbarn a {
  float: left;
  font-size: 24px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdownn {
  float: left;
  overflow: hidden;
}

.dropdownn .dropbtnn {
  font-size: 24px;  
  border: none;
  outline: none;
  color: #ffffff;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbarn a:hover, .dropdownn:hover .dropbtnn {
  background-color: #ffffff;
    color:#f19b00;
}

.dropdown-contentn {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-contentn a {
  float: none;
  color: #ffffff;
    background-color:#f19b00;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-contentn a:hover {
  background-color: #ffffff;
  color:#f19b00;
}

.dropdownn:hover .dropdown-contentn {
  display: block;
}
    
    
    
    
.dropbtn {
    text-align: center;
    background-color: #f19b00;
     color: #ffffff;
     padding: 16px;
     font-size: 16px;
     width:50%;
     border: none;
     cursor: pointer;
    font-family: "Orbitron", sans-serif;
    margin-left:auto;
    margin-right: auto;
    display: none;
}


 .dropbtn:hover, .dropbtn:focus {
    background-color: #ffffff;
     color:#f19b00;
     display: none;
}


 .dropdown {
  width:75%;
    margin-left: auto;
    margin-right: auto;
     text-align: center;
     position: relative;
     display:block;
     display: none;
}
    
    
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f19b00;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    display: none;
}
    
    
.dropdown-content a {
  text-align:center;
    color:#ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    display: none;
}
    
    
.dropdown-content a:hover {
    color:#f19b00;
    background-color: #ffffff;
    display: none;
}
    
    
.show {
    display:block;
        max-height:250px;

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

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

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  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;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* 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 {
  animation-name: fade;
  animation-duration: 1.5s;
}

@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}
}  
 
.book {
    width: 215px;
    display: block;
    margin:0 auto;
}
p {
    font-family: "Dosis", sans-serif;
    font-size:24px;
     text-align: center;
}
section h2 {
    font-family: "Orbitron", sans-serif;
    text-align: center;
}
.display{
    display: block;
    width:75%;
    margin-left:auto;
    margin-right:auto;
}
    .submit {
        text-align: center;
    }
}