/*
Theme Name: SomePublisher
Theme URI:
Author: Benjamin Altpeter
Author URI: http://benjamin-altpeter.de
Description: WordPress Theme for SomePublisher
Version: 1.0
*/
/* Global */
body {
    font-family: proxima-nova, Proxima Nova, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui,
        helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    background-color: #ffffea;
}

h1 {
    text-shadow: 1.5px 1.5px 0 rgba(0, 0, 0, 0.15);
    margin-top: 15px;
    margin-bottom: 5px;
}

#main a,
#main a:visited {
    color: #95bf30;
    text-decoration: none;
}

.clear {
    clear: both;
}

.hr {
    border-bottom: 1px solid #cccccc;
    padding: 10px;
}

.floatright {
    float: right;
}

.i {
    font-style: italic;
}
/* END Global */

/* Elements */
.logo-font {
    font-family: 'grad', 'serif';
    font-weight: normal;
}
.paragraph-font {
    font-family: proxima-nova, Proxima Nova, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui,
        helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}

.container {
    max-width: 900px;
}

.btn-b {
    background-color: #95bf30;
    font-size: 18px;
}

.btn-b:hover {
    background-color: #779926;
}

a.btn-b,
a.btn-b:hover {
    color: #ffffff !important;
}
/* END Elements */

/* Header and Nav */
header {
    background-color: #95bf40;
    color: #ffffff;
    min-height: 37.5px;
    padding-top: 37.5px;
}

nav {
    margin-top: -5px;
}

nav a {
    padding-right: 1em;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 1.5px 1.5px 0 rgba(0, 0, 0, 0.15);
}

#logo {
    margin-top: -14px;
    font-size: 2em;
}
#logo a {
    color: #ffffff;
    text-decoration: none;
}

#menu-items {
    float: right;
}

#header-hero {
    clear: both;
    padding-top: 1px;
    padding-bottom: 15px;
    text-align: center;
}

#header-hero h1 {
    margin-top: 43px;
    margin-bottom: 43px;
}

#header-hero h3 {
    margin-top: -45px;
    font-size: 1.75em;
    font-weight: normal;
    text-shadow: 1.5px 1.5px 0 rgba(0, 0, 0, 0.15);
}

#header-hero img {
    transition: all 0.75s ease;
    padding-bottom: 2px;
}
#header-hero img:hover {
    transform: scale(1.1);
}
#header-hero img.logo-img {
    height: 50px;
    padding-bottom: 0;
    margin-bottom: -3px;
}
#header-hero img.logo-img:hover {
    transform: none;
}

#hero-btns {
    clear: both;
    padding-top: 20px;
}
/* END Header and Nav */

/* Book Sections */
section.book {
    padding: 10px;
    margin: auto;
}

section.book .book-title {
    margin-top: 0px;
    margin-bottom: 0px;
}

section.book .author {
    font-style: italic;
}

section.book .cover {
    width: 150px;
    float: right;
}
/* END Book Sections */

/* Blog */
.read-more {
    float: right;
}

#blog h2 {
    margin-top: 10px;
    margin-bottom: 0px;
}

#blog .meta {
    font-style: italic;
    font-size: 0.9em;
}

aside#sidebar {
    float: right;
}
/* END Blog */

/* Single Book */
#buy-links {
    padding-top: 10px;
}

#book-title-detail {
    font-size: 2.5em;
}

.cover-detail {
    width: 200px;
    float: right;
}
/* END Single Book */

/* Footer */
footer {
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 50px;
    background-color: #2c3e50;
    color: #ffffff;
}
/* END Footer */

/* Mobile */
@media all and (max-width: 700px) {
    .c1,
    .c2,
    .c3,
    .c4,
    .c5,
    .c6,
    .c7,
    .c8,
    .c9,
    .c10,
    .c11,
    .c12 {
        width: 100%;
        padding: 10px;
    }

    section.book .cover {
        float: inherit;
        display: block;
        margin: auto;
    }

    h1 {
        font-size: 3em;
        padding-bottom: 10px;
    }

    #menu-items {
        float: inherit;
        padding-top: 5px;
    }
    #logo {
        border-bottom: 1px solid #cccccc;
    }

    aside {
        display: none;
    }
}
/* END Mobile */
