  
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: latoregular, sans-serif;
  color: black;
  background-color: #d0d0d0;
  margin: auto;
  width: 96%;
  text-align: center;
}
  
h1 {
  text-align: center;
  font-size: x-large;
  font-weight: bold;
}
  
h2 {
  text-align: left;
  font-size: large;
  font-weight: bold;
}
  
pre {
}
 
.container { 
  margin-left: auto;
  margin-right: auto;
} 

.column {
  display: inline-block;
  padding: 0 2ex;
  text-align: left;
}

.center {
  text-align: center;
}
 
img {
  border: none;
  clear: none;
}
  
a:link {
  color: gray;
  text-decoration: none;
}
  
a:visited {
  color: #606060;
  text-decoration: none;
}
  
a:hover, a:active {
  color: gray;
  text-decoration: underline;
}
 
li.subclass {
  list-style-type: none;
  font-variant: small-caps;
  padding: .3em 0 0 0;
}
 
#photo {
  border: none;
  margin: 1em auto 1em 2em;
  width: 35%;
  text-align: left;
	float:left;
}
  
#kokarda {
  border: none;
  margin: 1em auto 10em 2em;
  width: 55%;
	float:right;
}
  
#maintext {
  border: 0;
  margin: 1em;
  width: 95%;
  text-align: center;
}
  
div#englishVersion, #polishVersion {
  width: 49%;
  float: left;
  text-align: left;
}
  
div#englishVersion h1 {
  background: url(obrazki/uk-flag.gif) center left no-repeat;
}

div#polishVersion h1 {
  background: url(obrazki/pl-flag.gif) center left no-repeat;
}
  
.about {
  padding: 1em;
  height: 12em;
}

.contact {
  padding: 1em;
  height: 10em;
  padding-bottom: 1em;
}
 
#socmedia {
  clear: both;
  text-align: center;
  margin: 1em;
  padding-top: 1em;
  border-top: 1px solid black;
}
 
#banner2 {
  clear: both;
  text-align: center;
  margin: 1em;
  padding-top: 1em;
  border-top: 1px solid black;
}
  
#banner2 div {
  display: block;
  width: 32%;
  float: left;
}
  
#banner {
  clear: both;
  text-align: center;
  margin: 1em;
  padding: .2em;
  border-top: 1px solid black;
}
  
#banner a {
  display: block;
  width: 23%;
  float: left;
}
  
address {
  clear: both;
  margin-top: 1em;
  padding: .2em;
  border-top: 1px solid black;
  text-align: left;
}

address img {
  vertical-align: top;
  clear: none;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0px; 
  clear: both; 
  visibility: hidden;
}

div#quotes p {
  white-space: pre;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-style: italic;
}

q:lang(pl) {
  quotes: "\201E" "\201D" "\2018" "\2019";
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

