body {
    margin:0;
    font-family: "Roboto Slab",serif;
}

.wrap {

}
.center {
    text-align: center;
}

#shade {
    background: black;
    opacity: 0.5;
    width: 100vw;
    z-index: 0;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    cursor: pointer;

    display:none;
}
#top {
    background-size: cover;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 60px;
}
#top h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 28px;
    margin-bottom: 0px;
}
#top h4 {
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    margin:0;
}
#top h1 {
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    font-size: 70px;
    margin-bottom: 0;
    margin-top: 40px;
}

.desc {
    font-family: "Roboto Slab", sans-serif;
    font-size: 14px;
    font-style: italic;
    padding: 0px 20px 5px 20px;
}
.type {
    background: #ececec;
    padding: 30px;
    text-align: center;
}
    .type > h1 {
        font-family: "Raleway", sans-serif;
        font-weight: 900;
        margin: 0px 0px 20px 0px;
        text-transform: uppercase;
    }
    .type:nth-child(odd) {
        background: #E0E0E0;
    }

.items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.item {
    background:white;
    width: 480px;
    margin: 10px;
    padding:0;
    min-height:92px;
}
.details {
    background:white;
    width: 480px;
    padding: 20px 0px;
    cursor: pointer;
}
.details:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
.details.open {
    position: absolute;
    padding-bottom: 20px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.70);
    overflow: hidden;
}
hr {
    width: 83%;
    height: 1px;
    background: gray;
    border: none;
}
hr.top-hr {
    margin-bottom: 15px;
}
.details > div.details-box {
    display:none;
}
.details.open > div.details-box {
    display:block;
    margin: 10px 0px;
}
    .details-box > a{
        font-family: "Roboto Slab", serif;
        color:gray;
        text-decoration: none;
        text-transform: uppercase;
    }
    .details-box > a > img {
        border: solid 5px gainsboro;
    }
    .details-box > a:hover {
        text-decoration: underline;
    }
    .visit-site {
        margin-bottom: 20px;
        display: block;
    }
    .item h1{
        text-transform: uppercase;
        font-family: "Raleway", sans-serif;
        font-weight: 200;
        margin:0;
        font-size: 28px;
    }
    .item div.tags {
        font-family: "Raleway", sans-serif;
        font-weight: 900;
        text-transform: uppercase;
    }

.type ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.type ul li {
     font-family: "Roboto Slab",serif;
     font-size: 15px;
     margin: 10px 0px;
 }
section.type:last-child {
    margin-bottom: 160px;
}
li a {
    color:gray;
    text-decoration: none;
}
li a:hover {
    text-decoration: underline;
}
ul.medium-list {
    width: 400px;
    margin: 0 auto;
    text-align: left;
    background: #e6e6e6;
    font-family: monospace;
}
.video-file {
    color: blue;
}
.directory {
    color: brown;
}
.subtitle-file {
    color: green;
}
a.button {
    background: #6ca0ff;
    width: 480px;
    min-height: 63px;
    display: block;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    margin: 0 auto;
    font-size: 28px;
    padding-top: 27px;
}
.disclaimer {
    color: gray;
    width: 400px;
    display: block;
    margin: 0 auto;
    font-size: 10px;
    margin-top: 20px;
}
section#top h3 > a {
    text-decoration: none;
    color: black;
}
section#top h3 > a:hover {
    text-decoration: underline;
    color: black;
}
div.details-box a.button {
    width: 80%;
    height: 37px;
    min-height: 20px;
    padding-top: 13px;
    font-size: 20px;
    margin-bottom: 2px;
}