* {
    color: #636366;
}

body {
    background: #fff;
}

.container {
    padding-top: 50px;
}

.body-content {
    background: #fff;


}

.topbanner {
    background: #b87333;
    background-image: linear-gradient(#daa520, #b87333);
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    z-index: 100 !important;
}

.topbanner h1,
.topbanner h2 {
    color: #fff;
}

.line {
    height: 1px;
    width: 100%;
    background: #D6D6D8;
    margin: 20px 0;
}

.grid-display {
    margin: 20px 0;
}

.grid-display [class^="col"] {
    background: #FBCED1;
    border: 1px solid #FE7880;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
}

.grid-display [class^="col"] p {
    color: #FE7880;
    font-size: 0.8rem;
}

pre {
    margin-top: 30px;
    overflow: auto;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #D8DCE6;
    padding: 24px 0;
}

code,
.tag,
.el,
.name,
.content,
.comment {
    font-family: monospace;
    font-size: 1.1rem;
    line-height: 1.2rem;
    color: #636366;
}

.el {
    color: #FE7880;
}

.name {
    color: #F9B42D;
}

.content {
    color: #75C050;
}

.comment {
    color: #B6CAD2;
}

/* IMAGES */

.img {
    background-size: contain;
    background-repeat: no-repeat;
}

.img-logo {
    background-image: url('../images/nwllogo1.png');
    height: 149px;
    width: 200px;
    margin-top: 60px;
}

.img-hedgehog {
    background-image: url('../images/hedgehog1.jpg');
        padding-top: 71.8%;
        margin-top: -60px;

    z-index: 200 !important;
}

/* === MEDIA QUERIES === */

/*@media only screen and (min-width: 720px) {
    .topbanner {
        height: 600px;
    }
}  */