@media screen and (max-width: 600px) {
    body {
        color: #f2f2f2;
        background-color: #103060;
        font-family: 'Roboto';
    }

    a {
        color: #f2f2f2;    
        text-decoration: none;
    }

    a:active {
        border:none;
        outline:none;
        text-decoration:none;
        color:inherit;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
    }
    
    footer {
        font-size: 10px;
        margin: 9%;
        text-align: center;
    }
    
    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: 175px;
        margin-top: 35px;
        margin-bottom: 35px;
        border: none;
        border: 1px dashed white;
    }

    #banner {
        height: 150px;
        width: 100%;
        text-align: center;
        background-color: #103060;
    }

    #banner-img {
        margin: auto;
        height: 150px;
        background: radial-gradient(#316292, #103060, #103060);
    }

    #container {
        margin: auto;
        width: 100%;
        height: 100%;
        background-color: #103060;
        text-align: center;;
    }

    .tile {
        margin: 25px auto;
        width: 250px;
        height: 250px;
        border-radius: 10px;
        background: radial-gradient(#316292, #103060);
        font-size: 15px;
        transition: all ease-in-out .3s;
        border: white 2px solid;
        font-weight: 900;
        letter-spacing: 2px;
    }

    .tile p {
        padding-top: 4px;
        margin: 0;
        text-decoration: none;
        padding-bottom: 3px;
        width: 100%;
    }

    .tile img {
        margin-top: 5%;
        height: 70%;
        padding-top: 2px;
    }

    .tile2 {
        margin: 25px auto;
        width: 250px;
        height: 130px;
        border-radius: 10px;
        background: radial-gradient(#316292, #103060, #103060);
        font-size: 30px;
        transition: all ease-in-out .3s;
        font-weight: 900;
        letter-spacing: 3px;
        text-align: center;
    }
    
    .title, .shorter-title {
        font-size: 20px;
        text-align: center;
        margin: 20px auto;
        margin-bottom: 30px;
        padding: 10px;
        width: 200px;
        border: 1px dashed white;
        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: 270px;
        margin: 0 auto;
        transition: all .5s ease-in-out;
    }

    .list-el:last-child {
        border: none;
    }

    .prayers-text {
        margin: 5px;
        text-align: left;
    }

    .prayers-subtitle {
        color: #ff8c00;
    }

    #magnifiers {
        width: 100%;
        text-align: center;
    }

    #plusBtn, #minusBtn, #arrow {
        width: 40px;
        height: 34px;
        font-size: 3em;
        display: inline-block;
        cursor: pointer;
    }

    #plusBtn img, #minusBtn img, #arrow img {
        width: 100%;
        height: 100%;
    }
    
    #arrow img {
        width: 40px;
        height: 34px;
        font-size: 3em;
        display: inline-block;
        cursor: pointer;
    }

    .second-choir {
        color: #aaa;
    }
    
    .hr-span {
    	display: flex; 
    	justify-content: center; 
    	margin: 0; 
    	padding: 0;
    }   
    	
    .hr-line {
    	filter: invert(1); 
    	width: 50%; 
    	height: 20px; 
    	object-fit: cover; 
    	margin-bottom: -30px;
    }
    
    .title-div {
        width: 180px; 
        display: flex; 
        justify-content: center; 
        margin: 27px auto;
    }
    
    .title-img {
        object-fit: cover; 
        width: 100%;
    }
}