body,
html {
    background-image: url(background.png);
    background-image: linear-gradient (to bottom right, yellow, orange);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}


/* Navbar container */

.navbar {
    overflow: hidden;
    background-color: transparent;
    font-family: Arial;
}


/* Links inside the navbar */

.navbar a {
    float: left;
    font-size: 16px;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


/* The dropdown container */

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    font-family: 'Fredricka the Great';
}


/*The Navbar and Dropdown hovers and buttons */

.navbar a:hover,
.dropdown:hover .dropbtn {
    background-color: #9EC0D2;
}


/*Dropdown content*/

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #dad8db;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    font-family: 'Fredericka the Great';
    font-weight: bold;
    font-size: 15px;
}


/*Dropdown links */

.dropdown-content a {
    float: none;
    color: #FF974E;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}


/*Dropdown links on hover */

.dropdown-content a:hover {
    background-color: #9EC0D2;
}

.dropdown:hover .dropdown-content {
    display: block;
}


/*Container for Responsive Container*/

.container {
    position: relative;
    overflow: hidden;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3, h4 {
    font-family: "Lucida Handwriting";
}

p {
    font-family: 'URW Chancery L', cursive;
}

.jakportrait {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.headingarrow {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.characterimage {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.workcover {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

img {
    width: 80%;
}
  
.bookquote {
    font-family: "Papyrus";
}

button {
    background-color: #9EC0D2;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: inline-block;
}

input[type=text], select, textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #808080;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
  }
  
  /* Style the label to display next to the inputs */
  label {
    padding: 12px 12px 12px 0;
    display: inline-block;
  }
  
  /* Style the submit button */
  input[type=submit] {
    background-color: #9EC0D2;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: inline-block;
  }

footer {
    text-align: center;
}

footer img {
    width: 30px;
    padding-left: 20px;
    text-align: center;
}

footer .fa {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: #ff523b;
}

hr {
    border: none;
    background: #b5b5b5;
    height: 1px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.copyright {
    text-align: center;
    color: black;
}

@media screen and (max-width: 650px) {
    .column {
      width: 100%;
      display: block;
    }
}