/*
Theme Name: Topornia
Description: topornia.pl
Version: 1.0
*/


body {
    font-family: 'Roboto', sans-serif;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.red-tp {
    color: #AE281A;
}

@media (min-width: 768px) and (max-width: 991.98px) { #mega-menu-wrap-navbar{
    width: 800px;
    overflow: visible;
} }

.bg-red-tp {
    background-color: #AE281A;
}

header i{
    transition: 1s all;
    -webkit-transition: 1s all;
}

header i:hover{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

header a{
    color: #000;
}

@media (min-width: 1200px) { #boxy{
    margin-top: -200px;
    position: relative;
    z-index: 999;
} }

#boxy {
    
    line-height: 1.3;
}

.info-box {
    background-color: #fff;
}

h3.info-title {
    background: url('images/tlo.png') center repeat-y;
    color: #fff;
    text-transform: uppercase;
}

.info-text p {
    margin-bottom: 5px;
}


.card-footer {
    background-color: #fff;
}

#about {
    background-color: #faf9f8;
}


h4.section-title {
    text-align: center;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 10px;
}


#offer{
    background: url('images/wtle_domki.jpg') center no-repeat;
}


#photo-carousel{
    background-color: #424245;
    color: #fff;
}

#page-title{
    background-color: #7a818a;
}


#circles a{
    color: #000;
}

.home #circles a{
    color: #fff;
}


.home #circles {
    background-color: #424245;
}

#circles img{
    transition: 1s all;
    -webkit-transition: 1s all;
}

.page #circles img{
    border: 5px solid #a72517;
}

.home #circles img{
    border: 0;
}

#circles img:hover{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

#slogan {
    background-image: url('images/papa.jpg');
    font-size: 1.5rem;
}


#contactt{
    background-color: #424245;
}

#contactt a{
    color: #fff;
}