/*
Theme Name: Parafia MBNP
Text Domain:
Version: 0.6
Description:
Tags:
Author: FAST llama - Bartłomiej Werewka
Author URI: https://fastllama.pl
*/


/*
Dodać maksymalne wymiary do obrazków lustrujących posty na stronie głównej
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');

html, body {
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.main-container {
    padding-left: 0;
    padding-right: 0;
}

.topLogoImg {
    max-height: 80px;
    padding: 15px;
    margin-left: 35px;
}

.content {
    padding: 40px 0 40px 0;
}

#menu, #menuBar {
    background-color: #FFBF4D;
    color: #402E32;
}

#frontImage {
    background-image: linear-gradient(transparent 40%, black), url('./assets/images/kosciol.jpeg');
    background-size: cover;
    min-height: 80vh;
    position: relative;
}

#siteName {
    position: absolute;
    bottom: 150px;
    margin-left: 50px;
}

#siteName > h1 {
    font-weight: 700;
    color: white;
}

hr.yellow {
    border: none;
    background-color: #FFBF4D;
    height: 6px;

}

.front-data {
    font-size: 14px;
}

#footer {
    background-color: #402E32;
    color: white;
    padding: 50px;
}

.footer-col {
    border-bottom: 5px solid #FFBF4D;
}

#entries, #icon {
    margin-top: 50px;
    margin-bottom: 50px;
}

.frontpage-news {
    border: 1px solid rgba(190, 190, 190, 0.7);
    padding: 10px;
    border-radius: 0 0 10px 10px;
    background-color: #fcfcfc;
    min-height: 200px;
}

.frontpage-news-image {
    margin-bottom: 10px;
}

a.redemptor {
    color: #402E32;
}

#frontSlider {
    background-color: #FFBF4D;
    min-height: 100px;
    padding: 50px;
}

#icon {
    padding: 20px;
}

#postTop {
    margin-top: 50px;
    margin-bottom: 50px;
}


@media only screen and (min-width: 993px) {

}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 765px) {

}

/*

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}*/

#footer a {
    color: white;
}