:root {
    --primaryhover: #005277;
}

h1, .h1 {
    font-size: 3.5rem;
}

h2, .h2 {
    font-size: 2.75rem;
}

h3, .h3 {
    font-size: 2rem;
}

h4, .h4 {
    font-size: 1.75rem;
}

h5, .h5 {
    font-size: 1.5rem;
}

h6, .h6 {
    font-size: 1.25rem;
}

.form-control:focus,
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(21, 21, 45, 0.5);
    border-color: var(--secondary);
}

.btn {
    text-transform: none !important;
    font-size: 1rem;
}

.btn-primary:focus, 
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(4, 115, 179, 0.5);
}

.btn-outline-light {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    color: var(--dark) !important;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active {
    background-color: var(--light) !important;
    border-color: var(--light) !important;
    color: var(--dark) !important;
}

.btn-secondary {
    padding: 0.7rem 1.6rem !important;
}
/*
.divider {
    display: block;
    position: relative;
    top: 100%;
    transform: none;
    height: auto;
    background-image: none;
    background-size: auto;
    background-repeat: no-repeat;
    pointer-events: none;
}

.divider::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    z-index: 10;
    display: block;
    padding-top: 19.140625%;
    background-image: url(../images/viiri-2560-pieni-2.svg);
    background-repeat: no-repeat;
}*/

.divider {
    display: none;
}

.fa-pencil::before {
    content: "\f040" !important;
}

blockquote {
    border-color: var(--secondary);
}

@media (min-width: 1280px) {

    /*.container {
        max-width: 1220px;
    }*/

    p {
        font-size: 1.2rem;
    }

}

/*@media (min-width: 1400px) {

    .container {
        max-width: 1340px;
    }

}*/

@media (max-width: 1199px) {

    h1, .h1 {
        font-size: 2.5rem;
    }

    h2, .h2 {
        font-size: 2rem;
    }

    h3, .h3 {
        font-size: 1.75rem;
    }

    h4, .h4 {
        font-size: 1.5rem;
    }

    h5, .h5 {
        font-size: 1.25rem;
    }

    h6, .h6 {
        font-size: 1.1rem;
    }

    .fixed-bg {
        background-attachment: scroll !important; 
    }

}

@media (max-width: 1024px) {

    blockquote {
        font-size: 1rem !important;
    }

    .btn {
        font-size: 1rem !important;
    }

    /*
    .divider::after {
        padding-top: 29.71497877501516%;
        background-image: url(../images/viiri-2560-pieni-2-mobile.svg);
    }
    */

}

@media (max-width: 575px) {

    h1, .h1 {
        font-size: 2rem;
    }

}

@media (max-width: 479px) {

    h1, .h1 {
        font-size: 1.75rem;
    }

    h2, .h2 {
        font-size: 1.55rem;
    }

    h3, .h3 {
        font-size: 1.35rem;
    }

    h4, .h4 {
        font-size: 1.3rem;
    }

    h5, .h5 {
        font-size: 1.2rem;
    }

    h6, .h6 {
        font-size: 1rem;
    }

    .btn {
        font-size: 0.9rem !important;
    }

}