.header {
	background-image: url('images/header.jfif');
	color: white;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 23px;
	height: 90px;
}

.text-transition {
	transition: 0.3s;
	padding-left: 15px;
}
.text-transition:hover {
	color: rgb(242, 132, 104);
	text-decoration: none;
}
a{
	text-decoration: none;
	color: white;
	/* float: left; */
}
.blue{
	text-decoration: underline;
	color:blue;
}

.center {
	margin: auto;
	width: 70%;
	padding: 10px;
	text-align: center;
  }

  .buttonstyle {
	  margin-left: 5px;
	
  }

  .headline {
	margin: auto;
	  text-align: center;
	  font-size: 50px;
	  padding-bottom: 25px;
	  color: #166E84;
  }

  .centeredText {
	margin: auto;
	  text-align: center;
  }

  .content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
  }

  .subheader1 {
	  color: #166E84;
  }

  .subheaderBackground {
	  background-color: #166E84;
  }

  .subheader2 {
	  padding-left: 4px;
	  padding-top: 20px;
	  color: white;
  }

 .card-body {
	padding-bottom: 0px;
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

.jumbotron {
	background-color: #166E84;
	opacity: 0.9;
	border-radius: 40px;
 }

 .jumbo_text {
	color: white;
  }

  .center {
	display: flex;
	justify-content: center;
	align-items: center;
  }
#accordion:hover{
cursor:pointer;
}