#menu__toggle{opacity:0}#menu__toggle:checked+.menu__btn>span{transform:rotate(45deg)}#menu__toggle:checked+.menu__btn>span:before{top:0;transform:rotate(0deg)}#menu__toggle:checked+.menu__btn>span:after{top:0;transform:rotate(90deg)}#menu__toggle:checked~.menu__box{right:0!important}.menu__btn{cursor:pointer;height:26px;position:fixed;right:20px;top:35px;width:26px;z-index:100}.menu__btn>span,.menu__btn>span:after,.menu__btn>span:before{background-color:var(--orange);display:block;height:2px;opacity:.8;position:absolute;transition-duration:.25s;width:100%}.menu__btn>span:before{content:"";top:-8px}.menu__btn>span:after{content:"";top:8px}.menu__box{background-color:var(--white);box-shadow:0 3px 10px #0000001a;height:100%;list-style:none;margin:0;padding:80px 0;position:fixed;right:-100%;top:0;width:300px}.menu__box,.menu__item{display:block;transition-duration:.5s}.menu__item{color:#000;font-weight:500;padding:12px 24px;text-decoration:none}.menu__item:focus,.menu__item:hover{background-color:var(--orange)}#menu__item__home:focus,#menu__item__home:hover{background-color:var(--blue)}#menu__item__books:focus,#menu__item__books:hover{background-color:var(--pink)}#menu__item__about:focus,#menu__item__about:hover{background-color:var(--purple)}#menu__item__contact:focus,#menu__item__contact:hover{background-color:var(--orange)}@media only screen and (min-width:920px){.menu{display:none}}nav{align-items:center;background-color:var(--black);box-shadow:0 3px 10px #0000001a;color:#000;display:flex;flex-wrap:wrap;height:15%;justify-content:space-evenly;left:0;letter-spacing:3px;overflow:hidden;position:fixed;top:0;width:100%;z-index:100}.link{color:var(--white);cursor:pointer;font-size:1.1rem;font-weight:500;padding:.5rem;text-decoration:none;transition:.25s ease-in-out}.link:after{background:var(--orange);content:"";height:3px;left:0;position:absolute;top:100%;transform:scaleX(0);transition:transform .5s;width:100%}.link:focus{color:var(--orange)}.link:nth-child(2):after{background:var(--blue);content:"";height:3px;left:0;position:absolute;top:100%;transform:scaleX(0);transition:transform .5s;width:100%}.link:nth-child(2):focus{color:var(--blue)}.link:nth-child(3):after{background:var(--pink);content:"";height:3px;left:0;position:absolute;top:100%;transform:scaleX(0);transition:transform .5s;width:100%}.link:nth-child(3):focus{color:var(--pink)}.link:nth-child(4):after{background:var(--purple);content:"";height:3px;left:0;position:absolute;top:100%;transform:scaleX(0);transition:transform .5s;width:100%}.link:nth-child(4):focus{color:var(--purple)}.link:hover{cursor:pointer;-webkit-text-decoration:solid;text-decoration:solid;transform:scale(1)}.link:hover:after{transform:scaleX(.9)}.title-link{color:var(--white);cursor:pointer;text-decoration:none}@media only screen and (max-width:900px){.link{display:none}}#newsletter-main{align-items:center;display:flex;justify-content:center;margin-top:10%;text-align:center}@media only screen and (max-width:900px){#newsletter-main{background-color:var(--black);margin-top:5%}#newsletter-main h2{visibility:hidden}#newsletter-button{margin-bottom:5%}}#landing-main{text-align:left}#landing-cover{margin-left:10%}#landing-p{margin-right:10%}#coming-soon-button{background-color:gray;font-family:Montserrat,sans-serif;font-weight:500}@media only screen and (max-width:900px){#landing-main{display:flex;justify-content:center;text-align:center}#landing-cover{margin-left:0;padding:0}#landing-p{margin-right:0;width:80%}}#about-main{margin-top:150px;text-align:left}#about-image{flex:1 1;margin-left:10%;padding:1rem;width:50%}#about-p{margin-right:10%;margin-top:6px}@media only screen and (max-width:900px){#about-main{display:flex;justify-content:center;margin-top:100px;text-align:center}#about-image{margin-left:0}#about-p{margin-right:0}}#books-main{align-items:baseline;justify-content:space-evenly;margin-top:120px;text-align:center}#book-image{width:200px}@media (max-width:900px){#books-main{flex-direction:row}#books-column{margin-bottom:20px}}#contact-main{margin-top:120px}#contact-rows{align-items:center;color:var(--white);display:flex;flex:1 1;flex-direction:column;justify-content:start;text-align:center}.contact-p{flex:0 1;letter-spacing:.1rem;text-decoration:underline}#contact-image{margin-right:10%;max-width:40%}@media only screen and (max-width:900px){#contact-rows{width:100%}#contact-image{margin-right:0;max-width:50%}}.footer{color:var(--white);font-size:14px;margin-top:40px;text-align:center}:root{--black:#000;--darkBlue:#010f40;--blue:#8ed9fc;--purple:#a77dfc;--pink:#f993dd;--orange:#f09505;--orangeHover:#ffa71c;--white:#fff}body,html{height:100%;scroll-behavior:smooth;width:100%}body,html{margin:0;padding:0}body{background-color:#000;background-color:var(--black);font-family:Raleway,sans-serif;font-size:1.2rem;line-height:2rem}h1{font-family:Inter,sans-serif;font-size:3rem;text-transform:uppercase}h1,h2{color:#fff;color:var(--white);letter-spacing:.3rem}h2{font-family:Roboto,sans-serif}h3{color:#fff;color:var(--white);font-family:Montserrat,sans-serif;font-weight:400;letter-spacing:.2rem}main{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:5%}button{background-color:#f09505;background-color:var(--orange);border:none;border-radius:5px;color:#8ed9fc;color:var(--blue);cursor:pointer;font-family:Raleway,sans-serif;font-size:16px;font-weight:800;letter-spacing:.1rem;padding:15px 30px;text-decoration:none}button:hover{background-color:#ffa71c;background-color:var(--orangeHover);font-weight:800;transition:.3s ease-in-out}button:active{background-color:#f09505;background-color:var(--orange)}a{box-shadow:none;text-decoration:none}a,p{color:#fff;color:var(--white)}img,p{flex:1 1;width:50%}img{height:25%;padding:1rem}@media only screen and (max-width:900px){main{align-items:center;flex-direction:column;text-align:center}img{margin-left:0;padding:0}}
/*# sourceMappingURL=main.e8957e0c.css.map*/