body {
  background-color: #000000;
  background: url(images/bg.png) repeat;
  margin: 0;
  padding: 0;
  text-align: justify;
  color: #000000;
  font-size: 11px;
  font-family: "Playfair Display";
  line-height: 22px;
  border-top:560px solid #000000;
}

/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v11/2NBgzUtEeyB-Xtpr9bm1CUR-13DsDU150T1bKbJZejI.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v11/2NBgzUtEeyB-Xtpr9bm1CfoVn-aGdXvQRwgLLg-TkDk.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v11/2NBgzUtEeyB-Xtpr9bm1Cdhy5e3cTyNKTHXrP9DO-Rc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

header {
  background: url(images/header.png) no-repeat;
  margin: 0 auto;
  margin-top:-520px;
  width: 571px;
  height: 450px;
}

nav {
  position:relative;
  margin: 0 auto;
  background-color: transparent;
  width: 760px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  z-index: 15;
}

section {
  width:100%;
  margin: 0 auto;
  position: relative;
  text-align: justify;
  font-size: 2.2em;
  font-family: "Playfair Display";
  line-height: 40px;
  color: #000000;
  background-color: transparent;
}

article {
  width: 50%;
  background-color: transparent;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

a {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #000000;
}

a:hover {
  font-weight: normal;
  color:#424242;
}

nav a:link, nav a:active, nav a:visited {
  display: inline;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Playfair Display";
  font-size: 1.7em; 
  text-transform: uppercase;
  line-height: 15px;
  color: #ffffff; 
  padding: 20px;
  text-decoration:none; 
  text-align: center;
  border-bottom: 0px solid #ffffff;
}

nav a:hover {
  color: #ffffff; 
  text-decoration:none; 
  border-bottom: 0px dotted #dfcdbd;
}

h2 {
  font-family: "Playfair Display";
  font-size: 1.6em; 
  text-transform: uppercase;
  line-height: 28px;
  color: #000000; 
  background-color: transparent;
  text-align: center;
  letter-spacing: 4px; 
  font-weight: normal;
  margin: 0 auto;
  padding: 20px;
}

footer {
  padding: 50px;
  text-align: center;
  color: #828c90;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: "Playfair Display";
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: normal;
  background-color: transparent;
}

p {
  margin: 0px;
  color: #000000;
}

i {
  color: #474d5c;
}

img {
  border: 0px;
  margin: 0 auto;
  padding: 10px;
  background: #ffffff;
}

ul {
  list-style-type: square;
  color: #000000;
}

button {
  padding: 10px;
  background-color: #ffffff;
}

blockquote {
  font-weight: normal; 
  width: 80%; 
  font-size: 1em; 
  background-color: #ffffff;
  background: url(images/blockquotebg.png) repeat;
  text-align: justify;
  color: #000000;
  padding: 12px;
  margin: 0 auto;
  line-height: 35px;
  font-family: "Playfair Display";
}

input, select, textarea {
  padding: 5px; 
  margin: 2px;
  background-color: #ffffff; 
  color: #000000;
  text-align: justify;
  border:1px solid;
  font-family: "Playfair Display";
}