@import url("https://use.typekit.net/gbx3vts.css");
@import url('https://fonts.googleapis.com/css2?family=Anton+SC&family=Archivo+Black&family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*
font-family: "stick-no-bills", sans-serif;
font-family: "bricolage-grotesque", sans-serif;
*/


:root {
    --navbar-width: 15rem;
    --header-height: 4rem;
    --social-icon-scale: 1;
}


/*Site*/
* {
    box-sizing: border-box;
    padding: 0 ;
    margin: 0;
    
}
html {
    height: 100%;
    background-color: #EED7B5cc;
}
body {
    background-size: cover;
}

/*
#FFFDD033

*/



/*Header*/
#logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100wv;
    height: 25rem;
    background-color: #EED7B5;
}
#logo img {
    scale: .25;
}
header hr {
    height: .25rem;
    border: none;
    background-color: #9c7951aa;
}

.social-media { 
    display: flex;
    justify-content: space-evenly;
    padding-right: 20px;
}
.fa-brands {
    scale: var(--social-icon-scale);
    padding: 0 10px;
}



/*Navbar*/
nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    background-color: #ffffff77;
    box-shadow: 0px 0px 5px 3px #9C795199;
    padding: 1rem;
    font-family: "Archivo Black", sans-serif;
}

header ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 80vw;
    max-width: 1200px;
    min-width: 1200px;
    height: 4rem;
    list-style-type: none;
    border-top: 2px solid #00000044;
    border-bottom: 2px solid #00000044;
    padding: 10px 0px;
}
header li {
    display: flex;
    width: 12rem;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: .75rem;
    transition: box-shadow 0.1s ease-in-out, background-color 0.1s ease-in-out, scale 0.1s ease-in-out;
}
header li:hover, header li:active {
    background-color: #f0d2b1;
    box-shadow: 0px 0px 10px 2px #9C7951;
    cursor: pointer;
}


/*Main*/
main {
    display: flex;
    justify-content: center;
    width: 100vw;
    margin: 2rem 0;
}
main #body-container {
    justify-content: space-evenly;
    width: 80vw;
    max-width: 1200px;
    min-width: 1200px;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0px 0px 5px 3px #9C795199;
    padding: 1rem 1rem 0 1rem;
}
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
}
main .post-container {
    display: flex;
    flex-direction: column;
    border: 1px solid #9C7951;
    background-color: #EED7B522;

    height: 35rem;
    min-width: 23rem;
    margin: .75rem auto;
    border-radius: .75rem;
    transition: box-shadow 0.1s ease-in-out, scale 0.1s ease-in-out;
}
.post-container:hover {
    box-shadow: 0px 0px 15px 0px #9C7951AA;
    scale: 1.03;
    cursor: pointer;
}

main .col1 {
    grid-column: 1;
}
main .col2 {
    grid-column: 2;
    margin-top: 4.75rem;
}
main .col3 {
    grid-column: 3;
    margin-top: 2.75rem;
}

#post-img {
    border: 1px solid #9C795199;
    width: 18rem;
    height: 12rem;
    margin: 1rem auto 0 auto;
    border-radius: 1rem;
}
#date-author {
    display: flex;
    justify-content: space-between;
    margin: 0 2rem;
    font-family: "Archivo Black", sans-serif;
}
#date, #author {
    font-size: 14px;
}
#post-title {
    text-align: center;
    font-family: "Archivo Black", sans-serif;
}
.post-container hr {
    width: 80%;
    height: 2px;
    background-color: #9C795199;
    margin: 1rem auto;
    border: none;
}
#post-short {
    width: 19rem;
    height: 14rem;
    margin: 0 auto;
    text-align: justify;
    border-radius: 2rem;
    font-size: 22px;
    font-family: calibri;
}



/*****************/
main #posted-date{
    font-size: 14px;
}
main #posted-date span{
    font-weight: 700;
}
main #post-quote, #quote-author {
    font-weight: 700;
    text-align: center;
    margin: 1rem 0;
}
/*
main h2{
    margin: 0 0 1rem 0;
    font-size: 28
}*/
main p {
    font-size: 18;
    margin: 0.75rem 0;
}
main hr {
    margin: 1rem 0;
    border: 1px solid #00000055;
}




main label {
    display: block;
    margin: 1rem 0 .25rem 0;
    font-size: 22px;
}
main ul {
    margin: 0 2rem;
    font-size: 18px;
}

main #topic-lists {
    display: flex;
    justify-content: space-evenly;
}

/*Post Header*/
#post-header {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    font-family: Roboto;
}
#post-header #back-arrow {
    width: 1.5rem;
    margin: 1rem;
    scale: 2;
    cursor: pointer;
}
#post-header img {
    width: 21rem;
    height: 14rem;
    margin: 0 auto;
    border-radius: 1rem;
    border: 1px solid black;
}
#post-header span {
    display: flex;
    justify-content: space-between;
    width: 21rem;
    margin: 0 auto;
}
#post-header #hashes-socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000AA;
    font-family: Times New Roman;
}
#post-header hr {
    margin: -0.5rem 0 0 0;
}
#post-header .social-icons{
    text-decoration: none;
    color: #000000AA;
}

/*Post-body*/
#post-body {
    width: 80%;
    margin: 2rem auto;
    font-family: Roboto;
}
#post-body h2 {
    font-style: italic;
}


/*Footer*/
footer {
    width: 100vw;
    height: 5rem;
    
    background-color: #9C795199;
}
#footer-container {
    max-width: 1200px;
    min-width: 1200px;
    height: 5rem;

    display: flex;
    margin: 0 auto;
}