html {
    height: 100%;
}

body {
    height: 100%;
    min-height: 35rem;
    position: relative;
    font-family: 'Source Sans Pro';
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather';
    font-weight: 700;
}

.videobg {
    object-fit: fill;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
!important;
    min-height: 100%;
    width: 100%;
!important;
    height: 100%;
!important;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
}

@media (pointer: coarse) and (hover: none) {
    body {
        background: url("../img/bg.png") #002E66 no-repeat center center scroll;
        background-position: cover;
        /*width: 100%; !important;*/
        /*height: 100%; !important;*/
        background-color: #fff0;
    }

    body .videobg {
        display: none;
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff0;
    opacity: 0.7;
    z-index: 1;
}

.masthead {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
    z-index: 2;
}

.masthead .masthead-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 35rem;
    height: 100%;
    background-color: rgba(18, 106, 213, 0.9);
    transform: skewY(4deg);
    transform-origin: bottom right;
}

.masthead .masthead-content h1 {
    font-size: 2.5rem;
}

.masthead .masthead-content p {
    font-size: 1.2rem;
}

.masthead .masthead-content p strong {
    font-weight: 700;
}

.masthead .masthead-content .input-group-newsletter input {
    height: auto;
    font-size: 1rem;
    padding: 1rem;
}

.masthead .masthead-content .input-group-newsletter button {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem;
}

@media (min-width: 768px) {
    .masthead {
        height: 100%;
        min-height: 0;
        width: 40.5rem;
        padding-bottom: 0;
    }

    .masthead .masthead-bg {
        min-height: 0;
        transform: skewX(-8deg);
        transform-origin: top right;
    }

    .masthead .masthead-content {
        padding-left: 3rem;
        padding-right: 10rem;
    }

    .masthead .masthead-content h1 {
        font-size: 3.5rem;
    }

    .masthead .masthead-content p {
        font-size: 1.3rem;
    }
}

.social-icons {
    /*position: absolute;*/
    margin-bottom: 2rem;
    width: 100%;
    z-index: 2;
}

.social-icons ul {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
}

.social-icons ul > li {
    margin-left: 1rem;
    margin-right: 1rem;
    display: inline-block;
}

.social-icons ul > li > a {
    display: block;
    color: white;
    background-color: rgba(18, 106, 213, 0.9);
    border-radius: 100%;
    font-size: 2rem;
    line-height: 4rem;
    height: 4rem;
    width: 4rem;
}

.button_modal {
    display: block;
    color: white;
    background-color: rgba(18, 106, 213, 0.9);
    border-radius: 100%;
    border-width: 0;
    font-size: 2rem;
    line-height: 4rem;
    height: 4rem;
    width: 4rem;
}

.button_modal:hover {
    background-color: #002E66;
}

@media (min-width: 768px) {
    .social-icons {
        margin: 0;
        position: absolute;
        right: 2.5rem;
        bottom: 2rem;
        width: auto;
    }

    .social-icons ul {
        margin-top: 0;
        width: auto;
    }

    .social-icons ul > li {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .social-icons ul > li:last-child {
        margin-bottom: 0;
    }

    .social-icons ul > li > a {
        transition: all 0.2s ease-in-out;
        font-size: 2rem;
        line-height: 4rem;
        height: 4rem;
        width: 4rem;
    }

    .social-icons ul > li > a:hover {
        background-color: #002E66;
    }
}

.btn-secondary {
    background-color: #fff0;
    border-color: #fff0;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #2eac14 !important;
    border-color: #2eac14 !important;
}

.input {
    font-weight: 300 !important;
}

.modal-header-danger {
    background-color: #dc3545 !important;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    /*border-bottom: 1px solid #dee2e6;*/
    /*border-top-left-radius: .3rem;*/
    /*border-top-right-radius: .3rem;*/
}

.modal-content-danger {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    /*background-color: #fff;*/
    background-clip: padding-box;
    /*border: 1px solid rgba(0,0,0,.2);*/
    /*border-radius: .3rem;*/
    outline: 0;
}

.btn-form {
    color: #fff;
    border-color: #fff;
}

.btn-form:hover {
    color: #0ddf69;
}

/*Wyłączenie elementu*/

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

/*Modal Ostronie*/

.modalOstronie {
    background-color: #ffffff;
    font-family: Ubuntu, serif;
    color: #5554fd;

}

.modalOstronieModalTittle {
    color: #ffffff;
    font-family: Ubuntu, serif;
}

.modalOstronieHeader {
    border-bottom: 0;
    background-color: #5554fd;
    border-radius: 0;
}

.modalOstronieFooter {
    border-top: 0;
    background-color: #ffffff;
    color: #5554fd;
    border-top: 1px solid #dee2e6;
    border-radius: 0;
}

.modalOstronieClose {
    color: #1204bb;
    text-shadow: none;
}

/*Modal PhotoBox*/

.modalPhotoBox {
    background-image: linear-gradient(#5000f6, #e300ff, #ff00ff);
}

.modalPhotoBoxModalTittle {
    color: white;
}

.modalPhotoBoxHeader {
    border-bottom: 0px;
}

.modalPhotoBoxClose {
    color: white;
    text-shadow: none;
}

/*Modal PoUpdate*/

.modalPoUpdate {
    background-image: linear-gradient(#3c52ff, #00cbff, #00ffad);
}

.modalPoUpdateModalTittle {
    color: white;
}

.modalPoUpdateHeader {
    border-bottom: 0px;
}

.modalPoUpdateClose {
    color: white;
    text-shadow: none;
}

/*Wkrótce*/
.soon {
    width: 348px;
    height: 261px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.imgSoon
{
    filter: blur(10px);
    -webkit-filter: blur(10px);
}

.textSoon
{
    filter: blur(6px);
    -webkit-filter: blur(6px);
}

*:hover,
*:focus,
*:active
{
    outline: none;
    box-shadow: none !important;
    -webkit-appearance: none;
}