/* CSS Document */
:root{
    --bg-body: #f1e6da;
    --bg-idea-card:#f9f2e6;
    --bg-idea-tag:#e3d9c6;
    
    --border-idea-card: #eddcc7;
    
    --box-shadow-idea-card: inset 0px 0px 10px rgb(241 218 187 / 80%);
    
    
    /*--text-idea-card:#878787; 
    --text-idea-card: #9d8466;*/
    --text-idea-card: #977f62;
    --text-header:#c1b2a2;
    --text-header: #cdbaa8;
    /*--text-idea-tag: #9d8663;*/
    --text-idea-tag: #bc852f;
    /*--text-footer: #ad742c;*/
    --text-footer: #dfb581;
    --text-idea-title: #b99655;
    
}
html.dark-mode{
    --bg-body: #03040a;
    --bg-idea-card: #131316;
    --bg-idea-tag: #222221;
    
    --border-idea-card: #1a1c1e;
    
    --box-shadow-idea-card: inset 0px 0px 10px rgb(0 0 0 / 80%);
    
    --text-idea-card: #a9a092;
    --text-idea-card: #a9a292;
    
    --text-header: #ffe8b3;
    /*--text-header: #c3ab7d;*/
    --text-footer: #b48a57;
    --text-idea-title: #c9b693;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box !important;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
	-webkit-touch-callout: none;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-smooth: always;
}

body{
    background: var(--bg-body);
}
a{
    text-decoration: none;
}
a:hover, .header_sub_container a{
    text-decoration: underline;
	text-decoration-color: var(--text-footer); /* sets underline color */
}
.alpha_container{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
}
.idea_card:hover{
    cursor:pointer;
}
.header{
    padding: 18px;
}
.header_sub_container{
    min-height:50px;
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
    color: var(--text-header);
}
.header_sub_container a{
    text-decoration:none;
    color: var(--text-header);
}
.logo{
    font-weight: 700;
    font-size: 35px;
    font-style: italic;
}
.header_nav_links{
    width: 100%;
    font-size: 17px;
    color: var(--text-footer);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.header_nav_links a{
    color: var(--text-footer);
}
.beta_container{
    position:relative;
    display:flex;
    justify-content: center;
    align-items: center;
    color: var(--text-idea-card);
    flex-direction: column;
    word-wrap: break-word;
	overflow-wrap: break-word; 
}
.beta_sub_container{
    position: relative;
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.idea_card, .idea_page_idea_container, .misc_container{
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    border: 1px solid var(--border-idea-card);
    background: var(--bg-idea-card);
    color: var(--text-idea-card);
    box-shadow:  var(--box-shadow-idea-card);
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 12px;
    padding: 12px;
    border-radius: 8px;
}
.idea_page_idea_container, .misc_container{
    max-width:800px;
    text-align:left;
}
.idea_card:hover{
    cursor:pointer;
}
.card_idea_title{
    font-weight: 700;
    font-size: 24px;
    color: var(--text-idea-title);
}
.card_idea_description{
    padding: 8px 0px;
}
.card_dea_tags_container{
    padding: 8px 0px;
}
.idea_tag{
    position: relative;
    display: inline-block;
    background: var(--bg-idea-tag);
    color: var(--text-idea-tag);
    width: auto;
    padding: 4px 8px;
    margin: 4px 0px;
    border-radius: 4px;
    font-size: 12px;
}
.idea_page_idea_title{
    font-size: 32px;
    font-weight: 700;
}
.idea_page_idea_content{
    /*font-size: 17px;*/
    font-size: 18px;
    line-height: 1.5rem;
}
.idea_page_idea_content p{
    padding:8px 0px;
}
.chapter_title{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    padding: 25px 12px 12px;
}
.chapter_star{
    font-size:20px;
}
.paragraph_separator{
    width:100%;
    text-align: center;
    padding: 14px 12px 24px;
}
.footer, .homepage_footer{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-footer);
    margin-top: 20px;
    padding: 0px 0px 26px;
}
.footer_sub_container{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
    gap: 16px;
}
.footer_links{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.misc_container{
    font-size: 18px;
    line-height: 1.65rem;
}
.misc_container h1, .misc_container h2, .misc_container h3{
    padding: 12px 0px;
}
.footer a, .footer_link a, .homepage_footer a{
    color: var(--text-footer);
}
.top_more_info{
    padding:12px;
    line-height: 1.5rem;
    font-size: 14px;
}
.bottom_more_info{
    margin-top:32px;
    line-height: 1.5rem;
    font-size: 14px;
}
@media (max-width: 575.98px) {
    .logo{
        font-size: 1.75rem;
    }
    .header{
        padding: 12px;
    }
    .header_nav_links{
        padding: 16px 0px 12px;
    }
    .idea_card{
        min-width: 96vw;
        max-width: 96vw;
        margin: 8px 2vw;
    }
    .beta_container{
        width: 100%;
    }
    .beta_sub_container{
        flex-direction: column;
        width:100%;
    }
    .idea_page_idea_container, .misc_container{
        max-width: 100%;
    }
    .idea_page_idea_content p {
        padding: 8px 0px;
        line-height: 1.65rem;
    }
    .footer_copyright{
        font-size: 0.85rem;
    }
}