.nubai-blue {
    background-color: #2c89a0;
    color: white;
}
.nubai-text-blue {
    color: #2c89a0;
}
/**div, header, main, footer { border: 1px dotted black }**/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Share Tech Mono', monospace;
    font-weight: bold
}
h1 {
    font-size: 2.1em;
    color: #2c89a0;
}
h2 {
    color: #2c89a0;
}
h3 {
    color: orange
}
.w3-uppercase {
    text-transform: uppercase;
}
.width100percent {
    width: 100%;
}
ul#posts-list {
    list-style-type:none;
    padding-left: 0
}
ul.langswitcher a {
    text-decoration: none;
}
button {
    font-weight: bold;
    text-transform: uppercase
}
nav ul {
    list-style-type:none;
    padding-left: 0;
}
nav ul a {
    text-decoration: none;
    text-transform: uppercase;
}
div#main-content-wrapper, footer {
    max-width: 1400px;
}
#nav-sidebar {
    width: 95%
}
#service-section > div {
    padding-right: 24px
}
div#messages div.info,
div.toast-success {
    color: green;
    font-size: 1.2em;
}
div#messages div.error,
div.toast-error {
    color: red;
    font-size: 1.2em;
}
div#messages div.warning,
div.toast-warning {
    color: yellow;
    font-size: 1.2em;
}
#home-posts-section {
    gap: 16px;
}
div#about-col-2 {
    width: 100%
}
.nubai-form-wrapper {
    width: 100%;
}
.nubai-form-wrapper input[type="text"],
.nubai-form-wrapper input[type="email"],
.nubai-form-wrapper input[type="password"] {
    width: 100%;
    margin-bottom: 16px;
    padding: 8px;
    font-size: 1.4em;
    border: 1px solid #2F3136;
}
.nubai-form-wrapper input[type="checkbox"] {
    margin-bottom: 16px;
}
.nubai-form-wrapper button {
    padding: 8px 16px;
    margin-right: 16px;
    border: 3px solid #2F3136;
    background-color: #2F3136;
    color: white;
}
article.blog-list-item img {
    max-width: 600px;
}
pre > code {
    display: block;
    background-color: #ccc;
    padding: 16px;
    overflow-x: scroll;
}
div#pagination a {
    text-decoration: none;
    padding: 8px 16px;
}
@media (min-width: 600px) {
    #nav-sidebar {
        width: 75%
    }
    .nubai-form-wrapper {
        width: 75%;
    }
    .blog-list-item-col-2 {
        padding-left: 16px;
    }
    div#about-col-1 {
        padding-right: 16px;
    }
    div#about-col-2 {
        width: 40%
    }
}
@media (min-width: 992px) {
    p {
        font-size: 1.1em
    }
    #nav-sidebar {
        width: 40%;
    }
    .nubai-form-wrapper {
        width: 60%;
    }
    #home-posts-section {
        grid-template-columns:auto auto;
    }
    div#about-col-2 {
        width: 35%;
    }
}
@media (min-width: 1200px) {
    p {
        font-size: 1.2em
    }
    #nav-sidebar {
        width: 30%;
    }
    .nubai-form-wrapper {
        width: 40%;
    }
    div#about-col-2 {
        width: 30%;
    }
}
