﻿@font-face {
    font-family: 'Lato-Black';
    src: url('../Fonts/Lato-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato-BlackItalic';
    src: url('../Fonts/Lato-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../Fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-BoldItalic';
    src: url('../Fonts/Lato-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Italic';
    src: url('../Fonts/Lato-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../Fonts/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-LightItalic';
    src: url('../Fonts/Lato-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../Fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-ThinItalic';
    src: url('../Fonts/Lato-ThinItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Thin';
    src: url('../Fonts/Lato-Thin.ttf') format('truetype');
}
html {
    height: auto;
    min-height: 100%;
}

body {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(to bottom, #bdcbe3, #f4f7fc);
}

hr.style-about {
    overflow: visible; /* For IE */
    padding: 0;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    text-align: center;
    width: 100%;
}

    hr.style-about:after {
        content: "Two-Spirit and LGBTQIA+ citizens ";
        font-family: Lato-bold;
        font-size: calc(16px + (42 - 16) * ((100vw - 300px) / (1600 - 300)));
        display: inline-block;
        position: relative;
        top: -0.7em;
        padding: 0 0.25em;
        background-color: #c3cfe5;
    }
.TwoSpirit-style {
    margin: 0 auto;
    width: 80%;
    text-align: center;
    padding: 25px;
}
.TwoSpirit-body {
    text-align: left;
    font-family: Lato-regular;
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
}
ol.dot-list {
    list-style: none; /* Remove default numbering */
    padding-left: 0;
}

    ol.dot-list li {
        position: relative;
        padding-left: 25px; /* Space for the dot */
        margin-bottom: 15px; /* Space between list items */
    }

        ol.dot-list li::before {
            content: "•"; /* Dot character */
            position: absolute;
            left: 0;
            color: #2c3e50;
            font-size: 20px;
            line-height: 1;
        }
@media (max-width: 500px) {
    .TwoSpirit-style {
        padding: 15px;
    }
}