@import url('https://fonts.googleapis.com/css2?family=Birthstone+Bounce:wght@400;500&family=Didact+Gothic&family=Give+You+Glory&family=Hubballi&family=Macondo+Swash+Caps&family=Moon+Dance&display=swap&family=Quicksand:wght@300..700&display=swap');



/* Base: Mobile (default) */
html {
    font-size: 62.5%;
    scroll-padding-top: 11.1rem;
    /* 1rem = 10px */


}

body {
    font-size: 1.6rem;
    /* 16px (1.6 × 10px) */
    scroll-padding-top: 9rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "Macondo Swash Caps", script, monospace;
    font-size: 3.3rem;
    text-align: center;
    margin: 0 2.2rem;
    padding: 2.2rem 0 0 0;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .25);
    /* color:rgba(236, 231, 240, 1); */
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0.2rem;

}

h2 {
    font-family: "Hubballi", script, monospace;
    font-size: 3.3rem;
    margin: 4rem 0 2rem -5%;
    color: #535353;
}

header {
    /* height: 11rem; */
    width: 100%;
    /* background: -webkit-gradient(linear, left top, left bottom left bottom);
    background: -webkit-linear-gradient(135deg, #333680 6%, #090f22 77%);
    background: -moz-linear-gradient(135deg, #333680 6%, #090f22 77%);
    background: -o-linear-gradient(135deg, #333680 6%, #090f22 77%);
    background: -ms-linear-gradient(135deg, #333680 6%, #090f22 77%);
    background: linear-gradient(180deg, #696cd2 6%, #333680 77%); */
    background: -webkit-gradient(linear, left top, left bottom right top);
    background: -webkit-linear-gradient(180deg, #a5c8fe 0%, #2f64b3 100%);
    background: -moz-linear-gradient(180deg, #a5c8fe 0%, #2f64b3 100%);
    background: -o-linear-gradient(180deg, #a5c8fe 0%, #2f64b3 100%);
    background: -ms-linear-gradient(180deg, #a5c8fe 0%, #2f64b3 100%);
    background: #2f64b3;

    margin: 0 0 3.3rem 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index:111;
}

header a {
    font-family: "Quicksand", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    color: #fff;
    display: inline-block;
    margin: 1rem 0 0.8rem 0;
    padding: .5rem;
   
}


header a:link,
header a:visited {
    text-decoration: none;
}

header a:hover,
header a:active {
    text-decoration: underline;
}

header a:focus {
    outline: dotted 1px #fff;
    outline-offset: .6rem;
    /* background-color: #6c978c; */
}

a.book {
    display: inline-block;
    background: #2f64b3;
    color: #fff;
    font-weight: bold;
    padding: .5rem 3.0rem;
    border-radius: 1rem;
    text-decoration: none;
    position: relative;
    z-index:11;
}

a.book:hover,
a.book:focus {
    background: #3775d1;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .25);
}

a.book:hover::before,
a.book:focus::before {
    position: absolute;
    left: .5rem;
    top: .5rem;
    content: "\2728";
}

/* header::after {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #fff;
    content: 'Mobile'
} */

nav {
    width: 100%;
    text-align: center;
    /* outline:dotted 1px; */
    /* position: absolute;
    right: 0;
    bottom: 1.1rem; */

}

section {
    margin: 0 auto;
    width: 85%;
    /* max-width:80rem;
            min-width: 65rem; */
}


/* Tablet and up */
@media (min-width: 768px) {
    html {
        scroll-padding-top: 11.1rem;
    }

    body {
        font-size: 1.6rem;

    }

    h1 {
        text-align: left;
        font-size: 4.4rem;
        margin: 0 4.4rem;
        padding: 2.2rem 0 0 0;
        /* text-shadow: 2px 2px 6px rgba(0, 0, 0, .25); */
        /* color:rgba(236, 231, 240, 1); */
        /* color: rgba(255, 255, 255, 1); */
        letter-spacing: 0.2rem;
    }

    header a {
        font-weight: 700;
        font-size: 1.6rem;
        color: #fff;
        display: inline-block;
        margin: 0 2.2rem .4em 0;
  
    }

    nav {
        width: 100%;
        text-align: right;
        /* outline:dotted 1px; */
        /* position: absolute; */



    }


}

/* Desktop and up */
@media (min-width: 1280px) {
    /* body {
        font-size: 1.6rem;
    } */

}


p {
    font-family: "Quicksand", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 3.3rem;
    margin: 0 0 2.0rem 0;
    font-weight: 400;
}


ul li {
    font-family: "Quicksand", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    line-height: 3.3rem;
    margin: 0 0 1.1rem 0;
    color: #333;
}

em {
    /* background-color:rgba(215, 160, 158, .22); */
    /* background-color: rgba(165, 200, 254,.5); */
    font-family: "Quicksand", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
    /* font-size: 2.2rem; */
    font-weight: bold;
    /* font-family: "Macondo Swash Caps", script, monospace; */
}

strong {
    /* background-color:rgba(215, 160, 158, .22); */
    font-family: Helvetica, sans-serif;
    font-weight: bold;



    /* font-family: "Macondo Swash Caps", script, monospace; */
}

footer {
    height: 6.6rem;
    background: linear-gradient(180deg, #696cd2 6%, #333680 77%);
}

footer p {
    color: #fff;
    font-family: "noto sans";
    font-size: 1.3rem;
    text-align: center;
    line-height: 6.6rem;
}

form {
    font-family: "noto sans";


}

/* label {
            display: block;
            font-size: 1.6rem;
        }

        input {
            height: 3.3rem;
            line-height: 2.2rem;
            width: 30rem;
            font-family: "noto sans";
            font-weight: 300;
            padding: 1rem;
            font-size: 1.6rem;
            margin: 0 0 2.2rem 0;
        } 
            
        textarea {
            width: 30rem;
            font-family: "noto sans";
            font-weight: 300;
            padding: 1rem;
            font-size: 1.6rem;
        } */