
body {
  margin: 0;
  padding: 0;
  font-family: 'EB Garamond', serif;
  outline: 0;
  /*background: url("../images/bg.jpg") no-repeat;*/
}
body, html {
  height: 100%;
}

video {
  height: 100%;
  width: 100%;
}

body img {
  border: none;
}

h1 {
  color: #222;
  font-weight: 700;
  font-size: 36px;
}
h2 {
  color: #000;
  font-weight: 700;
  font-size: 30px;
}
h3 {
  color: #222;
  font-weight: 700;
  font-size: 26px;
}
h4 {
  color: #000;
  font-weight: 700;
  font-size: 22px;
}
h5 {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
h6 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

p{
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
a:hover, a:focus {
    color: #b38441;
    text-decoration: none;
}
:target {
    display: block;    
    position: relative;     
    top: -300px;
    visibility: hidden;
}
section.wrap {
  background-image: url("../images/bg.jpg");
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  padding: 50px 0;
  display: block;
  min-height: 100%;
}
section.wrap img.logo{
  min-width: 300px;
  max-width: 400px;
}

section.wrap p, section.wrap h1, section.wrap h2, section.wrap h2 a{
  font-size: 22px;
  margin: 0;
  color: #fff;
  line-height: 32px;
  font-weight: normal;
  text-align: justify;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7);
}
section.wrap h1, section.wrap h2, section.wrap h2 a{
  font-size: 26px;
  text-align: center;
}
section.wrap h2, section.wrap h2 a{
  font-size: 32px;
}

@media (max-width: 768px) {
  section.wrap img.logo{max-width: 300px;}
}
