/*
Theme Name: Atlas
Theme URI:
Author:
Author URI:
Description:
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

body {
    background-color: #181b23 !important;
}

p, a, h1, h2, h3, h4 {
    font-family: Petrona;
}

.wp-site-blocks {
    padding-top: 20px;
}

a {
    color: white !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

.links a {
    display: inline-block;
    width: 80px;
}

.wp-block-site-title {
    width: 100%;
    text-align: center;
}

.epoch {
    height: 400px;
    background-color:#1a2134;
    background-image: url("img/gradient1.png");
    background-repeat: repeat-x;
    padding: 1px;
}

.cta {
    background-color: #555;
    width: 400px;
    height: 300px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #845813;
}

.download {
    background-color: #888;
    width: 200px;
    height: 50px;
    margin-top: -25px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid black;
}

.download p {
    width: 100%;
    line-height: 50px;
    text-align: center;
}

.about {
    height: 400px;
    padding: 1px;
    background-color:#1a444d;
    background-image: url("img/gradient2.png");
    background-repeat: repeat-x;
}

.about h2, li {
    color: #aaa;
}

.about h2 {
    margin-top: 70px;
    text-align: center;
}

.about li {
    list-style-type: none;
    line-height: 60px;
    text-align: center;
    background-image: linear-gradient(#1a444d, #1a2134, #1a2134, #1a444d);
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.atlas-footer {
    background-image: url("img/gradient3.png");
    background-repeat: repeat-x;
}
