* {
    background-size: cover;
    background-position: center;
}

body {
    background-color: #111;
    color: #ccc;
}

div,
section {
    overflow: hidden;
}

audio,
video {
    width: 100%;
}
button,
input[type='button'],
input[type='submit'],
.button {
    margin-right:10px;
}

textarea,
input[type='text'],
input[type='email'],
input[type='number'],
input[type='email'],
input[type='password'],
input[type='url']
{
    background-color: #000;
    color: #FFF;
    margin-bottom: 10px;
}
textarea {
    min-height: 250px;
}

.title {
    padding-left: 20px;
    background-color: #0F0;
    border-left: 5px solid #000;
    margin: 20px;
    margin-top: 50vh;
    /* min-height: 200px;  */
}
header * {
    color: #000;
}
header hr { border-color: #000; border-width: 5px; }
h1, h2, h3, h4, h5 { clear: both;}
h1 {
    font-size: 3rem;
}
h2 {
    font-size: 1.5rem;
}
h3 {
    font-size: small; 
    text-transform: uppercase;
    letter-spacing: .5rem;
}
main {
    margin-top: 20px;
    background-color: #000;
}

section {
    height: auto;
    min-height: 500px;
}
.justify,
p {
    text-align: justify;
}
#logo {
    width: 250px;
}
#search {
    padding-top: 10px;
}
.searchbox {
    max-width: 200px;
}
.post {
    width: 47%;
    min-width: 320px;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 150px;
    border-left: 5px solid #00ff40;
    padding-left: 10px;
}
.post a h2 {
    color: #FFF;
}
.item {
    display: block;
    float: left;
    width: 19%;
    margin-right: 1%;
    min-width: 200px;
    min-height: 450px;
}
.blog-item {
    overflow: hidden;
    height: 300px;
    margin-bottom: 10px;
}
.black {
    color: #000;
}
.color {
    color: #00ff40;
}
.trans {
    background-color: rgba(0,0,0,0.5);
}
.pad {
    padding: 20px;
}