@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;700&family=Poppins:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap');

/* Logo size for centered navigation */
.tm-navbar-center [class*='tm-logo'] { transform: scale(1.0); }

.uk-article-title {
    font-size: 48px;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0;
}


.uk-contrast .uk-text-large {
    color: #fff;
}


.pullitdown {
    margin-top: -20px;
}

.levanton {
	margin-bottom: -200px;
}

.dropshadow {
-webkit-box-shadow: 3px 4px 80px -5px rgba(0,0,0,0.90);
-moz-box-shadow: 3px 4px 80px -5px rgba(0,0,0,0.90);
box-shadow: 3px 4px 80px -5px rgba(0,0,0,0.90);
}

.boxshadow {
background:rgba(0,0,0,0.28);
padding:20px;
}

.textshadow
{
	text-shadow: 0px 0px 6px #82B2F9;
}


.uk-button-secondary { 
color: #F4CD1D; 
background: #323233;
border: #F4CD1D solid 2px;
border-radius: 0px;
font-size:1.2em;
margin-bottom: 10px;
 }

.uk-button-danger { 
color: #2b2b2b; 
background: #F4CD1D;
border: #F4CD1D solid 2px;
border-radius: 0px;
font-size:1.2em;
margin-bottom: 10px;
 }

 @media (min-height: 220px)  {
    .look-no-further{
      margin-top: 50px;
    }
}

@media (min-height: 420px)  {
  .look-no-further{
    margin-top: 200px;
  }
}

@media (min-height: 650px) {
  .look-no-further{
    margin-top: 280px;
  }
}

@media (min-height: 800px)  {
  .look-no-further{
    margin-top: 350px;
  }
}

.binocular-bg {
  width: 100%;
  height:100%;
  background: url(../images/binocularbg.png);
  background-size: 100%
}

.binocular-bg-2 {
  width: 100%;
  height:100%;
  background: url(../images/binocularbg-2.png);
  background-size: 100%
}

.waittheresmore {
  width: 100%;
  height:800px;
  min-height:800px;
  background: url(../images/but-wait-theres-more-bg.png);
  background-size: 100%;
}


.waittheresmore-mobile {
  width: 100%;
  height:50vh;
  min-height:50vh;
  background: url(../images/but-wait-theres-more-bg.png);
  background-size: 100%;
}


.letthatsinkin {
  width: 100%;
  height:80vh;
  min-height:800px;
  background: url(../images/let-that-sink-in.png);
  background-size: cover;
}

.person-search {
  background:url(../images/person.png);
  background-size: cover;
  background-position: center;
  height:980px;
  width:100%;
  -opacity: 0.8;
}

.binocular-mask {
  -webkit-mask-image: url(../images/google-mask.png);
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}


.city-bg-2 {
  width: 100%;
  height:80vh;
  min-height:80vh;
  background: url(../images/city-bg-2.png);
  background-size: 100%
}


.calibaja {
  width: 100%;
  height:100%;
  -min-height:90vh;
  background: url(../images/calibaja.png);
  background-size: 100%
}


.binocular-mask-2 {
  -webkit-mask-image: url(../images/google-mask-2.png);
  -webkit-mask-size: 60%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}


.binocular-mask-3mobile {
  -webkit-mask-image: url(../images/google-mask-2.png);
  -webkit-mask-size: 90%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}


end {
 min-height:600px;
}

@media only screen and (max-width: 1100px) {
  .segment {
  background-attachment: scroll !important;
  background-position: center center !important;
  }
  }
  
  @media only screen and (-webkit-min-device-pixel-ratio: 2) { 
  .segment {
  background-attachment: scroll !important;
  background-position: center center !important;
  }
  }


  /*Footer*/

  .footer-background {
    background-color: #212121;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: auto 65%;
    background-image: url(https://capitaworks.com/images/backgrounds/footer-image.svg);
  }

  @media (min-width: 992px){}
footer {
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: auto 75%;
    background-image: url(desktop.css);
}}

@media (min-width: 992px)
{footer {
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: auto 75%;
    background-image: url(/images/backgrounds/footer-image.svg);
}
}

footer {
    font-family: Assistant,sans-serif;
    font-weight: 400;
    background-color: #212121;
}

.footer-description, .title-paragraph {
  font-size: 25px;
  line-height: 1.6rem!important;
}

.text-white {
  color: #fff!important;
}

.text-yellow {
  color: #fccd20;
}

.mb-2, .my-2 {
  margin-bottom: .5rem!important;
}

footer h5 {
  font-family: Assistant, sans-serif  !important;;
  color: rgb(255, 255, 255) !important;
  font-weight: 600!important;
  /* font-size: 2.3rem; */
}

footer h5:after {
  content: "";
  width: 6rem;
  height: .1rem;
  background-color: #545b62;
  display: block;
  margin-top: .8rem;
  margin-bottom: 2rem;
}

footer a {
  color: #fefefe !important;
  /* font-size: 1.8rem; */
  cursor: pointer!important;
}
footer a:hover,footer h5{color:#fff}

  footer{font-family:Assistant,sans-serif;font-weight:400;background-color:#212121}
      
  footer ul#address{padding:0;list-style:none;color:#fefefe;}
    
  footer ul#address li:before{vertical-align:bottom;font-weight:900;color:#fccd20;font-size:1.5rem;
    height:20px;width:20px; content:" ";display:inline-block;background-size:contain;background-position:50%;background-repeat:no-repeat}
    
  footer ul#address li.location:before{vertical-align:top;background-image:url(https://capitaworks.com/images/icons/location.svg);margin-top:.5rem;}
    
  footer ul#address li.call:before{background-image:url(https://capitaworks.com/images/icons/phone.svg)}
  footer ul#address li.email:before{background-image:url(https://capitaworks.com/images/icons/mailing.svg)}
    
    footer ul#address li.hours:before{background-image:url(https://capitaworks.com/images/icons/clock.svg)}
    footer ul#address li:not(:last-child){margin-bottom:.5rem}
    footer ul#quick-links{margin:0;padding:0;list-style:none}
    footer ul#quick-links li:not(:last-child){margin-bottom:1rem}
    footer #small-letters *{color:#fff;line-height:1.7rem;font-size:1rem}
    footer #small-letters a{font-family:Montserrat,sans-serif;font-weight:400;color:#fccd20;font-size:1.1rem}
    footer #small-letters a i{color:#fccd20}footer #small-letters .align-self-center{margin-left:auto;margin-right:auto}
    footer #small-letters .googlereview img{max-width:10rem}
    .border-grey-top{border-top:1px solid #545b62}
    .text-inherit{font-size:inherit}
    .bottom-line-break.centered:after{content:" ";width:30%;display:block;height:15px;border-radius:1rem;background-size:contain;
      background-position:50%;background-color:transparent;background-image:url(https://capitaworks.com/images/icons/line-break.svg);
      background-repeat:no-repeat;margin:2rem auto 0}
      .cursor-pointer,.play-video{cursor:pointer!important}

      .social { margin: 0px; padding: 0px; }
      .social li { display: inline-block; font-size: 23px; }
      .social li:not(:last-child) { margin-right: 1.3rem; }      