/*
    Theme Name: DNMX
    Theme URI: https://dnmx.org
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap');
body {
    font-family: 'Lato', sans-serif;
	overflow-x: hidden;
}

header.homepage,
.headertop {
    background: #0f1319 !important;
}

header.homepage {
    padding-top: 4em;
    padding-bottom: 4em;
    color: #fff !important;
}

.onionlink {
    word-break: break-word !important;
}

header.homepage h2 {
    font-size: 20px;
}

header.homepage h1 {
    font-size: 72px;
    font-weight: bold;
}

header.homepage p {
    font-size: 20px;
    color: #FFFFFFCC;
    max-width: 550px;
}

.features {
    padding-top: 5em;
    padding-bottom: 5em;
}

.features h2 {
    text-align: center;
    color: #2B59FF;
    font-size: 16px;
}

.features h1 {
    color: #0F1A54;
    font-size: 48px;
    text-align: center;
    margin-bottom: 2em;
}

.features .card {
    box-shadow: 0px 4px 60px 0px rgba(0, 11, 51, 0.1);
    border: 0px;
    min-height: 270px;
}

.features .card-body img {
    margin-bottom: 25px;
}

.features .card-body h4 {
    color: #0F1A54;
    font-size: 20px;
    margin-bottom: 15px;
}

.features .card-body p {
    color: #0F1A54CC;
    font-size: 16px;
}

.downloadtor {
    background-color: #0F1319;
    padding-top: 5em;
    padding-bottom: 5em;
}

.faq {
    padding-top: 5em;
    padding-bottom: 5em;  
}

.faq h4 {
    color: #4d8cf4;
    font-weight: bold;
}

.downloadtor h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.downloadtor h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
}

.downloadtor p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 2em;
}

.downloadtor .btn {
    padding: 16px 41px 16px 41px;
    border-radius: 3px;
}

section.stats {
    background-color: #FBC21D;
    padding-top: 3em;
    padding-bottom: 3em;
    color: #fff !important;
    text-align: center;
}

section.stats h2 {
    font-size: 60px;
    font-weight: bold;
}

footer {
    background-color: #161C2D;
    color: rgba(255, 255, 255, .65);
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}

footer h4 {
    font-size: 15px;
}

.actionform {
    background: #0f1319 !important;
    color: #fff;
}

.actionform .form-control {
    background: #1f2329;
    border: 1px solid #0f1319 !important;
    color: #495057;
}

.actionform .form-control::placeholder {
    color: #495057;
}

.actionform label {
    color: #74777c;
}

.single-blog-post {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.single-blog-post p {
    font-size: 17px;
}