
/*THIS IS SO THE FOOTER STAYS AT THE BOTTOM OF THE PAGE*/
.page-container {
    position: relative;
    min-height: 100vh;
    overscroll-behavior: none;
}
.content-wrap {
    padding-bottom: 436px; /*change based on the total size of your footer when completed*/
    overscroll-behavior: none;
}
/*BASIC STYLES FOR FOOTER*/
.center {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.center-social {
    margin: 0 auto;
    text-align: center;
}
.white-text {
    color: #ffffff !important;
    font-size: 16px !important;
    font-family: "Open Sans",sans-serif;
}
.links-for-footer {
    margin-top: -8px;
    text-transform: none;
}
.bottom-version {
    margin-top: -12px;
    text-transform: none !important;
}
/* a {
    font-weight: normal !important;
} */
a:hover {
    opacity: .8;
    text-decoration: none !important;
}
.footer-links a:hover {
    color: #fff !important;
    opacity: .8;
    text-decoration: none!important;
}
.border-right {
    border-right: 1px solid #ffffff !important;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.footer-links a {
    color: #fff;
    font-size: 13px !important;
    /* font-weight: normal !important; */
}
.quick-links {
    color: #fff !important;
    display: block;
    margin-bottom: 1px;
}
.footer a {
    color: #ffffff !important;
    /* font-weight: normal !important; */
    font-size: 13px !important;
}
.contact-title {
        margin-right: 15px;
}
.footer {
    color: #fff !important;
}
.footer-titles {
    font-weight: 700;
    font-size: 23px;
}
.border-long-section {
    border-top: 1px solid #fff !important;
}
.location-info {
    list-style-type: none;
    padding-left: 0px;
    font-size: 16px;
}
.social-icons {
    color: #ffffff;
    font-size: 25px;
}
.bg-warning {
    background-color: #4d4d4d !important;
}
.text-small {
    font-size: 12px;
    color: #ffffff !important;
}
.bg-92 {
    background-color: #929292;
}
.bg-primary {
    background-color: #f98adf !important; /*CHANGE THIS TO YOUR PRIMARY COLOR*/
}
.max-hcr {
    max-width: 69px !important;
}
.sub-text {
    margin-top: -9px;
    display: block;
    line-height: 28px;
    text-transform: none !important;
}
.sub-text2 {
    margin-top: -31px;
    display: block;
    line-height: 28px;
    text-transform: none !important;
}
.text-right {
    text-align: right!important;
}
#bar {
    height: 75px;
}
.white-big-title {
    color: #ffffff;
    font-size: 32px;
    display: block;
    text-align: center;
    font-weight: 600;
    line-height: 33px;
}
.form-control:focus {
       border-color: #4d4d4d;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.25);
}
.white-btn-primary {
    color: #f98adf !important;
    background-color: #ffffff !important;
    font-size: 16px !important;
    border: 2px solid #fff !important;
    opacity: 1 !important;
    font-family: "Open Sans",sans-serif;
    font-weight: 700 !important;
}
.white-btn-primary:hover {
    color: #ffffff !important;
    background-color: transparent !important;
    font-size: 16px !important;
    border: 2px solid #fff !important;
    opacity: 1 !important;
    font-family: "Open Sans",sans-serif;
    font-weight: 700 !important;
}
.white-btn {
    color: #4d4d4d !important;
    background-color: #ffffff !important;
    font-size: 16px !important;
    border: 2px solid #fff !important;
    opacity: 1 !important;
    font-family: "Open Sans",sans-serif;
    font-weight: 700 !important;
}
.white-btn:hover {
    color: #ffffff !important;
    background-color: transparent !important;
    font-size: 16px !important;
    border: 2px solid #fff !important;
     font-family: "Open Sans",sans-serif;
     font-weight: 700 !important;
}
.footer-links a:hover {
    color: #fff !important;
    opacity: .8 !important;
    text-decoration: none!important;
}
@media (min-width: 320px) {
  .center-mobile {
    text-align: center;
  }
  .border-bottom {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }
  
}

@media (min-width: 768px) {
  .center-mobile {
    text-align: left;
  }

}


