.radio-tabs  { display: none; }                /* hide radio buttons */
.radio-tabs  { display: inline-block } /* show labels in line */
input ~ .tab { display: none }          /* hide contents */
/* show contents only for selected tab */
#tab1:checked ~ .tab.content1,
#tab2:checked ~ .tab.content2,
#tab3:checked ~ .tab.content3,
#tab4:checked ~ .tab.content4,
#tab5:checked ~ .tab.content5,
#tab6:checked ~ .tab.content6,
#tab7:checked ~ .tab.content7 { display: block; }

.radio-tabs  {             /* box with rounded corner */
    border: 1px solid #999;
    background: #EEE;
    padding: 4px 12px;
    border-radius: 4px 4px 0 0;
    position: relative;
    top: 1px;
}
.radio-tabs:checked + label {     /* white background for selected tab */
    background: #FFF;
    border-bottom: 1px solid transparent;
}
.radio-tabs  ~ .tab {          /* grey line between tab and contents */
    border-top: 1px solid #999;
    padding: 12px;
}



.archive-cards .img-croppy{
    overflow: hidden;
    height: 15vw; /* height of container */
}
.archive-cards .card{
    overflow: hidden;
}
.archive-cards .card-content{
    height: 8vw;
    z-index: 999999;
    white-space: nowrap;
    padding: 5px;
    text-align: center;
    font-size: 0.8em;
}
@media (max-width: 992px) {
    .archive-cards .img-croppy{
        height: 12vw; /* height of container */
    }
    .archive-cards .card-content{
        height: 4vw;
    }
}
@media (max-width: 600px) {
    .archive-cards .img-croppy{
        height: 30vw; /* height of container */
    }
    .archive-cards .card-content{
        height: 8vw;

    }
}

@media (min-width: 993px) {
    .archive-cards .img-croppy{
        height: 6vw; /* height of container */
    }
    .archive-cards .card-content{
        height: 2vw;
    }
}
@media (min-width: 1680px) {
    .archive-cards .img-croppy{
        height: 6vw; /* height of container */
    }
    .archive-cards .card-content{
        height: 1.5vw;
    }
}


header, main, footer {
    padding-left: 300px;
}

@media only screen and (max-width : 992px) {
    header, main, footer {
        padding-left: 0;
    }
}
.logo-container{
    height: 64px;
    line-height: 64px;
}
.logo-container>a, .logo-container>a>i{
    height: 64px!important;
    line-height: 64px!important;
}

.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
    padding: 0 15px 0 32px;
}
.sidenav>li {
    border-top: 1px solid #adadad;
}
