@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html,
body {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    max-width: 2600px;
    line-height: 1.2;
    margin: 0 auto;
    padding: 0;
    background-color: white;
    color: black;
}

/* Limit for Very Large Screens */
@media (min-width: 2601px) {
    html { border: 1px solid black; }
}

/* Large Screens */
@media (min-width: 1501px) {
    .hide-large { display: none !important; }
    .l25 { width: 24.99%; }
    .l50 { width: 49.99%; }
    .l75 { width: 74.99%; }
}

/* Medium Screens */
@media (max-width: 1500px) and (min-width: 901px) {
    .hide-medium { display: none !important; }
    .m25 { width: 24.99%; }
    .m50 { width: 49.99%; }
    .m75 { width: 74.99%; }
}

/* Small Screens */
@media (max-width: 900px) {
    .hide-small { display: none !important; }
}

h1 { font-size: 36px; }
h2 { font-size: 30px; color: #4f2b8f; }
h3 { font-size: 24px; color: black; }
h4 { font-size: 20px; color: #4f2b8f; }
h5 { font-size: 18px; color: black; }
h6 { font-size: 18px; color: #4f2b8f; }

h1, h2, h3, h4, h5, h6 { font-weight: 400; margin: 20px 0; }
/* Small Screens */
@media (max-width: 900px) {
    h1 { font-size: 32px; }
    h2 { font-size: 26px; }
    h3 { font-size: 20px; }
    h4 { font-size: 16px; }
    h5 { font-size: 14px; }
    h6 { font-size: 14px; }

    h1, h2, h3, h4, h5, h6 { margin-left: 8px; margin-right: 8px; }
}

p, ul, ol { font-size: 18px; margin: 10px; }

/* Small Screens */
@media (max-width: 900px) {
    p, ul, ol { font-size: 14px; margin: 8px; }
    ul, ol { padding-inline-start: 25px; }
}

a { color: #4f2b8f; }
i { color: #9ccb3b; }

article h3 { color: #4f2b8f; margin-left: 10px; }
article h4 { color: black; margin-left: 10px; }

.right { float: right !important; }

.margin { margin: 16px 32px; }
.margin-right { margin-right: 16px !important; }
.margin-top { margin-top: 32px !important; }
.margin-bottom { margin-bottom: 16px !important; }
.padding { padding: 16px 32px 32px 32px; }
.padding-left { padding-left: 20px !important; }

/* Small Screens */
@media (max-width: 900px) {
    .margin { margin: 16px 8px; }
    .margin-right { margin-right: 8px !important; }
    .margin-top { margin-top: 32px !important; }
    .margin-bottom { margin-bottom: 16px !important; }
    .padding { padding: 16px 8px 32px 8px; }
    .padding-left { padding-left: 8px !important; }
}

.tiny { font-size: 10px !important; }
.small { font-size: 12px !important; }
.medium { font-size: 15px !important; }
.large { font-size: 18px !important; }
.xlarge { font-size: 24px !important; }
.xxlarge { font-size: 36px !important; }
.xxxlarge { font-size: 48px !important; }
.jumbo { font-size: 64px !important; }
.massive { font-size: 128px !important; }
.center { text-align: center !important; }

/* Color Reference
.cq-purple01 { color: #3b2670 !important; }
.cq-purple02 { color: #4f2b8f !important; }
.cq-purple03 { color: #6250a7 !important; }
.cq-green01 { color: #9ccb3b !important; }
.cq-green02 { color: #8ecb7f !important; }
.cq-green03 { color: #e4e161 !important; }
*/

.indent {
    margin: 20px 30px;
    padding: 10px 20px;
}

/* Small Screens */
@media (max-width: 900px) {
    .indent {
        margin: 20px 8px;
        padding: 10px 8px;
    }
}

code {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: inherit;

}

.highlight div,
.highlight pre {
  overflow-x: auto;
}

.highlight code {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: inherit;
    background: inherit;
    color: inherit;
}

details.details-sub {
    border: 5px solid #8ecb7f;
    font-size: 18px;
    margin: 20px 30px;
    padding: 0px;
}

details summary {
    background: #8ecb7f;
    padding: 10px;
    font-weight: bold;
}

details.details-sub > :not(summary) {
    margin-left: 30px;
}

section {
    padding: 64px 32px 32px 32px;
}

/* Small Screens */
@media (max-width: 900px) {
    section { padding: 64px 8px 32px 8px; }
}

.container:before,
.container:after {
    content: "";
    display: table;
    clear: both;
}

.col {
    float: inline-start;
    width: 100%;
}

.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.header {
    font-weight: 500;
    text-align: center;
}

.button {
    display: block;
    width: auto;
    padding: 8px 16px;
    border: none;
    outline: 0;
    background-color: inherit;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.button:hover {
    background-color: silver;
    color: black;
}

/* ********************* */
/* Base Structure Styles */
/* ********************* */

main > * {
    padding-top: 16px !important;
}

footer {
    text-align: center;
    background-color: black !important;
    color: white;
    padding: 12px;
}

/* ***************** */
/* Navigation Styles */
/* ***************** */

#navbar-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 2600px;
    background-color: white;
    padding-top: 6px;
}

.navbar-top-item {
    display: inline-block;
    width: auto;
    text-align: center;
}

#navbar-side {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 180px;
    z-index: 100;
    background-color: white;
}

.navbar-side-item {
    width: 85%;
    text-align: start;
}

#nav-close i, #nav-toggle i { color: #4f2b8f !important; }

.nav-logo {
    color: #4f2b8f;
    letter-spacing: 5px !important;
}

.nav-logo img {
    max-height: 30px;
    vertical-align: middle;
    margin-top: -5px;
    padding-right: 5px;
}

#nav-close {
    text-align: end;
    margin: 6px 0 4px 0;
}

#sidebar {
    display: none;
}

/* *********** */
/* Home Styles */
/* *********** */

#splash {
    display: flex;
    align-items: flex-end;
    background: #4f2b8f url("img/splash.jpg") no-repeat left center;
    background-size: cover;
    color: white;
}

#splash h1 {
    margin: 0;
}

/* Large Screens */
@media (min-width: 1501px) {
    #splash { height: 75vh; }
    #splash h1 { font-size: 128px; letter-spacing: 25px; }
    #splash p { font-size: 28px; }
}

/* Medium Screens */
@media (max-width: 1500px) and (min-width: 901px) {
    #splash { height: 60vh; }
    #splash h1 { font-size: 128px; letter-spacing: 25px; }
    #splash p { font-size: 28px; }
}

/* Small Screens */
@media (max-width: 900px) {
    #splash { height: 30vh; text-align: center; }
    #splash div { width: 100%; }
    #splash h1 { font-size: 96px; letter-spacing: 5px; }
    #splash p { font-size: 20px; }
}

/* Fix for Tiny Screens */
@media (max-width: 530px) {
    #splash h1 { font-size: 64px; }
    #splash p { display: none; }
}

/* Large Screens */
@media (min-width: 1501px) {
    #about .flexbox .card { width: calc((100% - 512px) / 4); }
}

/* Medium Screens */
@media (max-width: 1500px) and (min-width: 901px) {
    #about .flexbox .card { width: calc((100% - 256px) / 2); }
}

#solutions .card {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#contact {
    text-align: center;
    background-color: #3b2670 !important;
    color: white;
}

#contact h2, #contact a { color: #9ccb3b; }


/* **************** */
/* Blog List Styles */
/* **************** */



/* ******************* */
/* Blog Article Styles */
/* ******************* */

article {
    overflow-wrap: break-word !important;
    padding: 16px 64px 32px 64px;
    /* use this if adding an aside */
    /* padding: 16px 96px 32px 64px; */
}

article .header {
    margin-left: auto;
    margin-right: auto;
}

/* Larger Screens */
@media (min-width: 2001px) {
    article { width: 70%; }
}

/* Large Screens */
@media (min-width: 1501px) {
    article { width: 80%; }
}

/* Medium Screens */
@media (max-width: 1500px) and (min-width: 901px) {
    article { width: 90%; }
    article .header { max-width: 80%; }
}

/* Small Screens */
@media (max-width: 900px) {
    article { width: 100%; }
    article .header { max-width: 100%; }
}

/* Fix for Tiny Screens */
@media (max-width: 530px) {
    .blog-article, article {
        margin-left: 8px;
        margin-right: 8px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* ******************* */
/* Author Styles */
/* ******************* */

#author-list a { text-decoration: none; color: black; }
#author-list .card { max-width: 600px; }

#author { max-width: 60%; margin: 0 auto; }
#author-header { text-align: center; }
#author-content { text-align: start; }
#author img { margin: 20px; }

/* Medium Screens */
@media (max-width: 1500px) and (min-width: 901px) {
    #author { max-width: 80%; }
}

/* Small Screens */
@media (max-width: 900px) {
    #author { max-width: 100%; }
}