@charset "utf-8";
/* CSS Document */
.carousel-caption {
	text-align:left !important;
}
body {
	    font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-size:16px !important;
}

.carousel-indicators {
	display:none !important;
}
 h1 {
    font-size: 1.6rem;
}
 h2 {
    font-size: 1.3rem;
}
 h3 {
    font-size: 1rem;
}
.container, .container-fluid {
    --bs-gutter-x: 4.5rem !important;
    --bs-gutter-y: 0;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #284674;
    --bs-btn-border-color: #0d6efd !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5pxrgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
.dark {
    color: #284674 !important;
    text-decoration: underline;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

	 h1 {
    font-size: 1.3rem;
}
 h2 {
    font-size: 1.0rem;
}
h5, h5 {
    font-size: .5rem;
}

.mobiletext {
    display: none;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.00rem;
	color:#fff;
    line-height: 1;
    background-color: transparent;
    border:solid 1px #666666 !important; 
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}
.m-5 {
    margin: 1rem!important;
}
.nav-link {
    font-size: 1rem;
	line-height: 2rem;
}
.navbar-brand {
    font-size: 1.5rem;);
}

.col-md-3 {
    width: 100% !important;
}
.col-7 {
    width: 100% !important;
}
.col-5 {
    width: 100% !important;
}
.col-6 {
    width: 100% !important;
}
body {

    font-size: 1.0rem !important;
}
}

.carousel-caption-home {
    position: absolute;
    right: 15%;
    bottom: 8.25rem !important;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}