/* 
primary color - #A21E36
*/

body, html{
    width: 100%;
    height: 100%;
    margin: 0;
}

.navbar-light .navbar-nav .nav-link{
    color: #A21E36;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 61, 61);
    text-decoration: none;
}

.navbar-light .navbar-toggler{
    color: #A21E36;
    border: none;
}

.navbar-light .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#A21E36' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}

.site-header{
    background-color: #FFFFFF;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
    color: #A21E36;
    transition: ease-in-out color .15s;
    text-decoration: none;
    background-color: transparent;
}
.site-header a:hover {
    color: rgb(255, 61, 61);
    text-decoration: none;
}


/* section welcome */
.main-image{
    background-image: url("../images/MainImage.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
}

.section-welcome{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.welcome-title{
    color: white;
    margin-right: auto;
    margin-left: auto;
}

.welcome-slogan{
    color: rgba(255, 255, 255, 0.9);
    margin-right: auto;
    margin-left: auto;
}

/* end of section welcome */

/* content */

.site-font{
    font-family: Georgia, Times, 'Times New Roman', serif;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%333333' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%333333' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-indicators li{
    background-color: #333333;
}

.carousel-indicators .active{
    background-color: #000000;
}

.carousel-page{
    width: 100%;
    max-height: calc(100vh - 48px);
}

.carousel-img{
    object-fit: contain;
    max-width: 100vw;
    max-height: calc(100vh - 70px);
    width: auto;
    height: auto;
}

.main-content{
    padding-top: 60px;
    padding-bottom: 60px;
}

.main-content-title{
    text-align: center;
}
/* end content */


/* event */

.event-cover{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: -2;
}

.event-cover-image{
    background-image: url("../images/event/bacground.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vh;
    height: 100%;
    z-index: -1;
    background-position: center;
    color: white;
    min-height: 50vh;
    max-height: calc(100vh - 70px);
}

.event-warper{
    padding: 2rem;
}

.event-text{
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
}


/* end of event*/

/* cards */

.card-poster-body{
    margin: auto;
    position: relative;
    z-index: 2;
    text-align: center;
    word-wrap: break-word;
}

.card-poster-image{
    width: auto;
    height: auto;
    max-height: calc(100vh - 48px);
    max-width: 100%;
}

.card-art-jewelry{
   
    position: relative;
    z-index: 2;
    min-height: 370px;
    max-width: 530px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    word-wrap: break-word;
}

.card-art-jewelry-image{
    width: 100%;
    height: 100%;
}

.card-product-body{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    position: relative;
    z-index: 2;
    min-height: 370px;
    max-width: 530px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    word-wrap: break-word;
}

.card-product-title{
}

.card-product-image{
    width: 256px;
    height: 256px;
}


/* end of cards */

/* cover */
.cover-container{
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    min-width: 100%;
}

.cover-content{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* end cover */

/* about */
.about-cover{
    height: 100%;
    width: 100%;
    background-image: url("../images/covers/about.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.about-slogan{
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 2.5rem;
}

.about-text{
    color: rgba(255, 255, 255, 0.9)
}
/* end of about */

/* founder */

.founder-container{
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 100%;
    height: 100%;
}

.founder-title{
    text-align: center;
}

.founder-avatar{
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.4);
    max-width: 240px;
    max-height: 240px;
}

.founder-avatar img{
    width: 100%;
    height: 100%;
}

.founder-statue{
    width: auto;
    max-height: 400px;
}

/* end of founder */

/* contact */

.contact-title{
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 3rem;
}

.contact-container{
    width: 100%;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.contact-cover{
    height: 100%;
    width: 100%;
    background-image: url("../images/covers/contact.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.contact-description{
    color: rgba(255, 255, 255, 0.85);
}

/* end of contact */

/* footer */

.section-footer{
    background-color: #202020;
    padding: 6rem 0;
    color: #999;
}

.section-footer-list a{
    color: #999;
}

.section-footer-list a:hover{
    color: #999;
}

.section-footer-list{
    list-style-type: none;
    padding-left: 0;
}

.section-footer-list-social-media{
    list-style-type: none;
    padding-left: 0;
}

.section-footer-list-social-media li{
    display: inline;
    padding-right: 5px;
}

.section-footer-copyright{
    margin-top: 30px;
    text-align: center;
}


/* end of footer*/



/* blog */

.blog-site{
    margin-top: 2rem;
    min-height: calc(100vh - 366px);
    max-width: 100vw;
}

.blog-post-container ul{
    padding: 0;
}

.blog-post-container{
}

.blog-post-container ul li{
    list-style-type: none;
    padding: 1rem 0px;
    border-bottom: 1px solid lightgray;
    height: 100%;
}

.blog-post {
    margin-bottom: 1rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.blog-post-photo{
    padding: 1rem;
    height: 100%;
    vertical-align: middle;
}

.blog-post-content{
    margin: 0;
}

.blog-post-ad{
    padding: 1.5rem;
}

/* end of blog */

.img-responsive{
    width: 100%;
    height: auto;
}

/* post */
.post-container{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.post-header-img{
    margin-top: 1rem;
    width: 100%;
    height: auto;
}

.post-content{
    margin-top: 2rem;
}
/* end of post*/

.photos-gallery{
    padding: 30px;
}

.photos-gallery img{
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

/* inclusions */
@media screen and (min-width: 678px) {
    .whalfera-wiszniewskii img{
        max-height: 85vh;
    }
}


/* end of inclucions */
