@charset "utf-8";

/*@import url('https://fonts.googleapis.com/
css?family=Abril+Fatface|Lato:100,100i,300,
300i,400,400i,700,700i,900,900i');*/

/*
font-family: 'Lato', sans-serif;
font-family: 'Abril Fatface', cursive;
*/


/* SELEKTORY html*/

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Lato', sans-serif;
}

nav {
	height: 60px;
	background-color: #777777;
}

footer {
	height: 250px;
	background-color: #376573;
	text-align: center;
}

ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #777777;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
	
	display: flex;
}

ol li {
	flex: 1 1 100px;
}

ol li a {
	text-decoration: none;
	color: white;
	
	display: block;
}

ol li a:hover {
	text-decoration: none;
	background-color: #376573;
	color: white;
}

a {
	text-decoration: none;
	color: white;
}

*{box-sizing: border-box; }

/* SELEKTORY id*/
#top {
	height: 800px;
}

#logo {
	height: 478px;
	width: 516px;
	margin: 0 auto;
	margin-top: 90px;
	background-image: url(../img/logo.png);
}

#top h1 {
	font size: 50px;
	text-align: center;
	margin-top: 60px;
	text-transform: uppercase;
	color: #333;
	font-weight: 900;
	letter-spacing: 20px;
}

#top h1 span {
	font-seight: 200;
}

#mainContent {
	height: 800px;
	background-color: #376573;
	color: white;
	padding-top: 190px;
}

#mainContent .container {display: flex}

article {
	flax: 1 1 400px;
	padding: 20px 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}

#mainContent h2	{
	font-size: 30px;
	text-align: center;
	padding-bottom: 50px;
	font-weight: 600;
	text-transform: uppercase;
}

#mainContent p {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 1px;
}

#picture {
	height: 800px;
	background-image: url(../img/zdjecie.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#picture h1 {
	font-size: 80px;
	font-weight: 900;
	text-align: center;
	padding-top: 280px;
	text-shadow: 3px 2px #773436;
	text-transform: uppercase;
	color: white;
	letter-spacing: 10px;
}

#picture h1 span {
	font-family: 'Abril Fatface', cursive;
	font-size: 60px;
}

#copy {
	color: #111;
	padding-top: 120px;
	padding-down: 20px;
	font-size: 15px;
}

#copy a {
	text-decoration: none;
	color: #111;
}

/* SELEKTORY class*/
.container {
	max-width: 1200px;
	margin: 0 auto;
}

.contactButton {
  background-color: #f4511e;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 0.7;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin-top: 50px;
}

.contactButton a { 
	text-decoration: none;
	color: white;
}

.contactButton:hover {opacity: 1}

.containerSocialMedia {
	padding: 10px;
}

.socialMedia {
	text-decoration: none;
	font-weight: 900;
	font-size: 20px;
	padding: 20px;
	float: left;
}

.socialMedia a {
	text-decoration: none;
	color: white;
	font-weight: 500;
	font-size: 20px;
	padding: 10px;
}

.up {
	text-align: right;
	padding: 20px;
	margin-right: 20px;
	font-size: 20px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	cursor: pointer;
}