@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;900&display=swap');
:root{
    --text--wght900-font-family: 'Roboto', sans-serif;
    --text--wght100-font-family: 'Roboto', sans-serif;
    --text--color--black-color: black;
    --text--color--white-color: rgba(211, 210, 210, 1);
    --text--color--grey-color: rgba(65, 65, 65, 0.72);
    --text--color--light__grey-color: rgba(130, 130, 130, 0.83);
    --text--color--darker__grey-color: rgba(65, 65, 65, 0.75);
    --text--color--orange-color: rgba(255, 138, 0, 1);
    --text--color--light_orange-color: rgba(255, 168, 105, 1);
    --text--color--lighter_orange-color: rgba(255, 203, 142, 1);
    --color--light_orange-color: rgba(255, 173, 78, 1);
    --profile--photo-color: rgba(255, 186, 105, 1);
}

*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    outline: none;
    scroll-behavior: smooth;
}



.intro-header{
    background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0), rgba(104, 104, 104, 0), rgba(104, 104, 104, 0), white), url(img/two_orange_trees.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    min-height: 100vh;
    max-width: 100vw;
    display: flex;
    position: relative;
    flex-flow: column;
    align-items: center;
}

.navigation {
    display: flex;
    flex-flow: row;
    margin: 1.5rem;
    justify-content: center;
    align-items: center;
}

.menu{
    display: flex;
    gap: 1.5rem;
    /* margin-right: 20rem; */
    font-family: var(--text--wght900-font-family);
    font-weight: 900;
}

.menu a {
    text-decoration: none;
    color: black;
}

.menu a:visited{
    color: var(--text--color--black-color);
}

a:hover .one, a:hover .two,  a:hover .three, a:hover .menu-text {
    transition: .6s;
    color: var(--text--color--light_orange-color);
}

.menu-item {
    list-style-type: none;
    display: flex;
    flex-flow: column;
}

.menu-item__light-fonted{
    font-family: var(--text--wght900-font-family);
    font-weight: 100;
    color: var(--text--color--white-color)
}

.menu-text{
    padding-top: .5rem;
    border-bottom: 1px solid;
    border-color: var(--color--light_orange-color);
}

/* .burger {
    display: flex;
    flex-flow: column;
}

.burger img, .burger-opened img {
    width: 30%;
    height: 30%;
} */

.intro-card {
    background-color: rgba(255, 255, 255, 0.815);
    display: flex;
    flex-flow: row;
    margin-left: 17em;
    margin-right: 17rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.about {
    display: flex;
    flex-flow: column;
    margin-top: 1.5rem;
    margin-bottom: 4rem;
    margin-left: 1.5rem;
    margin-right: 3rem;
    align-items: center;
}

.about img{
    width: 310px;
    height: auto;
    margin-bottom: 1.5rem;
    margin-left: 6rem;
    margin-right: 6rem;
}

.intro-card .about h1 {
    color: var(--text--color--black-color);
    font-family: var(--text--wght100-font-family);
    font-weight: 100;
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 1.5rem;
}

.student-tag {
    color: var(--text--color--black-color);
    font-family: var(--text--wght100-font-family);
    font-weight: 100;
    font-size: 15px;
}

.student-tag__orange {
    color: var(--profile--photo-color);
    border-bottom: 1px solid var(--profile--photo-color);
}

.intro{
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-right: 7.5rem;
    margin-left: 3rem;
    justify-content: center;
    gap: 1.5rem;
}

.first-text {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: var(--text--color--grey-color);
    font-family: var(--text--wght900-font-family);
    font-weight: 900;
}

.second-text {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.04em;
    color: var(--text--color--light__grey-color);
    font-family: var(--text--wght100-font-family);
    font-weight: 100;
}

.fa-discord, .fa-github, .fa-replyd, .fa-spotify, .fa-youtube, .fa-twitter{
    font-size: 30px;
}
.about a{
    text-decoration: none;
    color: none;
}

a:hover .student-tag__orange{
    transition: 0.7s;
    color: var(--text--color--grey-color);
    border-color: var(--text--color--grey-color);
}

.fa-discord, .fa-github, .fa-replyd, .fa-spotify, .fa-youtube, .fa-twitter{
    color: black;
}

a:hover .fa-discord, a:hover .fa-github, a:hover .fa-replyd, a:hover .fa-spotify, a:hover .fa-youtube, a:hover .fa-twitter{
    transition: .7s;
    color: var(--color--light_orange-color);
}



.socials {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.arrows {
    display: flex;
    flex-flow: column;
    margin-top: 3.5rem;
}

.fa-chevron-down{
    font-size: 40px;
    color: rgba(51, 51, 51, 0.473);
}

.story-section {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    max-width: 100vw;
    background-color: white;
    justify-content: center;
    align-items: center;
}

.post-is-added{
    display: none;
}

.post-is-added-visible{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.post-is-added-visible span{
    font-family: var(--text--wght100-font-family);
    font-weight: 100;
    color: rgba(0, 0, 0, 0.384);
}

.done{
    color: rgb(72, 228, 72);
    font-size: 30px;
    margin-left: 1.5rem;
}

.form-post{
    display: flex;
    flex-flow: row;
}

input {
    padding-left: 1.5rem;
} 

.input-date{
    display: none;
}

.input-date-open{
    display: flex;
    width: 10vw;
    height: 5rem;
    margin-bottom: 5rem;
    background:rgba(196, 196, 196, 0.69);
    border-radius: 10px;
    color: white;
    font-family: var(--text--wght900-font-family);
    font-weight: 900;
    font-size: 20px;
    border: 1px solid white;
}

.input-post{
    display: none;
}

.input-post-open{
    display: flex;
    align-items: center;
    width: 30vw;
    height: 5rem;
    margin-bottom: 5rem;
    background:rgba(196, 196, 196, 0.69);
    border-radius: 10px;
    color: white;
    font-family: var(--text--wght900-font-family);
    font-weight: 900;
    font-size: 20px;

}

.input-place{
    display: none;
}

.input-place-open{
    display: flex;
    width: 15vw;
    height: 5rem;
    margin-bottom: 5rem;
    background:rgba(196, 196, 196, 0.69);
    border-radius: 10px;
    color: white;
    font-family: var(--text--wght900-font-family);
    font-weight: 900;
    font-size: 20px;
    border: 1px solid white;
}

.send-button{
    display: none;
}

.send-button-open{
    display: flex;
    width: 5vw;
    height: 5rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
    background:rgba(196, 196, 196, 0.69);
    border-radius: 10px;
    color: var(--text--color--orange-color);
    font-size: 20px;
}

.send-button-open:hover {
    background:rgba(216, 216, 216, 0.555);
    color: white;
    transition: .5s;
    cursor: pointer;
}

::placeholder {
    color: rgba(255, 255, 255, 0.575);
    /* padding-left: 1.5rem; */
    font-weight: 100;
    width: 5vw;
    height: 5rem;
    padding-right: 10rem;
  }

.add-icon{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 30px;
    color: var(--text--color--orange-color);
    cursor: pointer;
}

.add-icon-books{
    margin-top: 1.5rem;
    display: flex;
    margin-left: 4.5rem;
    font-size: 30px;
    color: var(--text--color--orange-color);
}

.add-icon-personalities{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1.5rem;
    /* margin-bottom: 1.5rem; */
    font-size: 30px;
    color: var(--text--color--orange-color);
}

.add-icon-personalities p{
    font-family: var(--text--wght900-font-family);
    font-weight: 900;
    font-size: 10px;
    padding-top: 1.3rem;
}

.add-icon p{
    font-family: var(--text--wght900-font-family);
    font-weight: 900;
    font-size: 10px;
    padding-top: 1.3rem;
}

.add-icon-books p{
    font-family: var(--text--wght900-font-family);
    font-weight: 900;
    font-size: 10px;
    padding-top: 1.3rem;
}

.story-section h2 {
    display: none;
}

.story {
    display: flex;
    margin-left: 17rem;
    margin-right: 17rem;
    text-align: center;
    line-height: 43px;
    color: var(--text--color--grey-color);
    font-family: var(--text--wght900-font-family);
    font-weight: 900;
    margin-bottom: 3.5rem;
    margin-top: 3rem;
}

.underline{
    border-top: 5px solid var(--text--color--grey-color);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 5px solid var(--text--color--grey-color);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 40vw;
    margin-bottom: 3rem;
}

.post-section{
    min-height: 100vh;
    max-width: 100vw;
    background-color: white;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.posts{
    height: 35rem;
    /* background-color: grey; */
    width: 60vw;
    /* margin-right: 25rem;
    margin-left: 25rem; */
    overflow: scroll;
    overflow-x: hidden;
    margin-bottom: 5rem;
    box-shadow: 10px 10px 35px rgb(158, 158, 158);
    border-radius: 10px;
    z-index: 10;
}

/* width */
::-webkit-scrollbar {
    width: 15px;
    margin-left: 1.5rem;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.507);
    */
    background-color:rgba(196, 196, 196, 0.2);
    border-radius: 10px; 
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgba(196, 196, 196, 0.69);
    border-radius: 10px;
  }


.post{
    margin-bottom: 3rem;
    padding-left: 2rem;
}

.name-of-post, .place-where-posted{
    font-size: 64px;
    font-family: var(--text--wght900-font-family);
    font-weight: 900;
}

.place-where-posted{
    color: var(--text--color--orange-color);
    font-weight: 100;
    margin-left: 1rem;
}

.post-text{
    font-size: 36px;
    font-family: var(--text--wght100-font-family);
    font-weight: 100;
    margin-right: 1.5rem;
}

.to-top-button{
    /* border: 2.5px solid rgba(0, 0, 0, 0.589); */
    border-radius: 30px;
    box-shadow: 10px 10px 35px rgb(216, 216, 216);
    margin-bottom: 1.5rem;
}

.to-top-button:hover{
    border: 1px solid rgb(255, 255, 255);
    transition: .3s;
}

.button-text{
    font-family: var(--text--wght900-font-family);
    font-weight: 900;
    color: var(--text--color--orange-color);
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 3.5rem;
    margin-right: 3.5rem;
}

.to-top-button a{
    text-decoration: none;
}

a:hover .button-text{
    transition: 0.7s;
    color: var(--text--color--light_orange-color);
}

.back-rectangle{
    background-color: rgba(208, 208, 208, 1);
    height: 150vh;
    width: 70vw;
    position: absolute;
    z-index: 1;
    transform: rotate(45deg);
    left: -750px;
}

.front-rectangle{
    background-image: linear-gradient(to left, rgb(206, 206, 206) , rgb(236, 236, 236));
    height: 150vh;
    width: 70vw;
    position: absolute;
    z-index: 1;
    transform: rotate(45deg);
    left: -890px;
}

.main-content-books{
    display: flex;
    flex-flow: row;
    min-height: 100vh;
    max-width: 100vw;
}

.first-half{
    display: flex;
    /* background-color:rgba(51, 51, 51, 0.473); */
    height: 91.5vh;
    width: 50vw;
}

.second-half{
    display: flex;
    /* background-color:rgba(155, 45, 45, 0.473); */
    height: 91.5vh;
    width: 50vw;
    flex-flow: column;
}

.first-half__left-rectangle{
    display: flex;
    background-color:rgba(218, 218, 218, 0.35);
    height: 80vh;
    width: 38vw;
    position: absolute;
    left: 5rem;
    z-index: 1;
}

.first-half__right-rectangle{
    display: flex;
    background-color:rgba(255, 223, 185, 1);
    height: 50vh;
    width: 42vw;
    position: absolute;
    left: 25rem;
    top: 17rem;
    z-index: 10;
}

.first-half__img{
    z-index: 100;
    position: absolute;
    top: 10rem;
    left: 10rem;
    height: 50rem;
    width: auto;
}

.heading{
    height: 15vh;
    max-width: 50vw;
    /* background-color: green; */
    display: flex;
    align-items: flex-end;
}

.book-content{
    height: 75vh;
    max-width: 50vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.second-half h1{
    text-transform: uppercase;
    font-family: var(--text--wght900-font-family);
    font-weight: 900;
    font-size: 60px;
    z-index: 10;
}

.books{
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-flow: column;
    /* justify-content: center; */
    align-items: flex-start;
    border-radius: 10px;
    height: 30rem;
    width: 35rem;
    z-index: 100;
    overflow: scroll;
    overflow-x: hidden;
    box-shadow: 10px 10px 35px rgb(158, 158, 158);
    gap: 1.5rem;
}

.book {
    display: flex;
}

.book button{
    /* margin-left: 1.5rem; */
    text-decoration: none;
    background-color: white;
    margin-right: 1.5rem;
    display: flex;
}

.color-orange{
    color: #FF8A00;
}

/* MODAL */

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 200ms ease-in-out;
    /* border: 1px solid black; */
    box-shadow: 10px 10px 35px rgb(204, 204, 204);
    border-radius: 10px;
    z-index: 10;
    background-color: white;
    width: 800px;
    max-width: 80%;
  }
  
  .modal.active {
    transform: translate(-50%, -50%) scale(1);
    z-index: 1000;
  }
  
  .modal-header {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid black; */
  }
  
  .modal-header .title {
    font-size: 1.25rem;
    font-weight: bold;
    font-family: var(--text--wght900-font-family);
    font-weight: 900;
    font-size: 3.5vh;
  }

  .modal-text{
    font-family: var(--text--wght100-font-family);
    font-weight: 100;
    font-size: 2.5vh;
    margin-bottom: 1.5rem;
  }
  
  .modal-header .close-button {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-size: 1.25rem;
    font-weight: bold;
  }
  
  .modal-body {
    padding: 10px 15px;
  }
  
  #overlay {
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    pointer-events: none;
  }
  
  #overlay.active {
    opacity: 1;
    pointer-events: all;
    z-index: 100;
  }

/* END OF MODAL */

.book button h2 {
    font-family: var(--text--wght900-font-family);
    font-weight: 900;
    margin-left: 4.5rem;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    text-align: left;
}

.lighter-text {
    font-weight: 100;
}

.orange-text{
    color: var(--text--color--lighter_orange-color);
    font-weight: 100;
}

.book-img{
    display:none;
}

.heading-authors, .heading-personalities{
    background-color: white;
    min-height: 100vh;
    max-width: 100vw;
}


.heading-authors__container, .heading-personalities__container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    /* position: absolute; */
}

.heading-authors__heading, .heading-personalities__heading{
    font-family: var(--text--wght900-font-family);
    font-weight: 900;
    font-size: 96px;
    margin-top: 10rem;
    margin-bottom: 1.5rem;
}

.heading-authors__container p, .heading-personalities__container p {
    text-align: center;
    margin-left: 25rem;
    margin-right: 25rem;
    font-size: 36px;
    margin-top: 1.5rem;
    font-family: var(--text--wght100-font-family);
    font-weight: 100;
}

.rectangle-left{
    width: 25vw;
    height: 80vh;
    display: flex;
    align-items: flex-end;
    flex-flow: column;
    position: absolute;
    top: 10rem;
}

.rectangle-left--orange{
    background-color: rgba(255, 138, 0, 0.59);
    width: 16vw;
    height: 100vh;
}

.authors-section, .personalities-section{
    background-color: white;
    min-height: 100vh;
    max-width: 100vw;
}

.authors-section__container, .personalities-section__container{
    min-height: 100vh;
    max-width: 100vw;
    /* background-color: rgba(128, 128, 128, 0.342); */
}

.authors, .authors-section__container, .personalities-section__container, .personalities{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-flow: column;
    z-index: 100;
}

.authors-section__container--box, .personalities-section__container--box {
    background-color: white;
    height: 35rem;
    width: 60rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border-radius: 50px;
    box-shadow: 10px 10px 35px rgb(158, 158, 158);
    z-index: 100;
    /* margin-top: 1rem; */
}

.authors__heading, .personalities__heading{
    font-size: 36px;
    color: #FF8A00;
    font-family: var(--text--wght100-font-family);
    font-weight: 100;
    text-transform: lowercase;
}

.authors, .personalities{
    margin-top: 1.5rem;
    display: flex;
    align-items: flex-start;
    overflow-y: scroll;
    padding-right: 3rem;
    height: 25rem;
    width: 30rem;
    font-size: 36px;
}

.authors-name, .personalities-name{
    margin-top: 1.5rem;
    font-family: var(--text--wght100-font-family);
    font-weight: 100;
} 

.rectangle-right{
    position: absolute;
    background-color: rgba(255, 138, 0, 0.27);
    width: 35vw;
    height: 200vh;
    top: 110rem;
    right: 0;
    z-index: 1;
}

@media only screen and (max-width: 1700px) {

    .about{
        margin-right: 1.5rem;
    }

    .intro{
        margin-right: 2rem;
        margin-left: 1.5
    }

    .heading-authors__container p, .heading-personalities__container p {
        margin-left: 18rem;
        margin-right: 18rem;
    }


}


@media only screen and (max-width: 1520px) {

    .intro-card{
        flex-flow: column;
    }

    .about {
        margin-right: 1.5rem;
    }

    .intro {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .name-of-post, .place-where-posted {
        font-size: 50px;
    }
    
    .post-text{
        font-size: 30px;
    }

    .posts{
        height: 30rem;
    }

    .first-half{
        display: none;
    }

    .second-half{
        width: 100vw;
    }

    .heading{
        max-width: 100vw;
        justify-content: center;
    }

    .book-content{
        max-width: 100vw;
    }

    .books{
        margin-left: 1.5rem;
    }

    .book-img{
        display: flex;
        /* width: 50vw; */
        margin-right: 1.5rem;
    }

    .book-img img{
        height: 40vh;
        width: auto;
    }
}

@media only screen and (max-width: 1400px){
    .story {
        margin-left: 11rem;
        margin-right: 11rem;
    }

    .book-content{
        flex-flow: column;
    }

    .book-img{
        display: flex;
        /* width: 50vw; */
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .books{
        margin-top: 1.5rem;
    }

    .books{
        margin-left: 0;
    }

    .book-img{
        display: flex;
        margin-right: 0;
    }

    .book-img img{
        height: 30vh;
        width: auto;
    }

    .heading-authors__container p, .heading-personalities__container p {
        margin-left: 12rem;
        margin-right: 12rem;
        font-size: 30px;
        margin-bottom: 12rem;
    }

    .heading-authors__heading, .heading-personalities__heading{
        font-size: 70px;
    }

    .authors-section__container--box, .personalities-section__container--box {
        height: 25rem;
        width: 40rem;
    }

    .authors-name, .personalities-name{
        font-size: 26px;
    }

    .authors, .personalities{
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
        height: 15rem;
        width: 25rem;
        font-size: 36px;
    }


    .form-post{
        display: flex;
        flex-flow: column;
    }

    .input-date, .input-post{
        display: none;
        width: 60vw;
        margin-bottom: 1rem;
    }
    
    .input-date-open, .input-post-open{
        display: flex;
        width: 60vw;
        margin-bottom: 1rem;
    }

    .input-place{
        display: none;
        width: 60vw;
        margin-bottom: 5rem;
    }

    .input-place-open{
        display: flex;
        width: 60vw;
        margin-bottom: 1rem;
    }

    .send-button-open{
        display: flex;
        width: 60vw;
        height: 5rem;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
        background:rgba(196, 196, 196, 0.69);
        border-radius: 10px;
        color: var(--text--color--orange-color);
    }
}

@media only screen and (max-width: 1024px){
    .back-rectangle {
        background-color: rgba(208, 208, 208, 1);
        height: 90vh;
        width: 70vw;
        position: absolute;
        z-index: 1;
        transform: rotate(45deg);
        left: -600px;
    }
    .front-rectangle {
        background-image: linear-gradient(to left, rgb(206, 206, 206) , rgb(236, 236, 236));
        height: 90vh;
        width: 70vw;
        position: absolute;
        z-index: 1;
        transform: rotate(
    45deg
    );
        left: -700px;
    }

    .book-img img{
        height: 27vh;
        width: auto;
    }

    .heading-authors__heading, .heading-personalities__heading{
        font-size: 45px;
    }

    .heading-authors__container p, .heading-personalities__container p {
        margin-left: 7rem;
        margin-right: 7rem;
        font-size: 25px;
    }

    .heading-authors__container p, .heading-personalities__container p {
        margin-left: 10rem;
        margin-right: 10rem;
        font-size: 50px;
    }

    .heading-authors__heading, .heading-personalities__heading{
        font-size: 70px;
    }

    .authors-section__container--box, .personalities-section__container--box {
        height: 40rem;
        width: 55rem;
    }

    .authors-name, .personalities-name{
        font-size: 36px;
    }

    .authors, .personalities{
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
        height: 35rem;
        width: 45rem;
        font-size: 36px;
    }

}

@media only screen and (max-width: 1000px) {


    h1 {
        font-size: 25px;
    }

    .about img{
        width: 200px;
    }

    .first-text, .firststory, .story {
        font-size: 13px;
    }
    
    .second-text {
        font-size: 13px;
    }

    .fa-discord, .fa-github, .fa-replyd, .fa-spotify, .fa-youtube, .fa-twitter{
        font-size: 15px;
    }

    .intro {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .intro-card{
        margin-left: 9rem;
        margin-right: 9rem;
    }

    .story {
        margin-left: 6rem;
        margin-right: 6rem;
        line-height: 33px;
    }

    .name-of-post, .place-where-posted {
        font-size: 40px;
    }
    
    .post-text{
        font-size: 30px;
    }

    .posts{
        height: 30rem;
    }

    .heading-authors__container p, .heading-personalities__container p {
        margin-left: 12rem;
        margin-right: 12rem;
        font-size: 30px;
    }

    .heading-authors__heading, .heading-personalities__heading{
        font-size: 70px;
    }

    .authors-section__container--box, .personalities-section__container--box {
        height: 25rem;
        width: 40rem;
    }

    .authors-name, .personalities-name{
        font-size: 26px;
    }

    .authors, .personalities{
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
        height: 15rem;
        width: 25rem;
        font-size: 36px;
    }
}


@media only screen and (max-width: 850px) {
    .intro-card{
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .name-of-post, .place-where-posted {
        font-size: 30px;
    }
    
    .post-text{
        font-size: 18px;
    }

    .posts{
        height: 25rem;
    }

    .second-half h1{
        font-size: 32px;
    }

    .book h2 {
        font-size: 18px;
    }
    
    .books{
        background-color: rgb(255, 255, 255);
        height: 25rem;
        width: 27rem;
    }

    .book-img img{
        height: 22vh;
        width: auto;
    }

    .heading-authors__container p, .heading-personalities__container p {
        margin-left: 6rem;
        margin-right: 6rem;
        font-size: 20px;
    }

    .heading-authors__heading, .heading-personalities__heading{
        font-size: 50px;
    }

    .authors-section__container--box, .personalities-section__container--box {
        height: 25rem;
        width: 25rem;
    }

    .authors-name, .personalities-name{
        font-size: 26px;
    }

    .authors, .personalities{
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
        height: 15rem;
        width: 20rem;
        font-size: 36px;
    }
}

@media only screen and (max-width: 500px) {

    .intro-card{
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .intro {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .about img{
        margin-left: 0;
        margin-right: 0;
    }
    .story {
        margin-left: 3rem;
        margin-right: 3rem;
        line-height: 28px;
    }

    .name-of-post, .place-where-posted {
        font-size: 25px;
    }
    
    .post-text{
        font-size: 14.5px;
    }

    .posts{
        height: 30rem;
        width: 20rem;
    }

    .second-half h1{
        font-size: 25px;
    }

    .book h2 {
        font-size: 18px;
    }
    
    .books{
        background-color: rgb(255, 255, 255);
        height: 22rem;
        width: 20rem;
    }

    .heading-authors__container p, .heading-personalities__container p {
        margin-left: 4rem;
        margin-right: 4rem;
        font-size: 20px;
    }

    .heading-authors__heading, .heading-personalities__heading{
        font-size: 20px;
    }

    .authors-section__container--box, .personalities-section__container--box {
        height: 25rem;
        width: 20rem;
    }

    .authors-name, .personalities-name{
        font-size: 20px;
    }

    .authors, .personalities{
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
        height: 15rem;
        width: 17rem;
        font-size: 36px;
    }

    .intro-card .about h1 {
        font-size: 30px;
    }

    .to-top-button{
        margin-bottom: 1.5rem;
    }
}
