#header {
    font-family: 'Dancing Script', cursive;
    box-shadow: 5px 5px 30px black ;
}

.special-text {
    font-family: 'Dancing Script', cursive;
}

/* .title {
    font-size: 72px;
} */

.height {
    min-height: 40vh;
}

.danni-pic {
    max-width: 200px;
}

.height-80 {
    min-height: 80vh;
}

.height-40 {
    min-height: 40vh;
}

.books-bg-image {
    background-image: url(../images/buy-books.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.blog-section-height {
    min-height: 30vh;
}

.giveaway-img {
    max-width: 300px;
}

@media only screen and (min-width: 770px) {
    .text-size {
        font-size: 24px;
    }

    .title {
        font-size: 72px;
    }
} 

@media only screen and (min-width: 320px) {
    .title {
        font-size: 54px;
    }
} 