body {
	font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 300;
	padding-top: 54px;
	color: black;
}

.alignright {
    float: right;
    margin: 0 0 10px 40px;
}

.alignright {
    float: left;
    margin: 0 40px 10px 0;
}

.aligncenter {
    text-align: center;
    margin: 0 auto 10px auto;
}

.post_content {
    text-align: justify;
}

.page_content {
    margin-top: 20px;
    line-height: 1.8em;
}

.page_content ul {
    list-style-type: square;
    padding: 0 0 0 50px;
}

.page_content ul li {
    padding: 5px 0;
}

.page_content img {
    max-width: 100% !important;
    height: auto !important;
}

strong,b {
    font-weight: 500;
}

.logo-size {
    max-height: 40px;
    margin-right: 10px;
}

iframe {
    width: 100%;
}

@media (min-width:992px) {
	body {
		padding-top: 0;
		padding-left: 17rem
	}
}



h1, h2, h3, h4, h5, h6 {
    text-align: left;
	font-family: 'Saira Extra Condensed', serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #343a40;
}
h1 {
	font-size: 4rem;
	line-height: 3.5rem
}
h2 {
	font-size: 3rem;
    text-align: center;
}

div.piotr { 
	background-image: url('tlonowe.jpg');
	
 }
 
 table {
	margin-left: auto;
	margin-right: auto;
	
	
 }
 


piotr { color: #ffffff }
.subheading {
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Saira Extra Condensed', serif;
	font-size: 1.35rem;
    letter-spacing: 10px;
}
.list-social-icons a {
	color: #495057
}
.list-social-icons a:hover {
	color: #bd5d38
}
.list-social-icons a .fa-lg {
	font-size: 1.75rem
}
.list-icons {
	font-size: 3rem
}
.list-icons .list-inline-item i:hover {
	color: #bd5d38
}
#sideNav .navbar-nav .nav-item .nav-link {
	font-weight: 600;
	text-transform: uppercase
}
@media (min-width:992px) {
	#sideNav {
		text-align: center;
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		width: 17rem;
		height: 100vh
	}
	#sideNav .navbar-brand {
		display: flex;
		margin: auto auto 0;
		padding: .5rem
	}
	#sideNav .navbar-brand .img-profile {
		max-width: 10rem;
		max-height: 10rem;
		border: .5rem solid rgba(255, 255, 255, .2)
	}
	#sideNav .navbar-collapse {
		display: flex;
		align-items: flex-start;
		flex-grow: 0;
		width: 100%;
		margin-bottom: auto
	}
	#sideNav .navbar-collapse .navbar-nav {
		flex-direction: column;
		width: 100%
	}
	#sideNav .navbar-collapse .navbar-nav .nav-item {
		display: block
	}
	#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
		display: block
	}
}

hr {
    background: none;
    width: 100%;
    height: 1px;
    border: 0;
    border-bottom: 3px dotted #D4C1BA;
    margin: 40px 0;
}

.center {
    text-align: center;
    margin: 0 auto;
}

section {
    border-bottom: 3px dotted #D4C1BA;
}

section.resume-section {
	border-bottom: 1px solid #dee2e6;
	padding-top: 5rem!important;
	padding-bottom: 5rem!important
}
section.resume-section .resume-item .resume-date {
	min-width: none
}
@media (min-width:768px) {
	section.resume-section {
		min-height: 100vh
	}
	section.resume-section .resume-item .resume-date {
		min-width: 18rem
	}

}
@media (min-width:992px) {
	section.resume-section {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
}

@media (max-width:400px) {
    .page_content img {
        float: none;
        display: block;
        margin: 15px auto;
        max-width: 95%;
    }
}

.bg-primary {
	background: linear-gradient(#BD6A38,#6F3415) !important;
}
.text-primary {
	color: #bd5d38!important
}
a {
	color: #bd5d38;
    text-decoration: none;
}
a:active, a:focus, a:hover {
	color: #824027;
    text-decoration: none;
}

.smaller {
    font-size: 2em;
    text-transform: none;
}

.photobg {
    background-image: url('../img/bg.jpg');
    background-size: cover;
}

.date {
    font-size: 0.6em;
    color: #c0c0c0;
}

.nav_links {
    text-align: center;
    margin: 0 auto;
    padding: 20px 10px;
    font-weight: 500;
}

.control-label {
    font-weight: 400;
}

.ngg-osoby {
    line-height: 1.6em;
    font-size: 0.9em;
    text-align: center;
}

.fotka {
    padding: 10px;
}

.ngg-navigation {
    font-weight: 500;
    font-size: 1.4em;
}

.ngg-navigation a, .ngg-navigation span {
    display: inline-block;
    padding: 5px;
}

.gallery-box {
    padding: 40px 0;   
    border-bottom: 3px dotted #D4C1BA;
    text-align: left;

}

.gallery-box img {
    width: 100%; }


