
body {
    font-family: 'Open Sans', sans-serif;
    --sb-track-color: #232E33;
    --sb-thumb-color: #285885;
    --sb-size: 15px;
    scrollbar-color: var(--sb-thumb-color) 
                     var(--sb-track-color);
  }
  
body::-webkit-scrollbar {width: var(--sb-size)}
  
body::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 0px;
    }
  
body::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 5px;
    }

p{  
    font-family: 'Open Sans Regular', sans-serif;
    letter-spacing: 0.02rem;
    line-height: 31px;
    }

hr {border-top: 0.09rem dashed slategray;}

h2{font-family:'Open Sans Medium', sans-serif;}

.black{color:black;}

.blockquote{
    font-size: 1.35rem;
    max-width: 450px;
    float: right;
    padding: 45px;
    margin-left: 35px;
    background-color:#e4e4e4;
    border-radius: 10px 0px 10px 0px;
    text-indent:-5px;
    }

.logo{
    position:absolute;
    top:0;
    left:0;
    margin-left:35px;
    margin-top:25px;
    }

.margin-top-neg-five{margin-top:-5px;}
.width-100{width:100%;}

.hero-text{
    font-size: 4.6vh;
    line-height: 6vh;
    font-family: 'Open Sans Regular', sans-serif;
    }

.sub-head{
    font-size: 1.7rem;
    line-height: 44px;
    font-family: 'Open Sans Regular', sans-serif;
    }

.silver-bk{background-color: rgba(0, 0, 0, 0.2);}
.blue-bk, tr{background-color:#003a70;}
.celina-green{background-color: #45a13f;}
.celina-blue{color:#022a4f;}
.white-txt{color:white;}


.double-border{border-bottom: 3px double;}

.card-title{
    font-size:1.2rem;
    line-height:1.4rem;
    }

.border-radius{border-radius: 10px 0 10px 0;}

.parallax {
    /* The image used */
    background-image: url("../img/parallax.jpg");
  
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }

.parallax2 {
    /* The image used */
    background-image: url("../img/parallax2.jpg");
    
    /* Set a specific height */
    min-height: 500px; 
    
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
    
.card-text{
    font-size:0.9rem;
    color:#777676;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    }

.btn-primary{background-color: #003a70;}
.btn-primary:hover{background-color: #01284c;}

.modal {background: rgba(0, 0, 0, 0.7);}
.modal-backdrop {display: none;}
.modal-body h4{
    font-size:0.9rem;
    border-bottom: 1px dotted #d9d9d9;
    color:#003a70;
    font-weight:500;
    }
.modal-title{color:white;}
.modal-body p{font-size:0.95rem;line-height:22px;}
.modal-body tr{font-size:0.8rem;}
.modal-body th{
    font-size:.95rem;
    color:#003a70;
    font-weight:500;
    }

.table-dark{background-color: #003a70;}

.section-title{
    font-size: 1.0rem;
    letter-spacing:0.2rem;
    font-weight: 500;
    text-transform:uppercase;
    }

.section-title-caption{
    text-transform:none;
    letter-spacing:0.1rem;
    font-weight:200;
    font-size:0.8rem;
    }


/*-----------------------------*/
/*----------- Footer ----------*/
/*-----------------------------*/

footer{background-color:#ECEFF1;}
.footer-hr {width: 60px; background-color: #7c4dff; height: 2px;}
.bottom-nav{background-color: #232E33;}
.bottom-nav a{margin-right:25px;}
ol ul{margin-left:-65px;margin-bottom:8px;}
footer p{font-size: 0.95rem;line-height: 1.5rem;}
.contact-link{text-decoration: none;} 

/*-----------------------------*/
/*------- Page Counters -------*/
/*-----------------------------*/

*{box-sizing:border-box;}

.title{
    text-align:center;
    margin: 1em;
    }

.counters{
    padding: 1em 2em;
    text-align:center;
    }   

.counters > div {
    margin:0 auto;
    }

.counter{
    position:relative;
    border:1px solid rgb(184, 184, 184);
    border-radius: 10px 0px 10px 0px;
    }

.counter2{
    position:relative;
    border:1px solid rgb(184, 184, 184);
    border-radius: 10px 0px 10px 0px;
    }

.counter2 h1{
font-size: 3.2em;
margin-bottom:0.2em;
color:#003a70;
}
    
.counter2 h3{
    letter-spacing:0.1rem;
    font-weight:200;
    }

.counter h1{
    font-size: 3.2em;
    margin-bottom:0.2em;
    color:#003a70;
    }

.counter h3{
    letter-spacing:0.1rem;
    font-weight:200;
    }

/*-----------------------------*/
/*---------- SVG Map ----------*/
/*-----------------------------*/

#map-svg{
    max-height:500px;
    display:block;
    margin:0 auto;
    }

path {
    stroke: white;
    fill:paleturquoise !important;
    transition: fill .4s ease;
    }

path:hover {fill: orange !important;}
.grey{fill:#e2e2e2 !important;}
.grey:hover{fill:#e2e2e2 !important;}
.green{fill:green !important;}
.blue{fill:#003a70 !important;}
.gold{fill:#cbb162 !important;}
    
/*-----------------------------*/
/*---- Back To Top Button -----*/
/*-----------------------------*/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 300; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #6c6c6c; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 5px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    padding-bottom: 9px;
    padding-top: 12px;
    }
  
  #myBtn:hover {
    background-color: #003a70; /* Add a dark-grey background on hover */
  }