@charset "utf-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
body {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F8F5EA;
}


.row .col p vangdansk MMXXIV {
	font-weight: 300;
	font-size: x-small;
	font-style: normal;
}
.row .col .footer-text {
	font-weight: normal;
	background-color: #F4DCC4;
}
.row .col .footer-text2 {
	font-weight: normal;
	background-color: #A89A9A;
}


img {
	width: 100%;
	max-width:100%;
	height: auto;
	vertical-align: middle;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 200px;
	padding-top: 20px;
}

.style-nav ul{
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #FCCDB8;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	font-size: smaller;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	
}


a:link {
	color: #1C98F9;
	text-decoration: none;
}

a:hover {
	color: #1C98F9;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #198EE9;
	font-weight: bold;
	text-decoration: none;
}


.row:before, .row:after{
	content: "";
	display: table;
}
.row:after {
	clear:both;
}


.hero {
	background-size: cover;
	padding: 20px 20px 30px 20px;
	color: #F56265;
	text-align: center;
	text-shadow: 2px 2px 2px #2D0A0A;
	background-image: url("imagesJK/luciddream_banner_aanp3.jpg");
	opacity: 0.91;
	-webkit-box-shadow: 2px 2px 10px #350809;
	box-shadow: 2px 2px 10px #350809;
}

.hero2 {
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 350px;
	color: #F18587;
	text-align: center;
	text-shadow: 0 0 #2D0A0A;
	background-image: url("imagesJK/Mary_is_OKsq.jpg");
	opacity: 0.91;
	-webkit-box-shadow: 2px 2px 10px #350809;
	box-shadow: 2px 2px 10px #350809;
	background-repeat: no-repeat;
	background-size: cover;
}
.hero3 {
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 330px;
	color: #EDE4D3;
	text-align: center;
	text-shadow: #2D0A0A;
	background-image: url("imagesJK/autoportret_kwantowy.jpg");
	opacity: 0.91;
	-webkit-box-shadow: 2px 2px 10px #350809;
	box-shadow: 2px 2px 10px #350809;
	background-repeat: no-repeat;
	background-size: cover;
}
.hero4 {
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 330px;
	color: #C3AAAB;
	text-align: center;
	text-shadow: #2D0A0A;
	background-image: url("imagesJK/joanZoozebutKW.jpg");
	opacity: 0.91;
	-webkit-box-shadow: 2px 2px 10px #350809;
	box-shadow: 2px 2px 10px #350809;
	background-repeat: no-repeat;
	background-size: cover;
}
.hero5 {
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 330px;
	color: #342828;
	text-align: center;
	text-shadow: #2D0A0A;
	background-image: url("imagesJK/powielaczSQ.jpg");
	opacity: 0.91;
	-webkit-box-shadow: 2px 2px 10px #350809;
	box-shadow: 2px 2px 10px #350809;
	background-repeat: no-repeat;
	background-size: cover;
}
.col {
	width: 100%;
}
.h4 selected works {
}
.nota {
	padding-left: 100px;
	padding-right: 100px;
	font-weight: normal;
	font-size: small;
}







/*Tablet View*/
@media (min-width: 768px){
	
	
	.style-nav ul li {
		display: block;
	}
	.style-nav ul {
		text-align: center
	}
.hero {
	background-image: url("imagesJK/luciddream_banner_aanp3.jpg");
	background-size: cover;
	padding: 20px 20px 100px 20px;
	color: #4B090A;
	text-align: center;
}	

	.col-md-one-half {
		width: 50%;
	}
	.col {
		float: left; 
		padding: 0px 7px 14px;
	}
.nota {
	font-size: medium;
}
}


/*Desktop View*/
@media (min-width: 1024px){
	.style-nav {
	padding-right: 50px;
	}

.hero {
	background-image: url("imagesJK/luciddream_banner_aanp3.jpg");
	background-size: cover;
	padding: 20px 20px 100px 20px;
	color: #4B090A;
	text-align: center;
}

	
	.col-lg-one-fourth{
		width: 25%;
	}
		
}
