/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300&display=swap');

body, html {
    margin:0px auto;
    letter-spacing: .8px;
    font-family: 'Manrope', sans-serif;
}

/* LINKS */
a, .container span {
    color: #008080;
    font-size: 1.2em;
    cursor: pointer;
}

a:hover, li:hover {
    color:#000000;
}

a:visited {
    text-decoration: none;
}

#main {
    margin:20px auto 10px auto;
    width:100%;
    overflow: auto;
    min-height:900px; 
    line-height: 185%;
}

#main-poem-screen {
    margin-top:-10px;
    margin-left:30px;
    position:absolute;
    width:40%;
    height:auto;
    font-size:1.3em;
    letter-spacing: .9px;
    overflow: auto;
    padding-bottom: 40px;
}

#main-poem-screen p {
    display:none;
}

#main-poem-screen #poem-title {
    font-size:1.1em;
    font-style: italic;
}

.quotes {
    font: 800;
    font-size: 1.1em;
    position: absolute;
}


#main-poem-screen-single-poem {
    width:93%;
    margin:35px 20px;
    font-size:1.2rem;
    padding:0px 7px;
    overflow: auto;
}

#main-poem-screen-single-poem #poem-title {
    font-size:1.3rem;
    font-style: italic;
}

#show-store-mobile {
    display: none;
}

#show-store-desktop {
    display:block;
    float:right;
    right:0;
    font-size: 1.2rem;
    margin-right:20px;
    text-decoration: none;
    position:absolute;
}

#main-poetry-reel {
    position:absolute;
    padding-left:50px;
    right:0;
    margin-right:20px;
    margin-top:-40px;
    z-index: 10;
}

#main-poetry-reel p{ 
    margin-top:-20px !important;

}

#main-nav-poems ol li {
    font-size: 1.2rem;
    margin:10px auto;
    line-height: 103%;
    color:#008080;
    cursor: pointer;
}

#main-nav-poems ol li:hover {
    color:#000000;
}


#main-store-section ul li {
    list-style-type:  none;
    margin:0px auto;
    justify-content: center;
    text-align: center;
}

#main-store-section {
    width:200px;
    margin-top:20px;
}

#main-store-section p {
    margin-top:-17px;
}

#main-store-section h4 {
    font-size:1.2rem;
    line-height: 70%;
    font-family: Arial, Helvetica, sans-serif;
}

#book-cover {
    height:150px;
    width:100px;
    float:left;
    margin:10px 40px 10px 0px;
}

#main-form {
    height:auto;
    width:60%;
    position: relative;
    margin:5px auto;
    left:0;
    right:0;
    text-align: center;
}

#main-form input {
    height:25px;
    border-radius: 5px;
    border:solid .5px #008080;
}

#main-form h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:1.3 rem;
    font-weight: 900;
}

#reserve-book-button {
    background-color: #008080;
    color:white;
    font-size: 1em;
    border:none;
    padding:4px 19px;
    border-radius: 20px;
    cursor: pointer;
}

#reservation, #reservation-message span {
    width:180px;
    font-size: 1.2em;
    margin:20px auto 20px auto;
    position: relative;
    text-align: center;
    left:0;
    right:0;
}

#main-image-mic {
    position:relative;
    text-align:center;
    justify-content: center;
    margin:0px auto;
    width:100%;
    padding-top:100px;
    z-index:2;
    opacity: .2;
}

#main-image-mic img {
    height:120px;
}

#mobile-title {
    display: none;
}

#mobile-title h3 {
    margin-top:-10px;
}

#contact {
    text-align: center;
    justify-content: center;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    margin-top:50px;
    clear:both;
    background-color: #008080;
}

#contact h4 { 
    margin-top:3px;
    color:white;
}

#contact p {
    font-size:1rem;
    color:white;
}

#contact p a {
    color:#000000;;
    font-size: 1rem;
    text-decoration: none;
}

#contact p a:hover {
    color:#ffffff;
    font-size: 1rem;
    text-decoration: none;
}

@media (min-height: 800){
    
    @media only screen and (min-device-width: 321px) and (max-width:730px) { 
        body {
            height:auto;
            width:auto;
            margin:0px 10px;
        }

        #main-poem-screen {
            margin:100px 10px 45px 3px;
            position:absolute;
            font-size:1.7rem;
            padding:10px 6px 50px 7px;
            height:1600px;
            line-height: 120%;
            width: 95%;
            letter-spacing: .9px;
        }

        #main-image-mic {
            position:fixed;
            text-align:center;
            justify-content: center;
            margin:0px auto;
            width:100%;
            padding-top:80px;
            z-index:2;
            opacity: .2;
        }

        #ffh_logo {
            height:100px;
        }

        #container {
            position: relative;
            margin:0px 15px 0px 35px;
            height:auto;
            width:90%;
            padding-left:20px;
        }

        #main-poetry-reel {
            position:absolute;
            right:0;
            width:85%;
            height:auto;
            display:none;
            z-index: 10;
            padding-top:7px;
        }

        #main-poetry-reel h2{
            font-size:3rem;
            font-weight: 900;
        }

        #main-poetry-reel p{
            font-size:1.9rem;
        }

        #main-nav-poems ol li {
            font-size: 2.5rem;
            margin:20px auto;
            line-height: 103%;
            color:#008080;
            cursor: pointer;
        }

        #main-nav-poems ol li:hover {
            color:#000000;
        }

        #show-store-mobile {
            float:right;
            display:block;
            right:0;
            margin-right:20px;
            top:0;
            z-index:250;
            font-size:1.3rem;
            letter-spacing: .8px;
            position: absolute;
        }

        #show-store-desktop {
            display: none;
        }

        #main-store-section {
            margin:10px auto;
            height:auto;
            width:auto;
            position:relative;
            padding:7px auto;
        }

        #main-store-section p {
            margin-top:-17px;
        }

        #main-store-section h4 {
            padding-top:70px;
            margin-left:10px;
        }

        #main-store-section ul li img {
            float:left;
            margin:0px auto 0px 10px;
            height:240px;
            width:170px;
            left:0px;
        }

        #mic_image {
            margin:460px auto 0px auto;
            height:430px;
            width:250px;
        }

        #mobile-title {
            display:block;
            text-align: center;
            margin:50px auto 0px auto;
        }

        #mobile-title h2 {
            font-size:2.5rem;
        }

        #mobile-title h3 {
            margin-top:-14px;
            font-size:1.5rem;
            font-weight: 400;
        }

        #mobile-title p {
            font-size:1.7rem;
        }

        #main-poem-screen-single-poem {
            width:90%;
            margin:160px 20px 10px 10px;
            font-size:1.7rem;
            padding:10px 6px 50px 7px;
            height:auto;
            overflow: auto;
            line-height: 120%;
            letter-spacing: .9px;
        }
        
        #main-poem-screen-single-poem #poem-title {
            font-style: italic;
            font-size:2rem;
        }

        #main-form input {
            font-size:1.2em;
        }

        #main-form h3 {
            width:95%;
            padding:0px 5px;
        }

        #reserve-book-button {
            position: absolute;
            font-size:1.2rem;
            width:auto;
            padding:10px 20px;
            margin-left:5px;
        }

        #reservation, #reservation-message span {
            width:210px;
            font-size: 1.2em;
            margin:20px auto 20px auto;
            position: relative;
            text-align: center;
            padding-top:50px;
            left:0;
            right:0;
        }

        #contact {
            text-align: center;
            justify-content: center;
            position:fixed;
            bottom:0;
            left:0;
            right:0;
            margin-top:50px;
            clear:both;
            background-color: #008080;
        }

        #contact h4 { 
            font-size:1.4rem;
            margin-top:3px;
            color:white;
        }

        #contact p,  #contact p a{ 
            font-size:2rem;
        }

        #contact img {
            height:50px;
            padding:0px 15px;
            margin-bottom:-10px;
        }
    }

    @media only screen and (max-width:320px) { 
        body {
            height:auto;
            width:auto;
            margin:0px 10px;
        }

        #main {
            margin:70px 5px !important;
            font-family: 'Manrope', sans-serif;
            width:220px;
            height:100%; 
        }

        #main-poem-screen {
            margin:0px 25px 45px 25px;
            padding-bottom: 40px;
            position:absolute;
            font-size:1.2em;
            padding:auto 15px;
            height:auto;
            width:95%;
            letter-spacing: .9px;
        }

        #main-poem-screen-single-poem {
            width:90%;
            margin:10px 20px;
            font-size:2rem;
            padding-right:8px;
            height:auto;
            overflow: auto;
            padding-bottom: 170px;
        }

        #main-image-mic {
            position:relative;
            text-align:center;
            justify-content: center;
            margin:0px auto;
            width:100%;
            top:0;
            padding-top:0px;
            z-index:2;
            opacity: .2;
        }

        #main-poetry-reel {
            margin-left:20px !important;
            position:absolute;
            right:0;
            left:0;
            width:auto;
            height:auto;
            display:none;
            z-index: 10;
            padding-top:7px;
        }

        #main-poetry-reel h2{
            font-size:3.7rem;
            font-weight: 900;
        }

        #main-poetry-reel p{
            font-size:2.2rem;
            padding:3px auto;
        }

        #main-nav-poems ol li {
            font-size: 2.5rem;
            margin:40px auto;
            line-height: 110%;
        }

        #show-store-mobile {
            float:right;
            display:block;
            right:0;
            margin-right:20px;
            top:0;
            z-index:250;
            font-size:1.3rem;
            letter-spacing: .8px;
            position: absolute;
        }

        #show-store-desktop {
            display: none;
        }

        #main-store-section {
            margin:10px auto;
            height:auto;
            width:auto;
            position:relative;
            padding:7px auto;
        }

        #main-store-section ul li img {
            float:left;
            margin:0px auto 0px 10px;
            height:240px;
            width:170px;
            left:0px;
        }

        #mobile-title {
            display:block;
        }

        #mobile-title h3 {
            margin-top:-5px;
        }

        #main-form input {
            font-size:1.2em;
        }

        #reserve-book-button {
            position: absolute;
            font-size:1.2rem;
            width:auto;
            padding:10px 20px;
            margin-left:5px;
        }

        #reservation, #reservation-message span {
            width:180px;
            font-size: 1.2em;
            margin:20px auto 20px auto;
            position: relative;
            text-align: center;
            padding-top:50px;
            left:0;
            right:0;
        }

        #contact {
            text-align: center;
            justify-content: center;
            position:fixed;
            bottom:0;
            left:0;
            right:0;
            margin-top:50px;
            clear:both;
            background-color: #008080;
        }
    }
}
