#page-title { display: none; }
.feature-block {
height: 230px;
}
.dark-styled-quote {
padding-bottom:1rem;
}
.banner{
position:relative;
z-index:5;
background:rgb(var(--gray-monochrome));
}
.navflex{
display:flex;
flex-flow:row nowrap;
justify-content: space-between;
}
.topnav{
z-index:1;
background: rgb(var(--gray-monochrome));
color: rgb(var(--white-monochrome));
border-radius: 0 0 0.6rem 0.6rem;
box-sizing: border-box;
padding: 1rem 0.5rem 0.1rem 0.5rem;
width: 32%;
position: relative;
top: -4.5rem;
transition: 0.2s;
}
.topnav:hover{
top:-0.5rem;
}
.dark-styled-quote a {
color: rgb(var(--swatch-menubg-medium-color));
}
.topnav a {
color: rgb(var(--swatch-menubg-medium-color));
}
.feature-block {
height: 230px;
}
.feature-block .panel-body {
height: 160px;
overflow-y: hidden;
}
.feature-block .feature-title {
font-size: 120%;
font-weight: bold;
}
.newsblock {
background-color:rgb(var(--white-monochrome));
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25);
border: 0.3rem solid rgba(var(--gray-monochrome));
height: 170px;
overflow-y: hidden;
}
.panel-heading a {
color: rgb(var(--white-monochrome));
}
.panel-heading{
background-color:rgb(var(--gray-monochrome));
}
.panel-body{
background-color:rgb(var(--white-monochrome)) !important;
border-left: 0.5rem solid rgba(var(--gray-monochrome));
}
.feature-subtitle{
background-color:rgb(var(--gray-monochrome));
}
.feature-block .feature-subtitle {
font-size: 90%;
}
.feature-block .feature-subtitle a {
color: rgb(var(--white-monochrome));
}
.feature-block .feature-title > p,
.feature-block .feature-subtitle > p {
margin: 0;
color: rgb(var(--white-monochrome));
}
.content-panel{
border-radius: 0rem !important;
}
.content-panel p {
padding: 0 0.75em;
}
@media (max-width: 960px) and (min-width: 767px), (max-width: 650px) {
.content-panel .scp-image-block {
float: none;
margin-left: auto !important;
margin-right: auto !important;
}
}
@media only screen and (max-width: 768px) {
.topnav{
top:-4rem;
}
.newsicon{
right:0rem;
top:1.5rem;
}
.newsflair{
right:2rem;
top:3rem;
}
}
@media only screen and (max-width: 510px) {
.footerspan{
display:none;
}
.columnblock{
flex-flow:column wrap;
}
.navflex{
display:flex;
flex-flow:column wrap;
justify-content: center;
}
.topnav{
display:none;
}
.topnav:hover{
top:0;
}
}
.panel-footer{
color:#fff;
}
.whiteblock {
background-color:rgb(var(--white-monochrome));
padding: 0.01rem 1rem;
height: 55px;
display: flex;
align-items: center;
position: relative;
}
.paleblock {
background-color:rgb(var(--pale-gray-monochrome));
padding: 0.01rem 1rem;
height: 55px;
display: flex;
align-items: center;
position: relative;
}
.paleblock a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 0;
}
.whiteblock a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 0;
}
.news .styled-quote {
margin-top: -0.5rem;
background: #fffbf070;
box-shadow: none;
border-top: 0.2rem solid rgba(var(--gray-monochrome))
}
.news .styled-quote:nth-child(2n) {
background: #7f7f7f30;
}
.darkblock.archived {
margin-top: -0.5rem;
text-align: right;
}
.darkblock.archived a {
color: rgb(var(--white-monochrome));
}
.recent-pages {
display: flex;
justify-content: space-between;
}
.recent-pages .page-container {
flex-grow: 1;
flex-basis: 49%;
}
.recent-pages .page-container .styled-quote {
margin-top: -0.5rem;
min-height: 200px;
}
@media (max-width: 600px) {
.recent-pages {
flex-direction: column;
}
}
.multi-lang {
background-color:rgb(var(--pale-gray-monochrome));
border-left: 0.5rem solid rgba(var(--gray-monochrome));
padding: 0rem;
margin: 0.5rem 0 2rem 0rem;
box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25);
}