body {
    font-family: Georgia, sans-serif;
}

hr {
    border: 1px solid rgb(209, 173, 238);
    width: 90%;
}

img {
    border: solid 2px rgb(209, 173, 238);
    box-shadow: 5px 5px 5px rgb(209, 173, 238);
    border-radius: 4px;
}

a:hover {
    color: rgb(151, 103, 190) !important;
}

li:hover {
    color: rgb(151, 103, 190) !important;
}

.btn-outline {
    background-color: white;
    color: rgb(151, 103, 190);
    padding: 10px;
    margin: 8px 0;
    border: rgb(209, 173, 238), solid, 2px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
}
    .btn-outline:hover {
        opacity: 75%;
        border: rgb(151, 103, 190), solid, 2px;
    }

    .btn-outline .font-awesome-icon {
        vertical-align: middle;
        padding-left: 5px;
    }

/* Top Navbar Styles */
.navbar-container {
    font-style: italic;
    margin-top: 30px;
}
    .navbar-container .navbar {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: center;
        max-height: 50px;        
    }

        .navbar-container .navbar .nav-title {
            float: left;
            padding: 5px 10px;
            font-size: 52px;
        }
            .navbar-container .navbar .nav-title a {
                color: black;
                text-decoration: none;
            }

        .navbar-container .navbar .nav-item {
            display: inline-block;
            margin-top: 36px;
            font-size: 20px;
        }

        .navbar-container .navbar .nav-item.media-icon {
            float: right;
        }

            .navbar-container .navbar .nav-item a {
                color: rgb(209, 173, 238);
                padding: 10px;
                text-decoration: none;
            }

            .media-icon-list {
                display: inline;
            }            

    /* Bookmark */
    .bookmark-wrap {
        text-align: center;
        display: inline-block;
        margin-top: 24px;
    }
    .bookmark-nav {
        margin-top: 20px;
    }
    .bookmark-nav a {
        display: block;
        padding: 20px 10px;
        text-decoration: none;
        color: rgb(209, 173, 238);
        font-family: Papyrus;
        font-size: 24px;
    }
    .bookmark-peak {
        background-color: #FAF9F6;
        margin: 0 auto;
        width: 150px;
        height: 50px;
        border-top: solid 1px rgb(209, 173, 238);
        border-right: solid 1px rgb(209, 173, 238);
        border-left: solid 1px rgb(209, 173, 238);
        border-radius: 10px 10px 0 0;	
        box-shadow: 5px 5px 5px rgb(209, 173, 238);				
    }
    .bookmark {
        margin: 0 auto;
        width: 150px;
        height: 50px;
    }
    .bookmark:hover, .bookmark:active {
    
        .bookmark-body {
            max-height: 500px;
        }
    }
    .bookmark-tassel {
        position: absolute;
        height: 80px; 
        width: 80px;
        transform: translate(-70%, -70%);
        border: none;
        box-shadow: none;
    }
    .bookmark-body {
        background-color: #FAF9F6;
        margin: 0 auto;
        width: 150px;
        max-height: 0;
        border-radius: 0 0 10px 10px;
        -webkit-transition: max-height 1s; 
        -moz-transition: max-height 1s; 
        -ms-transition: max-height 1s; 
        -o-transition: max-height 1s; 
        transition: max-height 1s; 
        overflow: hidden;
        position: relative;
        border-bottom: solid 1px rgb(209, 173, 238);
        border-right: solid 1px rgb(209, 173, 238);
        border-left: solid 1px rgb(209, 173, 238);
        box-shadow: 5px 5px 5px rgb(209, 173, 238);
    }
    .no-top-margin {
        margin-top: 0;
    }
    .bookmark-flowers {
        height: 100px; 
        width: 100%;
        background-image: url("../media/flowers.png");
        background-size: cover;
    }

    .bookmark-media-icon-list {
        display: none;
    }

/* Columns */
/* .main-content {
    display: table;
} */

.column {
    width: 50%;
    text-align: center;
    min-width: 450px;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
}

.row {
    padding: 20px 0px;
    background-color: rgb(251, 246, 255);
    border-radius: 4px;
    overflow: hidden;
    display: table;
    width: 100%;
}
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

/* Index */
.column .main-img {
    padding: 5px;  
}
    .column .main-img img {
        border: solid 2px rgb(209, 173, 238);
        box-shadow: 5px 5px 5px rgb(209, 173, 238);
        border-radius: 4px;
        width: 400px;
        height: auto;
    }

.column .welcome-statement {
    font-size: 32px;
    width: 70%;
    margin: auto;
}

    .column .welcome-statement .large-font {
        display:inline-block;
        font-size: 48px;
        font-weight: bold;
        font-style: italic;
    }

.series-title {
    font-size: 24px;
}

    .series-title a {
        color: rgb(209, 173, 238);
    }

.series-video {
    padding: 0px 40px;
}

.series-video video {
	height: auto;
	width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.poem-container {
    text-align: center;
}

    .poem-container .poem-container-title {
        font-size: 32px;
        padding: 5px;
        margin: 20px 0;
    }

    .poem-container .poem-wrapper {
        position: relative;
    }

        .poem-container .poem-wrapper .poem {
            font-size: 32px;
            line-height: 64px;
            padding: 20px;
            background-color: #FAF9F6; 
            border: solid 1px rgb(209, 173, 238);
            box-shadow: 5px 5px 5px rgb(209, 173, 238);
            border-radius: 10px;
            width: 80%;
            margin: 20px auto;
            font-style: italic;
        }

/* Author */
.column .about-author {
    text-align: center;
    font-size: 28px;
    padding: 20px;
}

    .column .about-author .about-title {
        font-weight: bold;
    }

.column .author-img img {
    border: solid 2px rgb(209, 173, 238);
	box-shadow: 5px 5px 5px rgb(209, 173, 238);
    border-radius: 4px;
    width: 400px;
    height: auto;
}

.row .contact-form {
    text-align: center;
}

    .row .contact-form .form-title {
        font-size: 32px;
        padding: 5px;
        font-weight: bold;
    }

    .row .contact-form .form-note {
        font-size: 20px;
        padding: 5px;
    }

    .row .contact-form .form {
        font-size: 20px;
        padding: 10px 100px;
        text-align: left;
    }

        .row .contact-form .form form .form-field label {
            font-weight: bold;
            display: block;
        }

        .row .contact-form .form form .form-field input {
            width: 100%;
            padding: 12px 20px;
            margin: 8px 0;
            display: inline-block;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
        }

        .row .contact-form .form form .btn-wrap {
            text-align: center;
        }

            .row .contact-form .form form .btn-wrap .submit-btn {
                background-color: rgb(151, 103, 190);
                color: white;
                padding: 14px 20px;
                margin: 8px 0;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                font-size: 16px;
            }

            .row .contact-form .form form .btn-wrap .submit-btn:hover {
                opacity: 75%;
            }

/* Books */
.column .cover-img .books-cover-img {
    height: 500px;
    width: auto;
    border: solid 2px rgb(209, 173, 238);
    box-shadow: 5px 5px 5px rgb(209, 173, 238);
    border-radius: 4px;
}

.column .book-content {
    font-size: 24px;
    padding: 20px;
}

        .column .book-content .book-link-list .link-list {
        padding-inline-start: 0;
        }
            .column .book-content .book-link-list .link-list .link-list-item {
                list-style-type: none;
                text-align: center;
                display: inline-block;
                font-size: 20px;
            }

                .column .book-content .book-link-list .link-list .link-list-item a {
                    color: rgb(209, 173, 238);
                    padding: 10px;
                    display: block;
                }

                .column .book-content .book-title {
                    padding: 5px;
                    font-weight: bold;
                    font-size: 32px;
                }

                    .column .book-content .book-title .book-series-title {
                        padding: 5px;
                        display: inline-block;
                    }

        .column .book-content .book-short-blurb {
            font-size: 24px;
            padding: 20px;
        }

        #book-reviews-container {
            height: 200px;
        }

        .column .book-content .book-review-author {
            font-size: 24px;
            padding: 10px;
        }

        .column .book-content .book-summary {
            text-align: left;
        }

        .book-summary.teaser {
            font-size: 16px !important;
            padding: 10px 0 !important;
            text-align: center !important;
        }

        /* Video */
        video {
            height: auto;
            width: 70%;
        }
        
        .book-preview {
            text-align: center;
        }

/* Footer */
.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: 5px; 
}

@media only screen and (max-width: 915px) {

    .main-content {
		background-size: contain;
	}

    .column .author-img img {
        width: 75%;
    }
    .column .main-img img {
        width: 75%;
    }

    .row {
        width: 100%;
        display: block;
        padding: 0;
    }

    .column {
      float: none;
      width: 100%;
      min-width: auto;
      display: block;
    }

    .media-icon-list {
        display: none;
    }

    .bookmark-media-icon-list {
        display: block;        
    }

    .bookmark-peak {
        border-top: solid 0.5px rgb(209, 173, 238);
        border-right: solid 0.5px rgb(209, 173, 238);
        border-left: solid 0.5px rgb(209, 173, 238);
        box-shadow: 2px 2px 2px rgb(209, 173, 238);
    }

    .bookmark-body {
        border-bottom: solid 0.5px rgb(209, 173, 238);
        border-right: solid 0.5px rgb(209, 173, 238);
        border-left: solid 0.5px rgb(209, 173, 238);
        box-shadow: 2px 2px 2px rgb(209, 173, 238);
    }

    .navbar-container .navbar .nav-item.media-icon {
        float: none;
        padding: 0;
    }

    .navbar-container .navbar .nav-item.media-icon a {
        padding: 1px;
    }

    .book-preview video {
        width: 90%;
    }
    
  }

  @media only screen and (max-width: 600px) {

    /* Navigation */
    .navbar-container .navbar .nav-title.logo-nav-item img {
        height: 24px;
        width: 24px;
    }

    .navbar-container .navbar .nav-title {
        font-size: 24px;
        padding: 2px;
    }

    .bookmark-wrap {
        margin-top: 15px;
    }

    .bookmark-tassel {
        height: 60px; 
        width: 60px;
    }

    .bookmark-peak {
        height: 33px; 
    }

    /* Index */
    .column .welcome-statement {
        font-size: 24px;
        width: 90%;
    }

    .column .welcome-statement .large-font {
        font-size: 32px;
    }

    .poem-container .poem-wrapper .poem {
        font-size:16px;
        line-height: 32px;
    }

    /* Author */

    .column .about-author {
        font-size: 16px;
    }

    .row .contact-form .form-title {
        font-size: 20px;
    }

    .row .contact-form .form-note {
        font-size: 16px;
    }

    .row .contact-form .form {
        font-size: 16px;
        padding: 10px 20px;
    }

    /* Books */
    .column .book-content .book-title {
        font-size: 24px;
    }

    .column .book-content {
        font-size: 16px;
    }

    .column .book-content .book-short-blurb {
        font-size: 18px;
    }

    .column .book-content .book-review-author {
        font-size: 16px;
    }

    .column .cover-img .books-cover-img {
        height: 300px;
    }

    #book-reviews-container {
        height: 100px;
    }
  }