/*
Theme Name: Słoneczny Dom
Description: Słoneczny Dom
Version: 1.0
*/


.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#top {
    border-top: 9px solid #FD795F;
    padding-top: 6px;
    border-bottom: 6px solid #FD795F;
}

#top a{
    color: #000;
}

#top:before {
    border-top: 6px solid #5D74B2;
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#slider {
    background-image: url('images/paralaksa.jpg');
    min-height: 270px;
}

.home #slider{
    min-height: 570px;
}

#news {
    font-size: 0.9rem;
    
}

.news h5{
    color: #020F62;
    font-size: 1rem;
}

.news span.date{
    font-size: 0.8rem;
}


.bg-black{
    background-color: #47413F;
}

.bg-orange{
    background-color: #FD795F;
}



#para-dwa {
    background-image: url('images/paralaksa_szkic.jpg');
    min-height: 200px;
    border-top: 10px solid #FD795F;
}

.home #para-dwa{
    border: 0;
}


.tile {
    color: #fff;
}

#tiles .tile-0 {
    background-color: #5D74B3;
}

#tiles .tile-1 {
    background-color: #163FB0;
}

#tiles .tile-2 {
    background-color: #365ABB;
}

#tiles .tile-3 {
    background-color: #032991;
}

.page-title {
    background-color: #FD795F;
    color: #fff;
}

#tiles .tile:hover > div{
    background-color: #2c4288;
}


#about {
    background-color: #F2F1F1;
}

.yellow-font{
    color: #ffe400;
}

.yellow-font a{
    color: #ffe400;
}

footer {
    background-color: #484140;
    color: #fff;
}

#kadra{
    background-color: #FD795F;
    color: #fff;
    font-size: 0.9rem;
}
#kadra p{
    margin: 0;
}


.file-list:first-child {
    border-top: 1px solid #9e9e9e;
}

.file-list {
    border-bottom: 1px solid #9e9e9e;
    padding: 1.41575em;
    position: relative;
    color: #3d3c3c;
}

.file-list i {
    vertical-align: middle;
    margin-right: 15px;
    color: #3d3c3c;
}

.file-list a {
    color: #3d3c3c;
    vertical-align: middle;
}

.file-list:hover {
    background-color: #eeeeee;
}

.file-list:hover>i,
.file-list:hover>a {
    color: #e21e25;
}