@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');

* {
	box-sizing: border-box;
	font-family: 'Josefin Sans', sans-serif;
}

body {
	margin: 0;
	overflow-x: hidden;
	color: silver;
	background-color: silver;
}

body h2 {
	padding-left: 11%;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: inline-block;
	margin-top: 100px;
	font-size: 22px;
	font-weight: bold;
}

body h3 {
	text-align: right;
	font-size: 24px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 0px;
}

/*START GRID */
.row:before,
.row:after {
	content: '';
	clear: both;
	display: block;
}

[class*='col-'] {
	float: left;
	margin: 0 auto;
}

.col-1 {
	width: 8.33%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33%;
}
.col-5 {
	width: 41.66%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33%;
}
.col-8 {
	width: 66.66%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.66%;
}
.col-12 {
	width: 100%;
}
.col-offset-1 {
	margin-left: 8.33%;
}
.col-offset-2 {
	margin-left: 16.66%;
}
.col-offset-3 {
	margin-left: 25%;
}
.col-offset-4 {
	margin-left: 33.33%;
}
.col-offset-5 {
	margin-left: 41.66%;
}
.col-offset-6 {
	margin-left: 50%;
}
.col-offest-7 {
	margin-left: 58.33%;
}
.col-offest-8 {
	margin-left: 66.66%;
}
.col-offest-9 {
	margin-left: 75%;
}
.col-offest-10 {
	margin-left: 83.33%;
}
.col-offest-11 {
	margin-left: 91.66%;
}
/* END GRID */

/* media queries - komputery */
nav {
	text-align: center;
	background-color: black;
	width: 100%;
	position: fixed;
	z-index: 1;
	box-shadow: 0px 3px 5px;
}

nav ul {
	margin: 0;
	padding: 10px 0px;
}

nav ul li {
	display: inline;
}

nav ul li a {
	text-decoration: none;
	padding: 0 0.3em;
	font-size: 23px;
	letter-spacing: 3px;
	color: white;
}

nav ul li a:visited {
	text-decoration: none;
	color: white;
}
nav ul li a:hover,
nav ul li a:active {
	text-decoration: none;
	color: rgb(20, 193, 220);
}

footer {
	font-size: 0.9em;
	text-align: center;
	color: black;
	padding: 16px 0 0px;
}

footer a {
	text-decoration: none;
	padding: 0.3em;
	color: black;
}

footer a:visited {
	text-decoration: none;
	color: black;
}

footer a:active,
footer a:hover {
	text-decoration: underline;
	color: black;
}

img.galleryImg {
	height: 320px;
	width: auto;
	margin: 10px auto;
	padding: 5px 10px;
}

i {
	size: 2rem;
}

.header {
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	padding: 20px 0px;
	display: block;
	padding-top: 110px;
}

.headerFace {
	float: left;
	width: 100%;
	max-width: 80px;
	margin: 10px auto;
	padding-left: 80px;
}

.headerFace img {
	border: 2px solid;
	border-radius: 50px;
	height: 80px;
	padding: 0.5em;
	margin: 10px 0 0 30px;
}

.headerQuote {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	text-align: right;
	letter-spacing: 6px;
}

.headerQuote h1 {
	margin: 0 auto;
	padding: 25px 141px 0 0;
}

.headerQuote img {
	margin: 0 auto;
	height: auto;
	width: 180px;
	margin: 30px 110px 0px 0px;
}

.aboutMe {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	color: black;
	padding: 40px;
}

.aboutMe p {
	text-align: justify;
	line-height: 34px;
	font-size: 1.2rem;
}

.gallery {
	padding-bottom: 100px;
}

.galleryQuote {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 12px;
}

.galleryPabloPicasso {
	font-size: 17px;
	line-height: 70px;
}

.galleryImages {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.vernissages {
	color: black;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	text-align: center;
	background-color: ;
	padding: 40px 0px 100px 80px;
}

.vernissages ul li {
	list-style-type: none;
	font-size: 22px;
	line-height: 50px;
	text-align: left;
}

.vernissagesVideo {
	align-items: center;
	margin: 0 auto;
	max-width: 350px;
	padding: 20px 0;
}

.vernissagesVideo .fb-video {
	padding: 15px;
	margin: 5px;
}

.contact {
	text-align: left;
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	padding: 80px 0 90px 80px;
}

.contact p {
	font-size: 20px;
	line-height: 50px;
}

.contact p i {
	font-size: 25px;
	color: #14c1dc;
	line-height: 50px;
	text-decoration: none;
}

.contact p a {
	text-decoration: none;
	color: silver;
}

.contact p a:visited {
	text-decoration: none;
	color: silver;
}

.contact a:active,
.contact a:hover {
	text-decoration: none;
	color: #14c1dc;
}

#header {
	background-color: black;
	color: silver;
}

#aboutMe h2:before {
	content: '';
	display: block;
	width: 70px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
	height: 4px;
	top: 11px;
	left: -100px;
	background-color: #14c1dc;
}

#gallery {
	background-color: black;
	color: silver;
}
#gallery h2:before {
	content: '';
	display: block;
	width: 80px;
	border-top: 1px solid #14c1dc;
	border-bottom: 1px solid #14c1dc;
	position: relative;
	height: 4px;
	top: 11px;
	left: -100px;
	background-color: black;
}

#vernissages h2:before {
	content: '';
	display: block;
	width: 80px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	position: relative;
	height: 4px;
	top: 11px;
	left: -100px;
	background-color: #14c1dc;
}

#contact h2:before {
	content: '';
	display: block;
	width: 80px;
	border-top: 1px solid #14c1dc;
	border-bottom: 1px solid #14c1dc;
	position: relative;
	height: 5px;
	top: 11px;
	left: -100px;
	background-color: black;
}

#contact {
	background-color: black;
	color: silver;
}

@media (max-width: 767px) {
	body h1 {
		font-size: 18px;
	}

	body h2 {
		font-size: 18px;
	}

	nav {
		margin: 0 auto;
		width: 100%;
	}

	nav ul {
		margin: 0 auto;
		width: 100%;
	}

	nav ul li {
		display: inline-block;
	}

	nav ul li a {
		font-size: 10px;
		margin: 0 auto;
		width: 100%;
		line-height: 40px;
	}

	img.face {
		border: 2px solid;
		border-radius: 50px;
		height: 50px;
		padding: 0.5em;
	}

	img.galleryImg {
		height: auto;
		width: 220px;
		margin: 10px auto;
		padding: 5px 10px;
	}

	.header {
		width: 100%;
		margin: 0px auto;
		padding: 20px 0px;
		display: block;
		padding-top: 110px;
	}

	.headerFace {
		float: left;
		width: 100%;
		max-width: 75px;
		margin: 0px auto;
		padding-left: 0px;
	}

	.headerFace img {
		border: 2px solid;
		border-radius: 50px;
		height: 60px;
		padding: 0.5em;
	}

	.headerQuote {
		width: 100%;
		margin: 0 auto;
		text-align: right;
		letter-spacing: 4px;
	}

	.headerQuote h1 {
		margin: 0 auto;
		padding: 23px 1px 0 0;
	}

	.headerQuote p {
		margin: 0 auto;
	}

	.headerQuote img {
		margin: 0 auto;
		height: auto;
		width: 150px;
		padding: 20px 20px 0px 0px;
	}

	.aboutMe {
		padding: 20px 0px;
	}

	.aboutMe p {
		font-size: 15px;
	}

	.gallery h3 {
		font-size: 18px;
		margin: 0 auto;
	}

	.galleryQuote {
		padding: 50px 0 40px;
	}

	.galleryQuote h3 span {
		line-height: 40px;
	}

	.galleryPabloPicasso {
		font-size: 14px;
	}

	.vernissages {
		margin: 0 auto;
		width: 100%;
		margin: 0 auto;
		padding: 30px 5px 0px;
	}

	.vernissages ul li {
		font-size: 15px;
	}

	.fb-video {
		margin: 0 auto;
	}

	.vernissages ul {
		padding: 0 0;
	}

	.contact p {
		font-size: 10px;
		line-height: 50px;
	}
}
