global-reset() @import "bootstrap.css" @import "fontawesome.css" text_color = white; alt_color = #a2a2a2 p { margin-top: 0; margin-bottom: 1.4rem; } .content-area { width: 100%; height: 30%; min-height: 280px; } .center { display: flex; justify-content: center; align-items: center; } .logo { width: 25%; } .hidden { display: none; } .container { max-width: 720px; } .container.container-large { max-width: 100%; } .container-fluid.content { padding-left: 10%; padding-right: 10%; } .card.card-dark { background-color: #191919; border: 0px solid border-radius: 0px; color: alt_color; //min-height: 170px; padding: 1px; } .card.card-dark.hoverable:hover { border: 1px solid padding: 0px; } .card.card-dark ul { padding-left: 0rem; } .card.card-dark .list li { display: block; } .card-date { position: relative; bottom: 10px; margin-top: 0px; margin-bottom: 0px; padding-left: 1em; padding-right: 1em; } a { color: alt_color; } a:hover { color: text_color; } .group-header { margin-top: 150px; padding-bottom: 25px; text-align: center; color: text_color; //text-transform: uppercase; font-size: 1.8em; font-weight: 200; } .lead { color: alt_color; } .lead a { color: alt_color; text-decoration: underline; } .lead a:hover { color: text_color; text-decoration: underline; } .discord-color { background-color: #7289DA; color: text_color; } .post-content img { width: 100%; } .post-content h2 { margin-bottom: 26px; text-align: center; //text-transform: uppercase; font-size: 1.8em; font-weight: 200; } .post-content ul, .center-list ul { text-align: center; padding-left: 0px; margin-left: 0px; } .post-content li { display: block } .presskit h2 { text-align: center; //text-transform: uppercase; font-weight: 200; font-size: 2.5em; } .presskit a:hover { color: black; } .presskit-content { text-align: justify; } .presskit .presskit-content h2 { margin-top: 80px; margin-bottom: 40px; } .presskit p { margin-bottom: 25px; } .presskit-content ul { padding-left: 3em; padding-right: 3em; text-align: center; } .bg-dark2 { background-color: rgb(16, 16, 16); color: alt_color; } .bg-darker { background-color: #191919 color: alt_color; } .space-bottom { margin-bottom: 30px; } .spacer-top { margin-top: 80px; } .spacer-bottom { margin-bottom: 80px; } .cover-bg { min-height: 300px; object-fit: cover; } li { display: inline-block; padding-bottom: 12px; } .ratio-steam iframe { height: 200px; width: 100%; } .btn-steam img { margin-top: 30px; width: 230px; } .btn-steam:hover img { width: 240px; margin-top: 27px; } .social-link { margin-right: 10px; } .ratio>* { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .tag-list { padding-left: 0px; } .dark-form.newsletter input { font-size: 1.2em; } .dark-form input, .dark-form textarea, .dark-form select { background-color: #1b1b1b; color: white; border-color: #2d2d2d; } .dark-form input:focus, .dark-form textarea:focus, .dark-form select:focus { background-color: #1b1b1b; color: white; border-color: #2d2d2d; } .dark-form input::placeholder, .dark-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: alt_color; } .dark-form input:-ms-input-placeholder, .dark-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: alt_color; } .dark-form input::-ms-input-placeholder, .dark-form textarea::-ms-input-placeholder { /* Microsoft Edge */ color: alt_color; } .alert-success { color: #0f5132; background-color: #b3d0af; border-color: #badbcc; } .alert-danger { color: #7b0b15; background-color: #f99696; border-color: #f5c2c7; } .alert { padding: 0.5rem 1rem; } .justify { text-align: justify; } .image-box { display: flex; align-items: center; justify-content: center; background-image: url("transparency-grid.png"); background-size: 50px; padding: 1em; } .image-box img { max-width: 100%; max-height: 75px; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #6c757d; } .nav-link { color: text_color; text-decoration: none; } .nav-link:hover { color: alt_color; }