/*
    Theme Name: WOSP_Gubin
    Theme URI:
    Version: 1.0
    Author: Radosław Paradecki
    Author URI:	freod.github.com
    Description: Strona stworzona na Wielką Orkiestrę Światecznej Pomocy w Gubinie na rok 2020/2021
*/
html{
    margin:0 !important;
}
body{
    background: url("images/tlo.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size:cover;
    max-width:100%;  
}
img.custom-logo{
	height:	50px;
	width: 50px;
	position: relative;
}
.size-thumbnail img, .size-medium img, .size-large img, .size-full img {
    max-width: 100%;
    height: auto;
}
.navbar-nav{
    text-align: center;
    width: 100%;
}
.nav-link{
    padding: 15px 0;
}
.li-logo{
    width: 90px;
}
.menu{
    padding: 5px 10% 5px 10%;
    background-color: #e6e6e6;
}
.content{
    padding: 2%;
    position: relative;
    display: block;
    background-color: whitesmoke;
}
.footer{
    position: relative;
    background-color: #e6e6e6;
    color: rgba(0,0,0,.9);;
    background-color: #21272d;
    color: white;
}