html {
  scroll-behavior: smooth;
}

/*colors*/
.navy{
  color: #182a34;
  fill: #182a34;}
.gray{color:#7d887e}
.white{color: #fefefe}
.red{color: #DD0003}

a{
  color: #182a34;
  transition: 300ms ease-in-out;}
a:focus, a:hover{color: #7d887e;}
a.light{color:#FFAE00}
a.light:focus, a.light:hover{color:#CC8B00}

.button{background: #182a34;}
 .button:focus, .button:hover{background: #7d887e;}


body, .reveal{ 
  background: #182a34;
  background: linear-gradient(180deg, rgba(0,0,4,1) 0%, rgba(24,42,52,1) 50%, rgba(19,109,119,1) 100%);
  color: #fefefe;
  font-family:"Open Sans",  "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;}

dd {
    margin-bottom: 1.5rem;}
dl dt {
    margin-bottom: 0;}

figure{margin-bottom: 1.25rem;}

footer{
  padding-top: 1.5rem;
  margin-top: 1rem;
}

header, .header{
  width: 100%;
  text-shadow: 2px 2px 3px #000;}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{ font-family: 'Playfair Display', serif;}
h1,.h1{ font-family: 'Allura', cursive; font-size: 2rem;}
.faq h4{text-decoration: underline}

img.float-right{
  padding: 1rem 0 0.5rem 1rem;
}
img.float-left{
  padding: 1rem 1rem 0.5rem 0;
}

main{
  padding-top:1.25rem;
}

nav{
  width: 100%;
  z-index: 990;
}
nav .logo{
  height: 1.75rem;
  fill: #182a34;
  stroke-width: 0px;
  padding-left: 1rem
}
nav .menu a{font-size: 0.9rem}
nav .menu a:focus, nav .menu a:hover{color: #fefefe;}

ul.disc{
  list-style-type: circle;
}

#hud{
  height: 24px;
  width: auto;
  fill:#c5c3bb;
  margin-left: 1rem;
  margin-top: 0.7rem;
}

#index .orbit-image{filter: brightness(.8);}

#logo {
  width: 80%;
  margin-bottom: 2rem;}

#news article{
  border-bottom: 0.5px solid #fefefe;
}

.accordion{
  color: #fefefe;
  background: transparent;}
.accordion-content{
  color:#fefefe;
  background: transparent;}
.accordion-content ul{margin-bottom: 1rem}
.accordion-item{    border-bottom: 2px solid transparent;}
.accordion-title {background-color: #e6e6e6;}
.accordion-title::before{
  font-size: 1.8rem;
  top:40%;}

.button.rounded{
  border-radius: 6px;
}

.caps{text-transform: uppercase}

.copy{
  color: #fefefe;
}

.disclaimer, figcaption{
  font-size: 0.75rem;
  line-height: 1.2;
  font-style: oblique;
}

.features ul{
  text-align: left;
}

.gallery-link{
  margin-top: 1.5rem;
}

.hit {
  fill: #ffe025;
  opacity: 0;
  transition: opacity 450ms ease-in-out;
      }
.hit:hover, .hit:active{
  cursor: pointer;
  opacity: 0.4;
}

.hr{
  border-top: 0.5px solid #fefefe;
}

.list{
  /*line-height: 1;*/
  margin-bottom: 0
}

.logo-gha, #logo-hud, #gha_realty_logo{
  height: 45px;
  width: auto;
}

footer p, .footer p{
  font-size: 0.875rem;
}

.pop-header .logo{
  fill:#fefefe;
  width: 40vw;
  height: auto;
}

.relative{position:relative}

.snipe, .banner-snipe, .snipe-round{
  background-color: darkred;
  color: #fefefe;
  padding: 1rem;
}
.banner-snipe.lowbar{
  padding: 0;
}
.snipe-round{
  background-color: #a20502;
}

.social a svg{
  stroke: #ffae00;
  transition: 500ms ease-in-out;}
.social a:hover svg, .social a:focus svg{
  stroke:white;
}
.sold p{
  text-transform: uppercase;
  text-align: center;
  font-weight: bolder;
  font-size: 500%;
  color: darkorange;
  position: absolute;
  width: 100%;
  top: 50%;
  left: auto;
  transform: translateY(-50%) rotate(-12deg);
  letter-spacing: .5rem;
}

.top-bar, .top-bar ul{
  transition:  all 400ms ease-in-out;
}
.top-bar ul.is-dropdown-submenu{
  background-color: rgba(255,255,255,0.85);
}
.top-bar ul.is-dropdown-submenu a:hover{
  background-color: rgba(24,24,24,0.9);
}

@media print, screen and (min-width: 40em){  
  /*header, .header{ padding-bottom: 30px;}*/
  
  h1, .h1{font-size: 3.5rem;}
  
  main{margin-bottom: 2.5rem;}
  
  nav{ position: fixed;}
  
  #logo{
  width: 50vw;}
  
  .copy{
    position: absolute;
    top: 22%;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    max-width: 70vw;
  }

.moves, .moves-r{
  position: relative;
  transform: translateX(60px);
  opacity: 0.2;
  transition: 2s all ease;
}
  .moves-r{transform: translateX(-60px);}
  .moves.active, .moves-r.active{
    transform: translateX(0);
    opacity: 1;
  }  

section.scroll{
  min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
  
  .snipe, .snipe-round{
    position: absolute;
    width: 12rem;
    height: 12rem;
    top: 150px;
    left: 100px;
    z-index: 50;
    border-radius: 50%;
    box-shadow: 0 5px 10px #544d4d;
  }
  .banner-snipe{
    position: absolute;
    width: 100%;
    height: auto;
    top: 100px;
    left: 0;
    z-index: 50;
    padding: 0.25rem;
  }
  .banner-snipe.lowbar{
    top: auto;
    left: 0;
    bottom: 0;
  }
  .snipe-round{
    top: 45px;
    left: 80px;
    background: url("../img/ornament-red.png") no-repeat center;
    background-size: contain;
    box-shadow: none;
  }
  .snipe>h4, .snipe>p{
    margin-top: 50%;
    transform: translateY(-45%);
  }
  .snipe-round>p{
    margin-top: 60%;
    transform: translateY(-50%);
  }
  
  .top-bar{
    background-color: rgba(255,255,255,0.5);}
  .top-bar ul{background-color: transparent}
    .header-scrolled{
      background-color: #7d887e;
      box-shadow:  0 3px 10px rgba(0,0,0,0.15);
}
  
  .two-col{
    column-count: 2;
    column-gap: 3.5rem;
  }
  
}