/* global */

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: obviously, sans-serif;
    background-color: #ffffff;
    color: var(--font-color);
}

h1 {
    font-family: ethnocentric, sans-serif;
}

h2,
h3,
h4,
h5 {
    font-family: obviously-wide, sans-serif;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* end of global */


@media(min-width: 1366px) {
    .home-first {
        z-index: 1;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 1500px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .home-left {
        position: relative;
        background-color: var(--primary-color);
        width: 100%;
        height: 800px;
        padding: 20px 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .home-left img {
        position: relative;
        width: 70%;
        max-width: 1000px;
        height: auto;
        margin: 20px auto;
    }
    
    .home-left h1 {
        position: relative;
        font-size: 50px;
        font-weight: 400;
        letter-spacing: 0.5px;
        margin: 0 auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-left h2 {
        position: relative;
        font-size: 18px;
        font-weight: 600;
        margin: 20px auto;
        color: var(--accent-color);
        text-align: center;
    }

    .home-left h3 {
        position: relative;
        font-size: 20px;
        font-weight: 600;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-left a {
        position: relative;
        display: inline-block;
        margin: 20px auto;
        border-radius: 2px;
        font-family: ethnocentric, sans-serif;
        font-size: 20px;
        font-weight: 400;
        background-color: transparent;
        color: var(--secondary-color);
        border: 3px solid var(--secondary-color);
        text-decoration: none;
        padding: 20px 30px;
        transition: 0.2s all ease-in-out;
    }

    .home-left a:hover {
        background-color: var(--accent-color);
        border-color: var(--accent-color);
    }
    
    #splide-slideshow {
        background-color: var(--primary-color);
        width: 100%;
        height: 700px;
        margin: 0;
        padding: 0;
    }

    .splide__arrow {
        bottom: 25px !important;
        top: auto !important;
    }

    .splide__pagination {
        bottom: 50px !important;
    }

    .slideshow-item {
        width: 100%;
        height: 700px;
        padding: 0 25px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .slideshow-item h2 {
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
        font-size: 35px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 0 auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .slideshow-item h3 {
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
        font-size: 20px;
        font-weight: 600;
        font-style: italic;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .slideshow-item a {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        border-radius: 40px 2px 40px 2px;
        font-family: richmond-display, sans-serif;
        font-size: 20px;
        font-weight: 600;
        font-style: italic;
        letter-spacing: 0.5px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        /* background-image: url('../../assets/button-1.svg'); */
        background-color: var(--primary-color);
        color: var(--secondary-color);
        text-decoration: none;
        padding: 20px 30px;
        transition: 0.2s all ease-in-out;
    }
    .behavior-card {
        position: relative;
        margin: 50px auto;
        padding: 50px 25px;
        width: 400px;
        border-radius: 3px;
        background-color: var(--off-color);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: 10px 10px 0 var(--accent-color);
    }
    .behavior-card h2,
    .behavior-card h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        color: var(--font-color);
        text-align: center;
    }
    .behavior-card ul {
        margin: 12.5px auto;
        padding: 0;
        list-style: none;
    }
    .behavior-card li {
        margin: 0;
        padding: 0;
        font-size: 20px;
        font-weight: 600;
        color: var(--font-color);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
    }
    .behavior-card li img {
        height: 18px;
        margin: 0 5px 0 0;
    }
    .behavior-card h4 {
        font-family: area-extended, sans-serif;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        color: var(--font-color);
        text-align: center;
    }
    .green-ribbon {
        position: absolute;
        height: 105px;
        left: -18px;
        top: -7px;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .home-first {
        z-index: 1;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 1500px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .home-left {
        position: relative;
        background-color: var(--primary-color);
        width: 100%;
        height: 800px;
        padding: 20px 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .home-left img {
        position: relative;
        width: 70%;
        max-width: 1000px;
        height: auto;
        margin: 20px auto;
    }
    
    .home-left h1 {
        position: relative;
        font-size: 50px;
        font-weight: 400;
        letter-spacing: 0.5px;
        margin: 0 auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-left h2 {
        position: relative;
        font-size: 18px;
        font-weight: 600;
        margin: 20px auto;
        color: var(--accent-color);
        text-align: center;
    }

    .home-left h3 {
        position: relative;
        font-size: 18px;
        font-weight: 600;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-left a {
        position: relative;
        display: inline-block;
        margin: 20px auto;
        border-radius: 2px;
        font-family: ethnocentric, sans-serif;
        font-size: 20px;
        font-weight: 400;
        background-color: transparent;
        color: var(--secondary-color);
        border: 3px solid var(--secondary-color);
        text-decoration: none;
        padding: 20px 30px;
        transition: 0.2s all ease-in-out;
    }

    .home-left a:hover {
        background-color: var(--accent-color);
        border-color: var(--accent-color);
    }
    
    #splide-slideshow {
        background-color: var(--primary-color);
        width: 100%;
        height: 700px;
        margin: 0;
        padding: 0;
    }

    .splide__arrow {
        bottom: 25px !important;
        top: auto !important;
    }

    .splide__pagination {
        bottom: 50px !important;
    }

    .slideshow-item {
        width: 100%;
        height: 700px;
        padding: 0 25px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .slideshow-item h2 {
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 0 auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .slideshow-item h3 {
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
        font-size: 16px;
        font-weight: 600;
        font-style: italic;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .slideshow-item a {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        border-radius: 40px 2px 40px 2px;
        font-family: richmond-display, sans-serif;
        font-size: 20px;
        font-weight: 600;
        font-style: italic;
        letter-spacing: 0.5px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        /* background-image: url('../../assets/button-1.svg'); */
        background-color: var(--primary-color);
        color: var(--secondary-color);
        text-decoration: none;
        padding: 20px 30px;
        transition: 0.2s all ease-in-out;
    }
    .behavior-card {
        position: relative;
        margin: 50px auto;
        padding: 50px 25px;
        width: 400px;
        border-radius: 3px;
        background-color: var(--off-color);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: 10px 10px 0 var(--accent-color);
    }
    .behavior-card h2,
    .behavior-card h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        color: var(--font-color);
        text-align: center;
    }
    .behavior-card ul {
        margin: 12.5px auto;
        padding: 0;
        list-style: none;
    }
    .behavior-card li {
        margin: 0;
        padding: 0;
        font-size: 20px;
        font-weight: 600;
        color: var(--font-color);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
    }
    .behavior-card li img {
        height: 18px;
        margin: 0 5px 0 0;
    }
    .behavior-card h4 {
        font-family: area-extended, sans-serif;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        color: var(--font-color);
        text-align: center;
    }
    .green-ribbon {
        position: absolute;
        height: 105px;
        left: -18px;
        top: -7px;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .home-first {
        z-index: 1;
        margin: 65px 0 0 0;
        padding: 0;
        width: 100%;
        height: 1200px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .home-left {
        position: relative;
        background-color: var(--primary-color);
        width: 100%;
        height: 700px;
        padding: 20px 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .home-left img {
        position: relative;
        width: 70%;
        max-width: 700px;
        height: auto;
        margin: 20px auto;
    }
    
    .home-left h1 {
        position: relative;
        font-size: 40px;
        font-weight: 400;
        letter-spacing: 0.5px;
        margin: 0 auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-left h2 {
        position: relative;
        font-size: 16px;
        font-weight: 600;
        margin: 20px auto;
        color: var(--accent-color);
        text-align: center;
    }

    .home-left h3 {
        position: relative;
        font-size: 16px;
        font-weight: 600;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-left a {
        position: relative;
        display: inline-block;
        margin: 20px auto;
        border-radius: 2px;
        font-family: ethnocentric, sans-serif;
        font-size: 20px;
        font-weight: 400;
        background-color: transparent;
        color: var(--secondary-color);
        border: 3px solid var(--secondary-color);
        text-decoration: none;
        padding: 20px 30px;
        transition: 0.2s all ease-in-out;
    }

    .home-left a:hover {
        background-color: var(--accent-color);
        border-color: var(--accent-color);
    }
    
    #splide-slideshow {
        background-color: var(--primary-color);
        width: 100%;
        height: 500px;
        margin: 0;
        padding: 0;
    }

    .splide__arrow {
        bottom: 25px !important;
        top: auto !important;
    }

    .splide__pagination {
        bottom: 50px !important;
    }

    .slideshow-item {
        width: 100%;
        height: 500px;
        padding: 0 25px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .slideshow-item h2 {
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 0 auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .slideshow-item h3 {
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
        font-size: 16px;
        font-weight: 600;
        font-style: italic;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .slideshow-item a {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        border-radius: 40px 2px 40px 2px;
        font-family: richmond-display, sans-serif;
        font-size: 20px;
        font-weight: 600;
        font-style: italic;
        letter-spacing: 0.5px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        /* background-image: url('../../assets/button-1.svg'); */
        background-color: var(--primary-color);
        color: var(--secondary-color);
        text-decoration: none;
        padding: 20px 30px;
        transition: 0.2s all ease-in-out;
    }
    .behavior-card {
        position: relative;
        margin: 50px auto;
        padding: 50px 25px;
        width: 400px;
        border-radius: 3px;
        background-color: var(--off-color);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: 10px 10px 0 var(--accent-color);
    }
    .behavior-card h2,
    .behavior-card h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        color: var(--font-color);
        text-align: center;
    }
    .behavior-card ul {
        margin: 12.5px auto;
        padding: 0;
        list-style: none;
    }
    .behavior-card li {
        margin: 0;
        padding: 0;
        font-size: 20px;
        font-weight: 600;
        color: var(--font-color);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
    }
    .behavior-card li img {
        height: 18px;
        margin: 0 5px 0 0;
    }
    .behavior-card h4 {
        font-family: area-extended, sans-serif;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        color: var(--font-color);
        text-align: center;
    }
    .green-ribbon {
        position: absolute;
        height: 105px;
        left: -18px;
        top: -7px;
    }
}

@media(max-width: 769px) {
    .home-first {
        z-index: 1;
        margin: 65px 0 0 0;
        padding: 0;
        width: 100%;
        height: 1000px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .home-left {
        position: relative;
        background-color: var(--primary-color);
        width: 100%;
        height: 600px;
        padding: 20px 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .home-left img {
        position: relative;
        width: 100%;
        max-width: 700px;
        height: auto;
        margin: 10px auto;
    }
    
    .home-left h1 {
        position: relative;
        font-size: 35px;
        font-weight: 400;
        letter-spacing: 0.5px;
        margin: 0 auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-left h2 {
        position: relative;
        font-size: 16px;
        font-weight: 600;
        margin: 10px auto;
        color: var(--accent-color);
        text-align: center;
    }

    .home-left h3 {
        position: relative;
        font-size: 13px;
        font-weight: 600;
        margin: 10px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-left a {
        position: relative;
        display: inline-block;
        margin: 20px auto;
        border-radius: 2px;
        font-family: ethnocentric, sans-serif;
        font-size: 17px;
        font-weight: 400;
        background-color: transparent;
        color: var(--secondary-color);
        border: 3px solid var(--secondary-color);
        text-decoration: none;
        padding: 20px 30px;
        transition: 0.2s all ease-in-out;
    }

    .home-left a:hover {
        background-color: var(--accent-color);
        border-color: var(--accent-color);
    }
    
    #splide-slideshow {
        background-color: var(--primary-color);
        width: 100%;
        height: 400px;
        margin: 0;
        padding: 0;
    }

    .splide__arrow {
        bottom: 25px !important;
        top: auto !important;
    }

    .splide__pagination {
        bottom: 50px !important;
    }

    .slideshow-item {
        width: 100%;
        height: 400px;
        padding: 0 25px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .slideshow-item h2 {
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 0 auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .slideshow-item h3 {
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
        font-size: 15px;
        font-weight: 600;
        font-style: italic;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .slideshow-item a {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        border-radius: 40px 2px 40px 2px;
        font-family: richmond-display, sans-serif;
        font-size: 20px;
        font-weight: 600;
        font-style: italic;
        letter-spacing: 0.5px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        /* background-image: url('../../assets/button-1.svg'); */
        background-color: var(--primary-color);
        color: var(--secondary-color);
        text-decoration: none;
        padding: 20px 30px;
        transition: 0.2s all ease-in-out;
    }
    .behavior-card {
        position: relative;
        margin: 50px auto;
        padding: 50px 25px;
        width: 100%;
        border-radius: 3px;
        background-color: var(--off-color);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: 10px 10px 0 var(--accent-color);
    }
    .behavior-card h2,
    .behavior-card h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        color: var(--font-color);
        text-align: center;
    }
    .behavior-card ul {
        margin: 12.5px auto;
        padding: 0;
        list-style: none;
    }
    .behavior-card li {
        margin: 0;
        padding: 0;
        font-size: 20px;
        font-weight: 600;
        color: var(--font-color);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
    }
    .behavior-card li img {
        height: 18px;
        margin: 0 5px 0 0;
    }
    .behavior-card h4 {
        font-family: area-extended, sans-serif;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        color: var(--font-color);
        text-align: center;
    }
    .green-ribbon {
        position: absolute;
        height: 100px;
        left: -18px;
        top: -7px;
    }
}