body {
    background-color: white;
    font: 1em serif;
    overflow-x: hidden;
}

a {
    font: 1em;
    text-decoration: none;
    color: #AD2537;
    display: inline-block;
    padding: 15px;
}
a:hover {
    text-decoration: underline;
    color: rgba(112, 32, 32, 0.377)
}
th {
    color: #8E0C36;
    font-size: 1.2em;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    margin-left: -5px;
    background-color: white;
    color: white;
    color: black;
    font-family: serif;
    font-size: 1.35em;
}
#title {
    display: inline-flex;
    float: left;
    width: 50%;
    margin-top: -10px;
}
#directory ul{
    display: inline-flex;
    list-style-type: none;
    width: 29%;
    float: right;
    text-align: right;
}
#directory li {
    display: inline;
}

#directory .dropdown {
    float: right;
    overflow: visible;
}

.dropdown .dropbtn {
    font-size: 2vw;
    border: none;
    outline: none;
    color: #AD2537;
    padding: 20px 30px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
}
.dropdown-content {
    display: none;
    margin-left: -200px;
    position: absolute;
    background-color: #f9f9f9ec;
    min-width: 300px;
    height: 100vw;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    float: right;
    font-size: 28px;
    color: #AD2537;
    padding: 30px 40px;
    text-decoration: none;
    display: block;
    text-align: center;
  }

  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover {
    background-color: rgb(221, 221, 221);
    width: 100%;
  }

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }

#opening {
    clear: both;
    background-color: #547165; /*This color matches the quote block*/
    margin-top: 105px;
    line-height: 0px;
}

#opening .headShot {
    margin-left: -10px;
    float: left;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}

#content {
    clear: both;
    background-color: white;
    margin-top: 100px;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
}
#bookImg {
    float: left;
    width: 40vw;
}
#book {
    margin-top: 10px;
    font-size: 3vw;
    text-align: left;
    margin-bottom: 50px;
    padding-left: 25%;
}
#read{
    transition-duration: 0.4s;
    background-color: #8E0C36;
    color: white;
    margin-top: 30px;
    padding: 10px;
    font-size: .85em;
    border-radius: 30px;
}
#read a {
    color: white;
    padding: 0px;
}
#read:hover {
    background-color: #f1f0f0;
    border-color: #8E0C36;
    border-width: 5px;
    color: #8E0C36;
    cursor: pointer;
}
#read a:hover {
    color: #8E0C36;
    text-decoration: none;
}

#quote {
    padding: 10px;
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    fill: white;
}
#quote .container {
    text-align: center;
}
#q1, #q2 {
    text-align: center;
    font-size: 2.5vw;
    color: white;
    margin-top: -25%;
    margin-bottom: 10%;
    padding-right: 15%;
    padding-left: 15%;
}
.flickity-prev-next-button.previous {
    transform: translateX(20%);
    left: 8%;
}
.flickity-prev-next-button.next {
    right: 8%;
    transform: translateX(-20%);
}
.flickity-prev-next-button {
    position: absolute;
    background-color: transparent;
    margin-top: -20%;
    padding: 1.5%;
    width: 5vw;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    /* opacity: 0; */
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
}
.flickity-prev-next-button:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.432);
    padding: 1%;
    border-radius: 60%;
}
.flickity-page-dots {
        bottom: 15px;
        left: 20%;
        right: 20%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        line-height: 1;
}
.clear {
	clear: both;
	line-height:0;
}
#purchase {
    clear: both;
    padding-left: 5%;
    margin-right: -3%;
	float: left;
	width: 70%;
}

#more {
    transition-duration: 0.4s;
    background: none;
    color: #8E0C36;
    border: none;
    font-size: .85em;
    cursor: pointer;
}
#more:hover {
    background-color: none;
    border: none;
    color: #800b30;
    font-weight: bolder;
}

#speaking, #contact{
    padding:10px;
    margin: 0 10%;
    font-size: 1.6em;
	width: 75%;
}

#media, #reviews, #about {
    padding:10px;
	float: left;
    font-size: 1.6em;
    width: 95%;
}

#speaking h3, #media h2, b {
    color: #8E0C36;
}

#raves{
    background-color: #6600001e;
	width: 20%;
	float: right;
	border: 10px solid #6600001e;
	font-size: 1vw;
	padding: 10px;
	height:inherit;
}
#other{
    font-size: 16.5px; 
    margin: 30px 25%; 
    clear: both;
}

#buyNow {
    clear: both;
    background-color: whitesmoke;
    text-align: center; 
    display: flex;  
}
.bookSmall{
    flex: 33.33%;
    width: 50%;
    margin-top: 2%;
    margin-bottom: 2%;
}

#footer {
    border-top: 4px solid #660000;
    clear: both;
    background-color: transparent;
    text-align: center;
}