@media (max-width:769px)
{
    h1 {
        font-size: 2.75rem
    }
    h2 {
        font-size: 2.5rem
    }
    h3 {
        font-size: 2rem
    }
    h4 {
        font-size: 1.5rem
    }
    .navbar-nav li {
        font-size: 1rem
    }
    .navbar-brand {
        display: inline-block;
        font-size: 2.75rem;
    }
    .dropdown-item {
        font-size: 1rem
    }
    .nav-item .dropdown-menu {
        background-color: white;
        border: solid 2px black
    }
    .overlay-text h3,
    .overlay-text i.fa-2x {
        font-size: 1.5rem
    }
    .overlay-text h4 {
        font-size: 1rem
    }
    .overlay-text i {
        font-size: 1.5rem
    }

    #background_header
    {
        min-height: 40vh;
    }

    #jeffe_header
    {
        display: none;
    }

    .arrow_container
    {
        display: none;
    }

    #coffee_cup
    {
        display: none;
    }

    #social_media_row
    {
        display: none;
    }

    .banner-img
    {
        margin-top: 120px;
    }

    .pad-mobile
    {
        padding-top: 30px;
    }

    .no-pad-mobile
    {
        padding-top: 0;
    }

    #sc_mobile
    {
        display: block;
        text-align: center;
        padding-top: 10px;
    }

    .book-cover
    {
        min-height: 330px;
    }
}

@media (orientation: landscape) and (max-width: 1024px) and (max-height: 768px)
{
    #background_header
    {
        min-height: 70vh;
    }

    #jeffe_header
    {
        display: none;
    }

    .navbar-brand {
        display: inline-block;
        font-size: 2.75rem;
    }

    #social_media_row
    {
        display: none;
    }

    .banner-img
    {
        margin-top: 120px;
    }

    .no-pad-mobile
    {
        padding-top: 0;
    }

    #sc_mobile
    {
        display: block;
        text-align: center;
        padding-top: 10px;
    }

    .book-cover
    {
        min-height: 280px;
    }
}
@media (width:812px)
{
    .book-cover
    {
       min-height:245px;
    }
}
@media (max-width:992px) {
    #main-line {
        right: 73.75%
    }
    #sub-line {
        right: 24.5%
    }
}
@media (max-width: 768px){
    #background_header
    {
        min-height: 40vh !important;
    }
}
@media (max-width:476px) {
    .banner-img
    {
        /*display: none !important;*/
    }

    #background_header
    {
        min-height: 40vh;
    }
    #banner {
        margin: 12px 0 20px 0
    }
    #banner_flower_separator,
    #social_media_container {
        display: none
    }
    #banner_text {
        font-size: 1rem
    }
    #black_flower,
    #flower_separator {
        width: 100%
    }
    #social_media a {
        font-size: 1.5rem
    }
    .navbar {
        position: static
    }
    .navbar-nav li,
    .dropdown-item {
        font-size: 1.25rem
    }

    .book-cover
    {
        min-height: 230px;
    }

    #book_stats {
        text-align: center
    }
    #book_stats img {
        width: auto
    }
    .book-container {
        width: 100px;
        height: 150px
    }
    .overlay-text h3,
    .overlay-text i.fa-2x {
        font-size: 1rem
    }
    .overlay-text h4 {
        font-size: .75em
    }
    .overlay-text i.fa-3x {
        font-size: 2em
    }
    .column-header,
    #main-line,
    #sub-line,
    .popuptext::after {
        display: none
    }
    .popup-partial {
        left: 12%;
        width: 75%
    }
}

@media(orientation: landscape) and (max-width:820px) and (max-height:400px)
{
    #landscape_phone_cup
    {
        display: none;
    }
}
