@font-face {
  font-family: "Gemola";
  src: url("fonts/Gemola-Regular.ttf") format("truetype");
  src: url("fonts/Gemola-Regular.otf") format("opentype");
}

.bkg-tan{ background: #ece3cf}

body{
  font-family: "futura-pt", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: larger;
}

h1, h2, h3, h4, .h3, h2.h1{
  font-family: Gemola, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

a{
  color:#ece3cf;
  transition: all 300ms ease-in;
}
a.dark{color: #292423}
a:hover, a:focus, .top-bar a:hover, .top-bar a:focus{color: #d4ae41}


footer{
  color: #fefefe;
  background-color: #292423;
  /*border-top: 1.25rem solid #ece3cf;*/
  padding: 0.5rem 3rem 1.2rem;
}
footer p{  font-size: 0.8rem;}

nav{
  z-index: 1000;
}
nav.orbit-bullets {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.button{font-size: 1rem}
.button{
  color:#ece3cf;
  background-color: #3b2f2c;
  border: solid 1px #d4ae41;
}
.button.white{
  color: #292423;
  background-color: #fefefe;
}
.button:hover, .button:focus, .button.white:hover,.button.white:focus{
  color: #292423;
  background-color: #ece3cf;
}
.button-group{margin-bottom: 0;}
.button-group.stacked .button{margin-bottom: 0.5rem;}

#hud {
  height: 2.25rem;
  width: auto;
  float: left;
  margin-right: 0.5rem;
  fill: #fefefe;
}

#logo-mlinc{
  width: 190px;
  height: auto;
}
#logo-dcfoot{
  max-width: 320px;
}

#signup{
  padding: 2.5rem 1.5rem;
}

.agent{
  border-radius: 50%;
  overflow: hidden;
  width: 65%;
  height: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

/*.angle{
  clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
}*/

.center-block{
  padding: .875rem;
}

.contact{
  padding: 0 1.5rem 1.25rem;
}

.disclaimer{
  font-size: 0.8rem;
}

a.fixed{
  width: 100%;
  text-align: center;
}

.grade{
  /*background: rgb(32,34,29);*/
  background: -webkit-linear-gradient(bottom, rgba(32,34,29,0) 0%, rgba(32,34,29,.8) 80%);
  background: -o-linear-gradient(bottom, rgba(32,34,29,0) 0%, rgba(32,34,29,.8) 80%);
  background: linear-gradient(to top, rgba(32,34,29,0) 0%, rgba(32,34,29,.8) 80%);
}
.half-shade {
  color: #ece3cf;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  padding: .25rem;
  background: rgb(32,34,29);
  background: -webkit-linear-gradient(left, rgba(32,34,29,0) 0%, rgba(32,34,29,.8) 80%);
  background: -o-linear-gradient(left, rgba(32,34,29,0) 0%, rgba(32,34,29,.8) 80%);
  background: linear-gradient(to right, rgba(32,34,29,0) 0%, rgba(32,34,29,.8) 80%);
}
.highlight{margin-bottom: 1.25rem}
.hotspot {
  fill: red;
  opacity: 0;
  transition: opacity 250ms ease-in;
}
.hotspot:hover, .hotspot:focus{
  opacity: 0.3;
  cursor: pointer;
}

#interactive{
  width: 100%;
}

.more{
  text-decoration: underline;
}

.plogo{
  width: 35vw;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.relative{position: relative}

.reveal .highlight img{
  width: 50%;
}

.snipe, .pgtitle{
  width: 100%;
  padding: .875rem;
}
.space3{
  margin-bottom: 3rem;
}

.show-for-small-only .logo{
  position: absolute;
  width: 80vw;
  height: auto;
  top: 4px;
  left: 10vw;
  z-index: 10;
}

.top-bar {
  background: rgb(32,34,29);
  background: -webkit-linear-gradient(bottom, rgba(32,34,29,0) 0%, rgba(32,34,29,1) 80%);
  background: -o-linear-gradient(bottom, rgba(32,34,29,0) 0%, rgba(32,34,29,1) 80%);
  background: linear-gradient(to top, rgba(32,34,29,0) 0%, rgba(32,34,29,1) 80%);
}
.top-bar {padding: 1.5rem .5rem}
.top-bar a{
  font-size: large;
  color: #fefefe;
}
.top-bar ul{
  background: transparent;
}
ul .submenu{
  background: rgba(32,34,29,.8);
}
.top-bar .logo{
  width: 80vw;
  height: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  border-color: #fefefe transparent transparent;
}
.dropdown.menu.vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #fefefe;
}
.dropdown.menu>li.is-active>a{color:#d4ae41;}

.faq p{
  margin-left: 3rem;
}
.faq h3, .feats .h3{text-decoration: underline}
.faq p.h5{
  font-style: oblique;
  margin-left: 0;
  margin-bottom: 0;
}
.faq ul{
  margin-left: 4.25rem;
}

.link{
  position:relative;  
  overflow: hidden;
}
.link.radius{
  border-radius: 50px;
}
.link-hover{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  transition: all 300ms ease-in;
}
.link-hover:hover, .link-hover:focus{
  background: rgba(0,0,0,.8);
}
.link h2, .link h3{
  font-family: Gemola, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  position: absolute;
  /*width: 100%;
  height: 100%;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media print, screen and (min-width: 40em) {
  header{
    margin-bottom: 3rem;
  }
    
  a.fixed{
    position: absolute;
    width: auto;
    height: auto;
    left: 1rem;
    bottom: 0.5rem;
  }
  
  .reveal header{margin-bottom: auto}
  
  .center-block{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .contact{
    padding: 0 3rem;
    border-right: 1px solid #000;
  }
  
  .half-shade{    
    width: 60%;
    padding: 0 1.5rem 0 6rem;
  }
  .half-shade>p{
    margin-top: 50%;
    margin-bottom: 0;
    transform: translateY(-50%);
  }
  
  .plogo{
    width: 350px;
  }
  
  .scroll-container{
    padding-left: 1.25rem;
  }
  
   .snipe, .pgtitle{
     color:#f9efdc;
     padding: 1rem;
     position: absolute;
     height: auto;
     width: 60vw;
     top: 60%;
     right: 3rem;
     transform: translateY(-50%);
     background: rgb(32,34,29);
      background: -webkit-linear-gradient(bottom, rgba(32,34,29,.2) 0%, rgba(32,34,29,.8) 80%);
      background: -o-linear-gradient(bottom, rgba(32,34,29,.2) 0%, rgba(32,34,29,.8) 80%);
      background: linear-gradient(to top, rgba(32,34,29,.2) 0%, rgba(32,34,29,.8) 80%);
  }
  .pgtitle{
    left: 3rem;
    right: auto;
  }
  
  .top-bar{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  
  .top-bar .logo{
    width: 450px;
    margin-left: 1rem;
    transform: none;
  }
  #index .top-bar .logo{
    width: 47vw;
  }
}

@media print, screen and (min-width: 64em) {
  .agent{
    width: 75%;
  }
  
   .half-shade{    
    width: 40%;
    padding: 0 1.5rem 0 8rem;
  }
  
   .snipe, .pgtitle{
     padding: 1.5rem;
     width: 50vw;
     top: 50%;
  }
  #index .snipe{
    transform: translateY(0);
  }
  .pgtitle{
    padding: 0 1rem;
    top: 68%;
  }
  
  .split-column{
    column-count: 2;
    column-gap: 2.5rem;
  }
  
  .top-bar .logo{
    margin-left: 2rem;
  }
}

/*fade scroll form*/
@keyframes fade-in {
   0%   {top: 0; opacity: 0;}
  100% {top: 50vh; opacity: 1;}
}
@media screen and (max-width: 650px) {
  .scroll-container,
  .scroll-container:nth-of-type(even) {
    flex-direction: column;
    align-content: inherit;
  }

  .scroll-element {
    height: 100%;
  }

  .scroll-element,
  .scroll-caption {
    width: calc(100% - 1.9375rem);  }
}
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}
.js-scroll.scrolled {
  opacity: 1;
}
.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

