/* ==========================================================*/ /* NAVIGATION MENU STUFF */ /* ==========================================================*/ #account_div { margin-left: auto; } #main_menu_div { background-color: rgba(0,0,0,0.5); color: antiquewhite; font-family: "Modesto Condensed", serif; padding-left: 20px; } #main_menu_div a { text-decoration: none; color: antiquewhite; font-family: "Modesto Condensed", serif; } .menu_image { width: 30px; opacity: 1; } #menu_hamburger_button { background-color: transparent; border-width: 0; } #navbar_top { position: fixed; min-width: 100%; background-color: rgba(0,0,0,0.5); } #profile_button { background-color: transparent; border-width: 0; } #profile_div { margin-left: auto; } #profile_menu { background-color: rgba(0,0,0,0.5); color: antiquewhite; font-family: "Modesto Condensed", serif; left: auto; padding-left: 20px; position: absolute; right: 0; } #register_div { margin-left: auto; } /* ==========================================================*/ /* MAIN PAGE STUFF */ /* ==========================================================*/ #body { background-image: url("/static/main/images/Durstie_Foundry.png"); /*background-size: 100% auto;*/ background-size: 100%; background-repeat: no-repeat; background-color: #0b0a13; } #main_container { min-height: 100%; min-width: 100%; /*border: 5px solid red;*/ margin: 0; } .tile-lg { background-color: rgba(0,0,0,0.8); min-width: 100%; margin-top: 100px; margin-bottom: 100px; font-family: "Modesto Condensed", serif; font-size: 1.5em; color: antiquewhite; justify-content: left; padding-top: 10px; padding-bottom: 10px; } .tile-lg::first-letter{ font-size: 1.25em; } .tile-spacer { min-width: 100%; margin-top: 200px; margin-bottom: 200px; } #title_div { /*margin-top: 200px;*/ margin-bottom: 200px; } #title_message > h1 { font-family: "Modesto Condensed", serif; color: antiquewhite; font-weight: 100; text-shadow: black 1px 0 10px; font-size: 3em; text-align: center; } #title_message > h1 span { font-weight: 100; font-size: 1.25em; } #title_message > h2 { font-family: "Modesto Condensed", serif; color: antiquewhite; text-shadow: black 1px 0 10px; text-align: center; } #title_message > h2 span { font-weight: 100; font-size: 1.25em; } #title_overlay { position: absolute; padding: 10px; font-family: "Domestic Manners", serif; font-size: 4em; font-weight: 900; color: red; text-shadow: black 1px -1px 10px; rotate: -20deg; border: 5px solid red; border-radius: 25px; }