@font-face {
    font-family: 'Skolstil';
    src: url('font/Skolstil.woff2') format('woff2'), url('font/Skolstil.woff') format('woff');
    src: url('font/Skolstil.ttf') format('ttf');
}

@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 960px) {
    .confetti-1, .confetti-2 {
        visibility: hidden;
    }
}

html {
    position: relative;
    min-height: 100%;
    line-height: 1.6;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
}

body {
}

p {
    line-height: 1.8;
}

a {
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
    color: #0077cc;
}

    a:focus,
    a:hover {
        text-decoration: underline;
        color: #0077cc;
    }

.orange-link {
    color: #FF6B00 !important;
    --bs-text-opacity: 1;
}

.green-link {
    color: #6EC065 !important;
    --bs-text-opacity: 1;
}

.red-link {
    color: #ef3f45 !important;
    --bs-text-opacity: 1;
}

.grey-text {
    color: #2F2F2F;
}

.big-text {
    margin-bottom: 10px;
}

.section-header {
    padding-top: 130px;
    padding-bottom: 130px;
    justify-content: center;
}

.section-item {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-help {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-text {
    width: 100%;
    padding: 25px;
}

.section-img {
    justify-content: center;
    padding: 25px;
}

.section-video {
    padding-left: 25px;
    padding-right: 25px;
}

.section-animation {
    display: grid;
}

.section-disapear {
}

.section-forest {
    background-image: url('https://d2os2m6xdzw1lz.cloudfront.net/img/Forest.png');
    height: 163px;
    background-repeat: no-repeat;
}

.confetti-1 {
    position: absolute;
    top: 100px;
    left: 50px;
    height: 200px;
    width: 200px;
}

.confetti-2 {
    position: absolute;
    top: 600px;
    right: 50px;
    height: 200px;
    width: 200px;
}

.color-symbla-light {
    background-color: #B3DFDD;
}

.color-symbla-dark {
    background-color: #40AA9D;
    color: white;
}

.color-symbla-darker {
    background-color: #067a6c;
    color: white;
}

.color-grey {
    background-color: #F4F3F0;
}

.color-brown-light {
    background-color: #F2DDD3;
}

.color-blue-dark {
    background-color: #80A9D2;
}

.footer-large {
    padding: 25px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
}

.frame {
    border: solid 1px #808080;
    border-radius: 10px;
    height: 100%;
    display: grid;
}

.my-btn {
    border-radius: 50px;
    background-color: #40AA9D;
    border-color: #40AA9D;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 28px;
}

.my-btn-standard {
    background-color: #40AA9D;
    border-color: #40AA9D;
    border-radius: 100px;
}

.my-btn-standard-red {
    background-color: #EF3F45;
    border-color: #EF3F45;
    border-radius: 100px;
}

.my-btn-plans {
    position: relative;
    align-self: end;
    border-radius: 0px 0px 10px 10px;
}

.btn-success.disabled {
    background-color: #40AA9D;
    border-color: #40AA9D;
}

.my-btn:focus,
.my-btn:hover,
.my-btn-standard:focus,
.my-btn-standard:hover {
    background-color: #067a6c;
    border-color: #067a6c;
}

.my-btn-standard-red:focus,
.my-btn-standard-red:hover {
    background-color: #c82128;
    border-color: #c82128;
}

.app-button-grey {
    display: inline-flex;
    width: 60px;
    height: 60px;
    background-color: #EFEFEF;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.more-line-height {
    line-height: 50px;
}

.feature-col {
    padding: 25px;
    margin-bottom: 30px;
}

.my-list-item.active {
    background-color: #40AA9D;
    border-color: #40AA9D;
}

.alert-success-symbla {
    color: #3bb44a;
}

/*bootstrap overrides*/

.accordion-button:not(.collapsed) {
    color: rgb(33, 37, 41);
    background-color: #bbe3e1;
}

.accordion-button:focus {
    border-color: aquamarine;
    box-shadow: 0 0 0 0.25rem #40aa9d;
}

.list-group-item.active {
    background-color: #40AA9D;
    border-color: #40AA9D;
}

.form-check-input {
    width: 1.2em;
    height: 1.2em;
}

.my-progress-bar {
    background-color: #7dccbd;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: unset;
}
