/*
Theme Name: twentyseventeen_child
Template: twentyseventeen
*/
@charset "UTF-8";
@import url('../twentyseventeen/style.css');
@import url('https://fonts.googleapis.com/css?family=David+Libre|Marcellus+SC|Volkhov');
body, button, input, select, textarea {
    font-family: 'David Libre', "Helvetica Neue", helvetica, arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Volkhov', serif;
}
body.has-header-image .site-title, body.has-header-video .site-title, body.has-header-image .site-title a, body.has-header-video .site-title a {
  font-family: 'Marcellus SC', serif;
}
.navigation-top {
  background: rgba(255,255,255,0.9);
}
.main-navigation a:hover {
  background: rgba(255,255,255,0.8);
}
footer {
  background-color: #23282d;
  color: #fff;
}
.site-footer .wrap {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.flexslider {
  z-index: 0;
}
/*#logo2 {
  position: absolute;
  top: 10%;
  right: 5%;
  left: auto;
  display: inline-block;
  width: 16%;
}
#logo2>img {
  position: static;
  min-height: 0;
  min-width: 0;
  width: 100%;
  height: auto;
  opacity:0.3;
}*/
#ptohocopy {
  position: absolute;
  bottom: 5.5em;
  right: 10px;
  display: inline-block;
  font-size: 11px;
  color: #eee;
}
#movieset {
  position: relative;
  width: 100%;
  background-color: #000;
  text-align: center;
  padding: 0 0 42.8% 0;
}
#movieset iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1000px;
  height: 100%;
}
.navigation-top .wrap {
    padding: 0 2em;
}
.lead {
  font-size: 1.6rem;
  line-height: 1.5;
    color: #fff;
  width: 100%;
  background-color: #000;
  text-align: center;
  margin: 0;
  padding: 2% 0;
}
@media screen and (min-width: 48em){
  .main-navigation a {
      padding: 1.5em 1.25em;
  }
  #ptohocopy {
    bottom: 6.5em;
  }
  .lead {
    font-size: 1.6rem;
    color: #fff;
    padding: 20px 0;
  }
  .lead span:before {content:"“";}
  .lead span:after {content:"”";}

}
