﻿html, body {
}

.section_ih {
    margin: 0;
    padding: 0; 
    border: 0;
}

.navigation_gap {
    padding-top: 140px;
}

.container_bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 2560px;
    margin: 0 auto;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 1650px) {
    .container {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.container_section {
    text-align: center;
    padding-top: 4em;
    padding-bottom: 4em;
    box-sizing: border-box;
}

.section-hr {
    background-color: gray;
}

.kr5_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 1.2em; 
    position: relative;
    color: white;
    text-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.5);
    font-family: 'Titillium Web', sans-serif;
    text-decoration: none;
    font-weight: 800;
    font-size: clamp(1rem, 4vw, 1.3rem);
    line-height: 60px;
    vertical-align: middle;
    text-transform: uppercase;
    
    background-image: url('../img/buttons/btn_left.png'), url('../img/buttons/btn_right.png'), url('../img/buttons/btn_center.png');
    background-repeat: no-repeat;
    background-size: 20px 60px, 20px 60px, calc(100% - 38px) 60px;
    background-position: left center, right center, center center;
    transition: all .2s;
    letter-spacing: normal;
    filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.5));
}



    .kr5_btn:hover,
    .kr5_btn:active {
        color: #21373e;
        text-shadow: #0cf1bf 1px 1px 0;
        background-image: url('../img/buttons/btn_left_hover.png'), url('../img/buttons/btn_right_hover.png'), url('../img/buttons/btn_center_hover.png');
        text-decoration: none;
    }



body{
    position: relative;
}

/*----TEXT SIZES-------------------------------------------------------------------------------------------------*/

.h1_kr5 {
    /*font-family: var(--site-font-family);*/
    font-family: 'Titillium Web', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-title);
    font-size: 2.2rem;
    line-height: 2.3rem;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    text-wrap: pretty;
}

.h2_kr5 {
    /*font-family: var(--site-font-family);*/
    font-family: 'Titillium Web', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-subtitle);
    font-size: 1.6rem;
    line-height: 1.7rem;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    text-wrap: pretty;
}

.h2_kr5_yellow {
    color: #FFC700;
}

.h2_kr5_fuchsia {
    color: #FF18F6;
}

.mb_h2, .mb_h1{
    margin-bottom: 24px;
}

.mb_paragraph {
    margin-bottom: 32px;
}

.paragraph_kr5 {
    /*font-family: var(--site-font-family);*/
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: var(--color-primary);
    font-size: 1.3rem;
    line-height: 1.4rem;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    padding: 0 12%;
    text-wrap: pretty;
}


/*
@media screen and (max-width: 1650px) {


    .h1_kr5 {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .h2_kr5 {
        font-size: 1.3rem;
        line-height: 1.4rem;
    }
}*/

@media screen and (max-width: 768px) {
    .paragraph_kr5 {
        text-align: left;
        padding: 0;
    }
}



@media screen and (max-width: 764px) {
    .h1_kr5 {
        font-size: 2rem;
        line-height: 1.6rem;
    }

    .h2_kr5 {
        font-size: 1.5rem;
        line-height: 1.4rem;
    }

    .paragraph_kr5 {
        font-size: 1rem;
        line-height: 1.2rem;
        padding: 0;
    }
}

#newsContent a:link {
    color: var(--color-highlight);
}

#newsContent a:visited {
    color: var(--color-highlight);
}
 
#newsContent a:hover {
    color: var(--color-highlight);
}
 
#newsContent a:active {
    color: var(--color-highlight);
}


.embed-responsive {
    display: block;
    height: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
    margin-top: .6rem;
    margin-bottom: .6rem;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}