@import url('https://fonts.googleapis.com/css2?family=Lato&family=Raleway:wght@500&display=swap');

body {
	font-size: 18px;
	font-family: "Raleway", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.teal {
	color: #097193;
}
h1 {
	
}
.page-header {
	margin-top:1rem;
	text-align:center;
}
.j-header {
	padding: 10px 0 0 0;
	background-color: #097193; /*#6eb4cb;*/
	margin-bottom: 0;
	border-bottom: 4px solid #174E7E;
	/*background-image: url("images/sky.jpg");*/
}
.logo {
	text-align: center;
}
.fill-it {
	width: 100%;
}
.even-out-column-width-left {
	/*for home page columns so that in mobile mode, 
	they stack with even margins on the right and left*/
	padding-right: 0px;
}
.even-out-column-width-right {
	/*for home page columns so that in mobile mode, 
	they stack with even margins on the right and left*/
	padding-left: 0px;
}

/*modify bootstrap navbar elements*/
.nav-item {
	margin-right:12px;
}
.nav-link-ls {
	color: #097193; /*#0c84ab;*/
	margin-top: 4px;
	font-family: "Raleway SemiBold", "Raleway", "Lato", "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	letter-spacing: .3px;
}
.navbar-light .navbar-toggler-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='90' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(12, 132, 171, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggle .icon-bar {
	background-color: #888;
	display: block;
	width: 22px;
	border-radius: 1px;
}
.btn-warning {
	font-size: 20px;
}
.active, .active:focus, .active:hover, .inactive:focus, .inactive:hover {
  background-color: #09719324;
  color: #097193;
  border-radius: 7px;
}

a, a:focus, a:hover, a:visited {
	color: #097193;
}

.hamburger {
	font-size:36px;
	color:#0c84ab;
}

.social_logo {
  height: 26px;
  width: 26px;
  margin-top: 5px;
  /*margin-bottom: -6px;
  margin-left: 14px;*/
}

.endorsements {
	font-size: inherit;
}

/*overlay from w3*/
.hover-container {
	display: block;
	width: 100%;
	height: auto;
}
.imageX {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #097193BC;/*#008CBABC;*/
}

.hover-container:hover .overlay {
  opacity: 1;
}

.textX {
  color: white;
  font-family: "Noto Serif", "Lato", Georgia, Times, "Times New Roman", serif;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  line-height: 1.5em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (min-width: 821px) and (max-width: 1040px) {
	.textX {
		font-size: 20px;
		top:49%;
	}
	.nav-link-ls {
		font-size: 20px;
		margin-top: 4px;
	}
	.nav-item {
		margin-right:12px;
	}
	.btn-warning {
		font-size: 20px;
	}
}
@media screen and (min-width: 651px) and (max-width: 820px) {
	.textX {
		font-size: 16px;
		top:49%;
	}
	.nav-link-ls {
		font-size: 15px;
		margin-top: 5px;
	}
	.nav-item {
		margin-right:2px;
	}
	.btn-warning {
		font-size: 15px;
	}
	.even-out-column-width-left {
		/* for home page columns so that in mobile mode, 
		they stack with even margins on the right and left */
		padding-right: 0px;
	}
	.even-out-column-width-right {
		/* for home page columns so that in mobile mode, 
		they stack with even margins on the right and left */
		padding-left: 0px;
	}
}
@media screen and (min-width: 576px) and (max-width: 650px) {
	.textX {
		font-size: 14px;
		top:49%;
	}
	.nav-link-ls {
		font-size: 15px;
		margin-top: 5px;
	}
	.nav-item {
		margin-right:2px;
	}
	.btn-warning {
		font-size: 15px;
	}
	.even-out-column-width-left {
		/* for home page columns so that in mobile mode, 
		they stack with even margins on the right and left */
		padding-right: 0px;
	}
	.even-out-column-width-right {
		/* for home page columns so that in mobile mode, 
		they stack with even margins on the right and left */
		padding-left: 0px;
	}
}
@media screen and (min-width: 420px) and (max-width: 575px) {
	.textX {
		font-size: 20px;
		top:49%;
	}
	.nav-link-ls {
		font-size: 20px;
		margin-top: 0px;
	}
	.nav-item {
		margin-right:-2px;
	}
	.btn-warning {
		font-size: 20px;
	}
	.even-out-column-width-left {
		/* for home page columns so that in mobile mode, 
		they stack with even margins on the right and left */
		padding-right: 16px;
	}
	.even-out-column-width-right {
		/* for home page columns so that in mobile mode, 
		they stack with even margins on the right and left */
		padding-left: 16px;
	}
	.endorsements {
		font-size: 14px;
	}
}
@media screen and (max-width: 419px) {
	.textX {
		font-size: 17px;
		top:49%;
	}
	.nav-link-ls {
		font-size: 18px;
		margin-top: 0px;
	}
	.nav-item {
		margin-right:-2px;
	}
	.btn-warning {
		font-size: 20px;
	}
	.even-out-column-width-left {
		/* for home page columns so that in mobile mode, 
		they stack with even margins on the right and left */
		padding-right: 16px;
	}
	.even-out-column-width-right {
		/* for home page columns so that in mobile mode, 
		they stack with even margins on the right and left */
		padding-left: 16px;
	}
	.endorsements {
		font-size: 14px;
	}
}

.quotes {
	color: #fb7600;
}

/*end overlay from w3*/

.spacer {
	margin-top: 1em;
}

.left-col-padding {
	padding-left: 8%;
	padding-right: 5%;
}
.right-col-padding {
	padding-left: 5%;
	padding-right: 8%;
}
.youtube {
	/*aspect ratio is 16:9*/
	width: 400px;
	height: 225px;
	margin-right: 18px;
	margin-bottom: 18px;
}

.blockquote {
	padding-left: 1em;
	font-size: .85rem;
	font-style: italic;
}