/* 
    Version 1.0.4
*/

@font-face{font-family:Manrope;src:url(fonts/manrope/Manrope-ExtraLight.woff2) format("woff2");font-weight:200}
@font-face{font-family:Manrope;src:url(fonts/manrope/Manrope-Light.woff2) format("woff2");font-weight:300}
@font-face{font-family:Manrope;src:url(fonts/manrope/Manrope-Regular.woff2) format("woff2");font-weight:400}
@font-face{font-family:Manrope;src:url(fonts/manrope/Manrope-Medium.woff2) format("woff2");font-weight:500}
@font-face{font-family:Manrope;src:url(fonts/manrope/Manrope-SemiBold.woff2) format("woff2");font-weight:600}
@font-face{font-family:Manrope;src:url(fonts/manrope/Manrope-Bold.woff2) format("woff2");font-weight:700}
@font-face{font-family:Manrope;src:url(fonts/manrope/Manrope-ExtraBold.woff2) format("woff2");font-weight:800}

body {
    margin: 0 auto;
    padding: 24px 128px;
    font-family: Manrope,-apple-system,BlinkMacSystemFont,Roboto,helvetica neue,sans-serif;
    background-image: url("images/backgrounds/clouds-hd.jpg");
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
h1, h2, h3, h4, h5, h6 {    
    margin-block-start: 0;
}
h2 {font-size: 24px; font-weight:800; line-height: 1;}

.grid {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    grid-auto-rows: minmax(150px, auto);
    grid-gap: 24px;
}

.group {  
    padding: 24px;
    background:rgba( 255, 255, 255, 0.65);
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.group ul {
    margin-left: 0;
    padding-left: 0;
}
.group ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.group ul li a {
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    color: black;
}
.group ul.rss-list li.feed-title {
    font-weight: 600;
    border-bottom: 1px solid black;
}
.group ul.rss-list li a {
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    color: black;
}
.group ul.rss-list li small {
    font-size: 9px;
    line-height: 16px;
    padding-bottom: 6px;
}
.group ul li a:hover {
    color: rgba( 0, 0, 0, 0.75);
}
.group ul li a svg, .group ul li a img {
    max-width: 36px;
    max-height: 36px;
    display: inline;
}
.group ul li span {
    padding-left: 6px;
    vertical-align: top;
    display: inline;
}
.span2 {
    grid-column: span 2;
}
.span3 {
    grid-column: span 3;
}
.span2-row {
    grid-row: span 2;
}
.span3-row {
    grid-row: span 3;
}
.center_me {text-align: center;}

ul#checkbox_wrapper li {    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin: 0 auto;
}
label {
    background: rgba( 255, 255, 255, 0.15);
    color:#000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 3px 10px;
    border: 1px solid rgba(0,0,0,.25);
    font-weight: 300;
}
input:checked ~ label {
    background: rgba( 255, 255, 255, 0.65);
    border: 1px solid rgba(0,0,0,.75);
    font-weight: 600;
}
input[type="search"] {
    width: 100%;
    padding: 8px 18px;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,.5);
    font-size: 18px;
}

#select_wrapper, #search_wrapper {
    text-align: center;
}
#select_wrapper select {
    border-radius: 0;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    padding: 3px 10px;
    color: rgba(0,0,0,.65);
    border: 1px solid rgba(0,0,0,.25);
}
#search_wrapper {
    margin-top: 16px;
}
#search_wrapper button {
    border-radius: 0;
    cursor: pointer;
    padding: 6px 10px;
    color: rgba(0,0,0,.65);
    border: 1px solid rgba(0,0,0,.25);
    font-weight: 600;
}
#search_wrapper button:hover {
    background: rgba( 255, 255, 255, 0.65);
    border: 1px solid rgba(0,0,0,.75);
    color: rgba(0,0,0,.95);
    font-weight: 600;
}
