:root {
    --background-color: #ffffff;
    --poweredbybg-color: #f0f0f0;
    --text-color: #000000;
    --link-color: #008DD5;
    --linkhover-color: #005A88;
    --main-font: 'Arvo';
}

.editing-active {
    transition: all 0.2s ease-in-out;
    border: 3px dotted rgba(0, 0, 0, 0.2);
}

.editing-active:hover {
    border-color: rgba(31, 175, 132, 0.8);
    background-color: rgba(31, 175, 132, 0.3);
    cursor: pointer;
}

.placeholder-text {
    font-style: italic;
    opacity: 0.6;
}

* {
    font-family: var(--main-font);
    font-weight: 400;
    color: var(--text-color);
}

body {
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "pnum";
    font-feature-settings: "pnum";
    font-variant-numeric: proportional-nums;
    position: relative;
    background: #fff;
}

footer {
    background: #49EE02;
}

footer .editing-active {
    border-color: rgba(255, 255, 255, 0.8);
}

footer p {
    color: #777 !important;
}

#attribution {
    transition: all 0.2s ease-in-out;
    padding: 2em 0;
    font-size: 0.8em;
    color: #888 !important;
    background-color: #49EE02
}

#attribution p {
    margin-bottom: 0.45em;
    font-size: 1.1em;
}

#attribution a {
    color: #aaa !important;
    text-decoration: none;
}

#attribution a:hover {
    color: #007bff !important;
}

h1 {
    font-size: 3.2em;
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: 0.05em;
}

h2 {
    margin-top: 0.2em;
    margin-bottom: 0.3em;
    font-size: 1.8em;
}

html {
    height: 100%;
}

body {
    height: 100%;
    color: var(--text-color);
    text-align: center;
}

@media (max-width: 786px) {
    * {
        text-align: center;
    }
}

@-webkit-keyframes steam {
    0% {
        height: 0px;
    }
    100% {
        height: 6px;
    }
}

@-moz-keyframes steam {
    0% {
        height: 0px;
    }
    100% {
        height: 6px;
    }
}

@keyframes steam {
    0% {
        height: 0px;
    }
    100% {
        height: 6px;
    }
}

#dl-loader div {
    color: #666;
    font-size: 0.9em;
}

:root {
    --background-color: #004AC5;
    --text-color: #ffffff;
    --link-color: #EEC643;
    --linkhover-color: #005A88;
    --main-font: 'Oxygen';
    --backgroundgradient: True;
    --backgroundopacity: 0.9;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-container {
    color: #222;
    padding: 2em 0;
    padding-bottom: 4em;
    text-align: left !important;
    padding: 2em;
    background: white;
    min-height: 400px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

.main-container * {
    text-align: left !important;
}

.main-container *:not(a) {
    color: #222;
}

.main-container #content p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

a {
    color: #009c9c;
}

a:hover {
    color: #007bff;
}

h2 {
    font-size: 1.5em;
}

@media only screen and (max-width: 600px) {
    h2 {
        font-size: 1.2em;
    }
}

a.nohover {
    color: white;
    text-decoration: none;
}

#preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: white;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    z-index: 99999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.main-header {
    overflow: hidden;
    padding: 20px;
}

.domain-name {
    float: left;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 25px;
    font-family: 'Fredoka One', cursive;
    font-size: 40px;
}

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}


/* Float four columns side by side */

.column {
    float: left;
    width: 25%;
    padding: 0 10px;
}


/* Remove extra left and right margins, due to padding */

.row {
    margin: 0 -5px;
    padding-top: 20px;
}


/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Responsive columns */

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}


/* Style the counter cards */

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
}

h3 {
    font-family: 'Fredoka One', cursive;
    font-size: 20px;
    color: #000;
}

.logo {
    height: 50px;
    width: 50px;
}

.hori-logo {
    height: 50px;
    width: 150px;
}

.foot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #323edd;
    color: white;
    text-align: center;
}

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}


/* Float four columns side by side */

.column {
    float: left;
    width: 25%;
    padding: 0 10px;
}


/* Remove extra left and right margins, due to padding */

.row {
    margin: 0 -5px;
    padding-top: 20px;
}


/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Responsive columns */

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}


/* Style the counter cards */

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
}

h3 {
    font-family: 'Fredoka One', cursive;
    font-size: 20px;
    color: #000;
}

.logo {
    height: 50px;
    width: 50px;
}

.hori-logo {
    height: 50px;
    width: 150px;
}

.foot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #323edd;
    color: white;
    text-align: center;
}

.main-logos {
    height: 100px;
    width: 100px;
}