
 /*===== CAPITOL FEDERAL CSS
AUTHOR: EDH
DATE CREATED: 02.27.2023
Open Sans weights: 400, 700
======*/



@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;400;700;900&display=swap');

:root {
  --cap-blue: #0079c1;
  --cap-black: #52575A;
  --cool-grey: #E4EBEC;
}
  
<style>
  
html {
  scroll-behavior: smooth;
  scroll-padding-top: 340px;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--cap-black);
  background: #fff;
  text-align: left;
}


/*=====SHARED AREA STYLES=====*/
nav {
  background: #B38E60;
  position: absolute;
  top: 0;
}
.nav-item a {
  display: block;
  color: #fff;
}
strong {
  font-weight: 700;
}
h1 {
  font-size: 48px;
  padding: 20px 0;
  font-weight: 400;
  color: #B38E60;
}
h2 {
  font-weight: 400;
  font-size: 36px;
  color: #B38E60;
}
h3 {
  font-weight: 700;
  font-size: 16px;
  color: #776d63;
  text-transform: uppercase;
  margin-top: 3px;
}
p {
  font-size: 1em;
  line-height: 1.3em;
  text-align: left;
}
a,
a:visited,
a:active {
  color: #02853e;
  cursor: pointer;

}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
section {
  overflow: hidden;
}
hr {
  width: 100px;
  border: solid 1px #CA463B;
  margin: 30px 0;
}
.button,
.button:visited,
.button:active {
  transition: all 0.25s linear;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 4px;
  text-decoration: none;
  padding: 5px 10px;
  border: solid 3px #f18a20;
  color: #fff;
}
.button:hover {
  color: #776d63;
  background: #f18a20;
}
#hero {
  background: #fff;
}
#hero p {
  color: #333333;
  font-size: 25px;
  margin: 0px;
}
#hero .imgblock {
  background: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/10/3c30e512-d763-424a-b3da-f79cccaca01d.jpg) center center no-repeat;
  background-size: cover;
  height: 400px;
}
#leadin,
#links {
  background-color: #F2F2F2;
  color: var(--cap-black);
  text-align: center;
  padding: 40px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.leadin_button{
   border: 2px solid #CA463B;
   padding: 5px 10px;
   font-size: 18px;  
}

#links a {
  display: inline-block;
  color: var(--cap-black);
  padding: 10px;
  font-size: 16px;
  line-height: 1em;
}
#links h2 {
  font-weight: 400;
  font-size: 30px;
  color: #B38E60;
}
#links a h4 {
  font-weight: 700;
}

#links p {
   font-size: 16px;
  line-height: 1.3em;
  text-align: center;
}
.text {
  margin: 40px 50px;
}
#resources .imgblock {
  background: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/10/79e971af-8e8d-4924-ab91-63517818c9af.jpg) center center no-repeat;
  background-size: cover;
}
#tools .imgblock {
  background: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/10/24f9ebcd-5480-4e8b-9ca5-79f9b9721ac3.jpg) center center no-repeat;
  background-size: cover;
}
.icon_link {
  padding: 15px 0;
}
.icon_link:hover {
  background: #f4f4f4;
}
i {
  color: #B38E60;
  font-size: 25px;
  float: left;
  width: 50px;
  text-align: center;
}
.icons {
  padding: 10px 0 0 20px;
  width: 80px;
  text-align: center;
}
#smartmap {
  background-color: #02853e;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #528400;
  cursor: pointer;
  border-radius: 4px;
  width: 50px;
  height: 50px;
}
#myBtn:hover {
  background-color: #117788;
}
#myBtn i {
  font-size: 20px;
  padding: 10px;
  color: #fff;
}
.modal i {
  font-size: 30px;
  color: #004b87;
  padding: 0px 10px;
  position: relative;
  top: 4px;
}
.modal a {
  padding: 10px;
  background: #004b87;
  color: #fff;
  border-radius: 4px;
}
.modal a:hover {
  background: #efefef;
  color: #004b87;
  transition: all 0.25s linear;
}



/*pop up disclaimer */


}
.button:hover {
  background: #fff;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  width: 50%;
  position: relative;
  transition: all 2s ease-in-out;
}

.popup h2 {
 color: #626568;
font-family: museo-sans, sans-serif;
font-weight: 500;
font-size: 30px;
text-align: center;
}

.popup p {
color: #626568;
font-family: museo-sans, sans-serif;
font-weight: 300;
font-size: 16px;
font-style: normal;
text-align: center;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #4DAAB9;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}


@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}







/*=====FOOTER AREA STYLES=====*/
footer {
  background: #B38E60;
  padding: 40px 20px;
}
footer .row {
  padding: 0px 20px;
}
footer p, .disclosure {
  color: #fff;
  font-size: 14px;
}
.oa-logo {
  text-align: center;
}
.oa-logo img {
  width: 100%;
  max-width: 250px;
  margin: 30px;
}


/*=====BEGIN SCREEN SIZE LESS THAN 767px STYLES=====*/
@media (max-width: 767px) {
  .navbar {
    padding: 0.5rem 0;
  }
  .navbar img {
    height: 50px;
    margin: 0 0 0 10px;
  }
  .navbar-toggler {
    color: #203e63;
  }
  .nav-item {
    text-align: right;
    padding: 15px;
  }
  .nav-item a {
    color: #117788;
  }
  .navbar-toggler:active {
    border: 0px;
  }
  #hero {
    height: 300px;
  }
}
      

/*=====BEGIN SCREEN SIZE GREATER THAN 768px STYLES=====*/
@media (min-width: 768px) {
  .navbar img {
    height: 50px;
    margin: 0;
  }
  .navbar-toggler {
    color: #528400;
  }
  .nav-item {
    text-align: right;
    padding: 15px;
  }
  .nav-item a {
    color: #117788;
  }
  #hero {
    height: 300px;
  }
}


/*=====BEGIN SCREEN SIZE GREATER THAN 992px STYLES=====*/
@media (min-width: 992px) {
  html {
    scroll-padding-top: 90px;
  }
  .navbar img {
    height: 70px;
    width: auto;
  }
  .navbar a {
    color: #fff;
    padding: 5px 10px;
    margin: -10px;
    font-weight: 400;
    font-size: 16px;
  }
  .navbar a:hover {
    background-color: rgba(0,0,0,0.2);
    border-radius: 4px;
    transition: all 0.25s linear;
  }
  .navbar {
    padding: 5px 0;
  }
  .login,
  .login:visited,
  .login:active {
    transition: all 0.25s linear;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 4px;
    text-decoration: none;
    padding: 5px 10px;
    border: solid 3px #fff;
    color: #fff;
  }
  .login:hover {
    background: #f18a20;
  }
  #hero {
    height: 400px;
  }
  h1 {
    margin-top: 50px;
  }
}


/*=====BEGIN SCFREEN SIZE GREATER THAN 1200px STYLES=====*/
@media (min-width: 1199px) {
  #smartmap {
    background: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/9/e2bce234-e682-4359-b1b7-aec93c00c914.png)
      center right no-repeat;
    background-color: #02853e;
  }
}


/*======BEGIN OVERLAY WINDOW STYLES=====*/
h5,
.close {
  color: #333;
}
.close:hover {
  color: #333;
}
.modal p {
  padding-top: 20px;
}
.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  
</style>
