* {box-sizing:border-box}
.static-top {
    width: 100%;
    border: 0px;
}
.footer {
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.footer a {
    text-decoration: none;
    font-weight: normal;
    font-size: small;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
}
/* Slideshow container */
.slideshow-container {
    /*max-width: 800px;*/
    max-width: 100%;
    margin: auto;
}
.slideshow {
    overflow: hidden;
    float: left;
    width: 60%;
}
.left-content {
    overflow: hidden;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    float: left;
    color: #999;
    width: 20%;
}

.cover-image {
    float: left;	
    margin-left: 30px;
    margin-right: 30px;
	margin-bottom: 20px;
}
.book-info {
    float: right;	
    margin-left: 30px;
    margin-right: 30px;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: relative;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: black;
    font-weight: bolder;
    font-size: x-large;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

h1 {
    font-weight: normal;
    font-size: x-large;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
}
h2 {
    font-weight: normal;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
}
h3 {
    font-weight: normal;
    font-size: x-large;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
}
h4 {
    font-weight: normal;
    font-size: inherit;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #888;
}
p {
    font-weight: normal;
    font-size: inherit;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
}
hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 4px dotted #8c8b8b;
}
/* Position the "next button" to the right */
.next {
    /*right: 0;*/
    left: 700px;
    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: medium;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: medium;
    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 {
    color: #0000ff;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .8} 
    to {opacity: 1}
}

.content {
    padding-top: 40px;
    clear: both;
}
.logo {
    float: left;
    background-color: red;
}
.navbar {
    overflow: hidden;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: large;
    padding-top: 75px;
    padding-left: 75px;
}

/* Links inside the navbar */
.menuitem {
    color: #777;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 75px;
    text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
    background: #ddd;
    color: black;
}

/* Main content */
.main {
    margin-top: 300px; /* Add a top margin to avoid content overlay */
}
iframe {
    height: 533px;
    width: 100%;
}

