/*
Theme Name: MetaShelf
Author: Nick Thacker
Description: MetaShelf
Version: 1.0
Template: intothedark

This is the child theme for IntoTheDark theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

body {
    background: #000;
}

.header-container {
    background-color: #111837 !important;
}

p {
    font-weight: 400 !important;
    font-size: 17px !important;
    color: rgb(208, 214, 224);
}

h1 {
    font-family: 'Tiempos Headline';
    color: rgb(208, 214, 224);
}

h2, .text-2 {
    font-size: 28px !important;
    color: rgb(208, 214, 224);
    margin-top: 1.8em !important;
    margin-bottom: 1.2em !important;
}

h1.text-0 {
    font-size: 4rem;
}

div.col-70 {
    width: 55%;
}
ul {
    margin-left: 12px;
    margin-bottom: 24px;
}

.footer {
    background-color: #000 !important;
}
