:root {
    --primary-color: #dbb69b;
    --header-text-color: #10182a;
    --secondary-color: #d71921;
    --white-color: #ffffff;
    --text-outline:
            1px 1px 0 var(--header-text-color),
            -1px 1px 0 var(--header-text-color),
            1px -1px 0 var(--header-text-color),
            -1px -1px 0 var(--header-text-color);
}

* {
    font-family: "Montserrat", Arial, sans-serif;
}

body {
    background: #10182a;

    color: #cce7f2;
}

header.kups {
    background-image: url("https://pliki.konferencje.ptwp.pl/i/04/34/d9/lrmnxjlrvnjpq851_r0_940.jpg");
}

header.kups h2.home img {
    padding: 20px;
}

header h2.home a {
    color: #ffffff;
}

header h2.home span {
    border-color: #ffffff;
}

.button, button, form input[type="submit"] {
    background: #81cee8;
    color: #070b12;
}

.button:hover {
    background: #070b12;
    color: #81cee8;
}

ul.list-1 div.img {
    width: 100px;
}

ul.list-1 div.img img {
    border-radius: 100%;
}

div.box-3 ul li {
    margin-bottom: 10px;
}

div.box-2 p a {
    color: #81cee8;
}

p.social svg path {
    fill: #81cee8;
}

input[type="text"], textarea {
    background: #070b12 !important;
    /*border: none !important;*/
    color: #81cee8 !important;
    border: dashed #81cee8 1px !important;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

section.top h1 {
    color: var(--white-color);
    text-shadow: var(--text-outline);
}

.desc > h3 {

    color: #81cee8 !important;
}

.desc {
    color: #f0f9fe;
}

div.box-4 small {

    color: #81cee8 !important;
}

div.box-4 small a {

    color: #ffffff !important;
}

div.box-3 h2:after {

    border-top: 1px solid #f0f9fe !important;

}

div.box-3 h2,
div.right h2,
div #prelegencibox h2 {
    color: #81cee8;
}

div.box-3 h2:after,
div.right h2:after,
    /*h2.h::after,*/
div #prelegencibox h2:after {
    border-top: dashed #81cee8 1px !important;

}

h2.h::after {
    border-top: dashed #81cee8 0px !important;

}

div.box-2 div.wrap-2 div.left {
    border-right: dashed #81cee8 0px !important;
}

div.wrap-1 {
    margin: 0 !important;
}

section.top h1, section.top h2 {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin: 0 auto 1rem;
}

div.box-2 div.wrap-1 div.left {
    padding: 0 !important;
    -webkit-box-shadow: 0px 12px 16px 0px rgba(5, 14, 28, 1);
    -moz-box-shadow: 0px 12px 16px 0px rgba(5, 14, 28, 1);
    box-shadow: 0px 16px 16px 0px rgba(5, 14, 28, 1);
}

/*---------------------------------------------*/
@media (max-width: 800px) {

    div.box-2 {
        background: #10182a !important;
    }

    div.box-2 div.wrap-1 {

        margin: 0 -1.5rem 1.5rem !important;
        box-shadow:none;
    }


    section.top h1, section.top h2 {
        font-weight: 700;
        font-size: 24px;
        color: #fff;
        margin: 0 auto 1rem;
    }



}


