/*
 * Author: drukapka.pl
 * Author URL: http://drukapka.pl/
 * Project Name: Drukapka Template
 * Version: 1.0
 * URL: http://drukapka.pl/
 */
 
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700|Ubuntu&subset=latin-ext';


html,
body {
	background: #fff; 
	color: #222;
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

:hover {
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

a:active, a:visited, a:hover, a:focus {
	outline: none;
	-moz-outline: none;
}

.h2, h2 {
	color: #FEB300;
	margin: 0.5em 0;
	padding: 0;
	font-weight: 400;
	line-height: 1.4em;
	font-size: 1.5em;
}

a, p {
	line-height: 1.8em;
}

a, a:focus {
	color: #FEB300;
}

a:hover {
	color: #E58F00;
}

a, a:hover, a:focus{
	text-decoration: none;
}

@media (min-width: 1400px) {
  .container {
    width: 1200px;
  }
}

.logo {
	margin: 150px auto;
}

h2, p {
	text-align: center;
}

.bigger {
	font-size: 20px;
}
