/* 
    Created on : 2018-12-24, 00:29:16
    Author     : proart.lodz.pl
*/

body{
    background-color: #94c840;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
}
.navbar{
    border-radius: 0px;
}
.children{
    margin-bottom: 25px;
}
h1{
    margin: 0;
    font-size: 20px;
}
.navbar-brand{
    text-decoration: none;    
}
h2{
    font-size: 20px;
    border-bottom: 1px dotted;
    font-weight: bold;
    padding-bottom: 5px;
}
h3{
    font-size: 20px;
}
hr{
    border-style: dotted;
    border-color: black;
    margin: 0;
    padding-bottom: 10px;
}
ul{
    padding-left: 21px;
}
.red{
    color: #f00;
}
.ta-center{
    text-align: center;
}
.ta-left{
    text-align: left;
}
footer{
    margin-top: 40px;
    font-size: 16px;
}
p{
    text-align: justify;
}
.container{
    margin-bottom: 15px;
}
a, a:visited, a:hover{
    color: #000;
    text-decoration: underline;
}
.ta-left > p{
    text-align: left;
}
.italic{
    font-style: italic;
}
.ta-center > p{
    text-align: center;
}
iframe{
    width: 100%;
    height: 470px;
    margin-bottom: 25px;
}
.navbar-nav>li>a {
    text-decoration: none;
    border-bottom: solid 1px #2f2929;
}
.navbar-nav>li {
    border-bottom: solid 1px #0f0f0f;
}
video{
    width: 100%;
}