body {
    background-color: #071A32FF;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #b41986;
}

a:active {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.call-to-action {
    position: relative;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.call-to-action .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}

.cookies {
    position: relative;
    background-color: #2a2e36;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.privacy {
    position: relative;
    background-color: #2a2e36;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.terms-of-service {
    position: relative;
    background-color: #2a2e36;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.purple {
    color: #463092;
}

footer {
    background-color: #030f1f;
    color: #545454;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 100%;
}

footer a {
    color: #E930B2FF;
}

.flex-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


section.welcome {
    flex-grow: 1;
    font-size: 1.0em;
    font-weight: 600;
    text-align: center;
    padding-top: 2em;
    padding-bottom:2em;
    background-color: #a9c2e3;
}

section.demo_request {
    flex-grow: 1;
    font-size: 1.0em;
    font-weight: 600;
    text-align: center;
    padding-top: 2em;
    padding-bottom:2em;
    background-color: #4f77ad;
}

section.why_traqza {
    flex-grow: 1;
    font-size: 1.0em;
    font-weight: 600;
    text-align: center;
    padding-top: 2em;
    padding-bottom:2em;
    background-color: #F9F9FB;
    color: #03031f;
}


details {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

summary {
    font-weight: bold;
    cursor: pointer;
}

summary::-webkit-details-marker {
    display: none;
}

details[open] summary:before {
    content: ' ';
}

details:not([open]) summary:before {
    content: ' ';
}

p {
    margin-top: 5px;
}
