﻿@font-face {
    font-family: "Sancolale Softened Light";
    src: url("fonts/SancolaleSoftened-Light.woff2") format("woff2"), url("fonts/SancolaleSoftened-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans";
    src: url("fonts/NotoSans-Regular.woff2") format("woff2"), url("fonts/NotoSans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Noto Sans", Arial, sans-serif;
    background-color: #eeecea;
    margin: 0;
    color: #333;
}

.language {
    margin-bottom: 20px;
}

    .language button {
        background: none;
        border: 2px solid #ff007f;
        color: #ff007f;
        padding: 8px 20px;
        border-radius: 20px;
        font-weight: bold;
        cursor: pointer;
    }

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
}

section img {
    width: 98%;
    height: 215px;
    border-radius: 12px;
    margin-bottom: 15px;
    max-width: 430px;
}

section h2 {
    font-family: "Noto Sans", "Sancolale Softened Light", Arial, sans-serif;
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 15px;
    font-weight: 400;
    font-style: normal;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*text-transform: lowercase;*/
}

/*section h2::first-letter {
    text-transform: uppercase;
}*/

section p {
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
    font-weight: 400;
    color: #444444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left !important;
}

section button {
    font-family: "Noto Sans", Arial, sans-serif;
    background: none;
    border: 2px solid #ff007f;
    color: #ff007f;
    padding: 5px 24px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

    section button:hover {
        background: #ff007f;
        color: white;
    }

    section button:focus {
        outline: none;
        box-shadow: 0 0 0 1px rgba(255,0,127,0.4);
    }

hr {
    border: none;
    border-top: 2px solid #ff007f;
    margin: 35px 0;
    box-sizing: border-box;
}

.btn-link {
    display: inline-block;
    text-decoration: none;
    background: none;
    border: 2px solid #ff007f;
    color: #ff007f;
    padding: 5px 24px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 8px;
}

    .btn-link:hover {
        background: #ff007f;
        color: white;
        text-decoration: none;
    }

.dsr-header {
    height: 180px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .dsr-header h1 {
        text-align: center;
        font-size: 35px;
        margin-top: 3px;
        margin-bottom: 2px;
        font-family: "Noto Sans", "Sancolale Softened Light", Arial, sans-serif;
        font-style: normal;
        font-weight: 700;
    }

    .dsr-header h2 {
        text-align: center;
        font-size: 16px;
        font-family: "Noto Sans", "Sancolale Softened Light", Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
    }

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

#choose-language {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 17px;
    color: #333333;
}

@media (min-width: 768px) {
    section p {
        text-align: justify !important;
    }
    
    p {
        text-align: justify !important;
    }
}

@media (max-width: 767.98px) {
    section p,
    p,
    .text-justify,
    div p,
    .container p,
    .container-fluid p,
    body p,
    html p,
    * p {
        text-align: left !important;
    }
}

@media screen and (max-width: 767.98px) {
    .text-justify,
    p.text-justify,
    div.text-justify,
    section.text-justify,
    .text-justify p {
        text-align: left !important;
    }
}

* {
    font-family: "Noto Sans", Arial, sans-serif !important;
}

.fa, [class^="fa-"], [class*=" fa-"] {
    font-family: FontAwesome !important;
}

i[class^="fa"], i[class*=" fa"] {
    font-family: FontAwesome !important;
}
