/* For God so loved the world, that He gave His only begotten Son, that all who believe in Him should not perish but have everlasting life */
body {
    --c: rgb(20, 36, 106, 0.7);
    --t: transparent;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #d5d9e2;
    background-image: url('/static/bgonly-desktop1-aleluya.jpg');
    background-size: 100vw;
    background-position: top center;
    background-repeat: no-repeat;
    color: #04345a;
    font-family: "Merriweather Sans", sans-serif;
}

p {
    font-family: "Quicksand", sans-serif;
}

.dekko-regular {
    font-family: "Dekko", cursive;
    font-weight: 400;
    font-style: normal;
}

.roboto-regular {
    font-family: "Merriweather Sans", cursive;
    font-weight: 400;
    font-style: normal;
}

nav {
    color: #fff;
    text-align: center;
    padding: 0;
    padding-left: 2vw;
    padding-right: 2vw;

    height: 11.4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

nav .left_nav_chirho ul {
    justify-content: left;

}

nav ul {
    list-style-type: none;

    margin: 0;
    padding: 0;
    display: flex;
}

nav .right_nav_chirho ul {
    justify-content: right;
}

nav ul li {
    margin: 0 1rem;
    font-size: 2vw;
}

nav ul li a {
    color: white;
    text-decoration: none;
    text-shadow: 3px 3px 2px rgba(255, 255, 255, 0.25), 3px -3px 2px rgba(255, 255, 255, 0.25);
    cursor: pointer;
}

.nav_logo_praind_chirho {
    /* width: 8vw; */
    height: 5.3vw;
    margin-top: 0.7vw;
    padding: 0.2vw;
    padding-left: 1vw;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 1vw;
    border: 1px inset #04345a;
}

header {
    position: relative;
    /* border: 3px solid #5f5; */
    width: 40vw;
    height: 60vw;
    left: 50vw;
}

header h1 {
    font-size: 4vw;
    margin: 0;
    padding: 0;
    font-weight: 800;
}

header h2 {
    font-size: 2vw;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

header .header_content_chirho {
    padding: 0;
    padding-top: 0.8vw;
    /* border: 3px solid #f55; */

    font-size: 1.5vw;
    margin: 0;
    font-weight: 400;
    max-height: 24vw;
    height: 24vw;
    overflow: scroll;
}

.header_buttons_chirho {
    /* border: 3px solid #ff5; */

    display: flex;
    justify-content: center;
    margin-top: 1vw;
    height: 4vw;

}

.center_me_vertical_inner_horizontal_chirho {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.right_nav_chirho {
    margin-left: auto;
}

.button_chirho {
    background-color: #04345a;
    color: white;
    text-decoration: none;
    padding: 1vw 2vw;
    margin: 0 2vw;
    border-radius: 0.5vw;
    font-size: 1.5vw;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.25), 3px -3px 2px rgba(0, 0, 0, 0.25);
}

.button_chirho:hover {
    background-color: #f55;
}

.button_chirho:active {
    background-color: #24345a;

    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25), 1px -1px 1px rgba(0, 0, 0, 0.25);
}

.home_top_minipanels_chirho {
    align-items: center;
    /* border: 3px solid #f55; */
    height: 18vw;
    margin-top: 2vw;
    overflow-x: scroll;
    overflow-y: hidden;
    break-after: avoid;
    display: flex;
    white-space: nowrap;

}

.home_top_minipanel_chirho {
    width: 28vw;
    height: 18vw;
    margin: 0vw;
    margin-right: 2vw;
    padding: 1vw;
    break-after: avoid;

    /* border: 3px solid #5f5; */
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    word-wrap: break-word;
    white-space: normal;
}

.home_top_minipanel_chirho h3 {
    font-size: 2.5vw;
    margin: 0;
    padding: 0;
    font-weight: 800;
    /* make upper case */
    text-transform: uppercase;
}

.home_top_minipanel_chirho .minipanel_img_and_description_chirho {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    /* border: 3px solid #5ff; */
}

.home_top_minipanel_chirho img {
    width: 6vw;
    height: 6vw;
    margin: 0;
    padding: 0;
    /* border: 3px solid #ff5; */

}

.home_top_minipanel_chirho .description_chirho {
    flex: 1;
    margin: 0;
    padding: 0;
    margin-left: 1vw;
    font-size: 1.5vw;
    font-weight: 400;
    /* border: 2px solid #f55; */
    height: 14.5vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.home_top_minipanel_chirho .description_chirho h4 {
    font-size: 1.5vw;
    margin: 0;
    margin-top: 0.4vw;
    padding: 0;
    font-weight: 800;
    text-transform: uppercase;
}

.home_top_minipanel_chirho .description_chirho p {
    font-size: 1.5vw;
    margin: 0;
    padding: 0;
    font-weight: 400;
    overflow-y: scroll;

}

img.pen_img_chirho {
    position: absolute;
    width: 23.5vw;
    height: 22vw;
    right: 0;
    top: 85vw;
}

section.after_pen_section_chirho {
    margin-top: 8vw;
}


h2 {

    font-size: 3vw;
    font-weight: 800;
    background: repeating-linear-gradient(45deg, var(--c) 0, var(--c) 20px, var(--t) 20px, var(--t) 32px, var(--c) 32px, var(--c) 44px, var(--t) 44px, var(--t) 56px, var(--c) 56px, var(--c) 68px, var(--t) 68px, var(--t) 80px, var(--c) 0),
    repeating-linear-gradient(-45deg, var(--c) 0, var(--c) 20px, var(--t) 20px, var(--t) 32px, var(--c) 32px, var(--c) 44px, var(--t) 44px, var(--t) 56px, var(--c) 56px, var(--c) 68px, var(--t) 68px, var(--t) 80px, var(--c) 0),
    linear-gradient(to bottom right, rgb(4, 22, 190, 0.7), rgba(12, 43, 90, 0.5));

    text-transform: uppercase;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 3px 3px 1px rgba(4, 22, 90, 0.05), 3px -3px 2px rgba(4, 22, 90, 0.05);
}

p {
    font-size: 1.9vw;
    font-weight: 400;

}

.buffered_section_chirho {
    margin: 4vw;
    text-wrap: wrap;
}

footer {
    background: linear-gradient(to bottom right, #1e4563, rgba(14, 22, 90, 1));
    text-align: center;
    color: white;
    margin: 0;
    margin-top: 5vw;
    padding: 2vw;
    bottom: 0;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:visited {
    color: white;
}

.form-label_chirho {
    margin-top: 1.25vw;
    display: block;
    font-size: 1.25vw;
    font-weight: bold;
    margin-bottom: 0.625vw;
    color: #333;
}

.form-control_chirho {
    display: block;
    width: 100%;
    padding: 0.625vw;
    font-size: 1.25vw;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.125vw solid #ced4da;
    border-radius: 0.3125vw;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control_chirho:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.25vw rgba(0, 123, 255, 0.25);
}

.btn_chirho {
    margin-top: 1.25vw;

    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #007bff;
    border: 0.125vw solid #007bff;
    padding: 0.625vw 1.25vw;
    font-size: 1.25vw;
    line-height: 1.5;
    border-radius: 0.3125vw;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

.btn_chirho:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn_chirho:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.25vw rgba(38, 143, 255, 0.5);
}