@media screen and (min-width: 1401px) {
    /** Webkits **/
    ::-webkit-scrollbar {
        width: 15px;
    }

    ::-webkit-scrollbar-track {
        background: #002043;
        border-radius: 10px;
        box-shadow: inset 0px 0px 5px white;
    }

    ::-webkit-scrollbar-thumb {
        background: #CCC;
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #EEE;
    }

    body {
        color: #f2f2f2;
        background-color: #103060;
        font-family: 'Roboto';
    }
    
    footer {
        text-align: center;
        margin: 30px 16%;
    }
    
    footer::before {
        content: 'Copyright © 2024 | Zespół portalu emodlitwa.pl zastrzega sobie wszelkie prawa do serwisu. \A Pobieranie, publikowanie i rozpowszechnianie materiałów ze strony bez zgody administratora portalu jest zabronione i stanowi naruszenie ustawy o prawie autorskim.';
        white-space: pre-wrap;
    }

    hr {
        width: 350px;
        margin-bottom: 35px;
        border: none;
        border: 1px dashed white;
    }

    a {
        color: #f2f2f2;  
        text-decoration: none;  
    }
    
    a:active, div:active {
        border:none;
        outline:none;
        text-decoration:none;
        color:inherit;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
    }

    h3 {
        letter-spacing: 2px;
        margin: 3px 0;
    }

    h2 {
        margin: 0;
    }

    b {
        letter-spacing: 3px;
    }

    i {
        margin: 20px 5px;
    }

    /** BANNER **/
    #banner {
        height: 300px;
        text-align: center;
        background-color: #103060;
        overflow: hidden;
    }

    #banner-img {
        margin: auto;
        height: 300px;
        background: radial-gradient(#316292, #103060, #103060);
    }
    
    #banner-img:hover {
        cursor: pointer;
    }

    /** CIAŁO **/
    #container {
        margin: auto;
        width: 100%;
        height: 100%;
        background-color: #103060;
        /* text-align: center; */
    }

    .row {
        width: 100%;
        text-align: center;
        margin: auto;
    }

    /** KAFELKI **/
    .tile {
        margin: 25px;
        width: 380px;
        height: 380px;
        border-radius: 10px;
        display: inline-block;
        background: radial-gradient(#316292, #103060);
        transition: all ease-in-out .3s;
        border: white 2px solid;
        letter-spacing: 3px;
        text-align: center;
    }

    .tile2 {
        margin: 25px;
        width: 350px;
        /* height: 150px; */
        border-radius: 10px;
        display: inline-block;
        background: radial-gradient(#316292, #103060, #103060);
        font-size: 30px;
        transition: all ease-in-out .3s;
        font-weight: 900;
        letter-spacing: 3px;
        text-align: center;
    }

    .tile2:hover {
        box-shadow: 0 0 25px white;
        cursor: pointer;
    }

    .tile:hover {
        box-shadow: 0 0 25px white;
        cursor: pointer;
    }

    .tile p {
        padding-top: 20px;
        margin: 0;
        padding-bottom: 3px;
        width: 100%;
        font-size: 25px;
        font-weight: 900;
    }

    .tile img {
        margin-top: 5%;
        height: 70%;
        padding-top: 2px;
    }
    
    .title, .shorter-title {
        font-size: 20px;
        text-align: center;
        margin: 20px auto;
        border: 1px white dashed;
        padding: 10px;
        width: 200px;
        margin-bottom: 40px;
        background: radial-gradient(#316292, #103060);
    }
    
    .shorter-title {
        width: 100px;
    }

    /** LISTA **/
    .list {
        list-style-type: none;
        text-align: center;
        padding: 0;
    }

    .list-el {
        font-size: 20px;
        border-bottom: 1px solid white;
        width: 400px;
        height: 50px;
        margin: 0 auto;
        transition: all .5s ease-in-out;
    }

    .list-el:last-child {
        border: none;
    }

    /** MODLITWY **/
    .prayers-text {
        padding: 35px;
        margin-right: 200px;
        margin-left: 200px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .prayers-subtitle {
        color: #ff8c00;
    }

    .second-choir {
        color: #aaa;
    }

    /** LUPY **/
    #magnifiers {
        width: 100%;
        text-align: center;
        margin-top: -70px;
        margin-bottom: 40px;
    }

    #plusBtn, #minusBtn, #arrow img, #arrow, #arrow a {
        width: 60px;
        height: 50px;
        font-size: 3em;
        display: inline-block;
        cursor: pointer;
    }

    #plusBtn img, #minusBtn img {
        width: 100%;
        height: 100%;
    }
    
    .hr-span {
    	display: flex; 
    	justify-content: center; 
    	margin: 0; 
    	padding: 0;
    }   
    	
    .hr-line {
        margin-top: 20px;
    	filter: invert(1); 
    	width: 25vw; 
    	height: 50px; 
    	object-fit: cover; 
    	transform: translateY(-10px) scale(0.7);
    }
    
    .title-div {
        width: 200px; 
        display: flex; 
        justify-content: center; 
        margin: auto; 
        margin-bottom: 40px;
    }
    
    .title-img {
        object-fit: cover; 
        width: 100%;
    }
}