@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
	/*background-color:red;*/
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	line-height:2rem;
	font-size:1.2rem;
	}

footer {
	width:100%;
	margin-top: 1rem;
	padding: 1.5rem 0;
}

footer a, footer a:hover {color:white;}

blockquote {
	padding-left:1.5rem;
	border-left:4px solid #ddd;
}
	
.image-caption {font-size: .9rem;}
	
.embed-responsive, .media-row {margin-bottom: 1rem;}
	
.jumbotron, .color-background {
background: rgb(30,50,102);
background: linear-gradient(112deg, rgba(30,50,102,1) 0%, rgba(2,0,36,1) 100%);
color:white;
}

footer {
background-color: #FF008A;
background-color: #CBFF00;
background-color: #00FFE3;
color: #000;
}

.jumbotron h4 {
text-transform: uppercase;
font-size: 1.5rem;
}

/*.book-chapter-tile {
padding:0.5rem;
width:100%;
border-radius: .3rem;
background: rgb(0,137,177);
background-color:#f8f8f8;
color:rgb(162,0,190,1);
margin-bottom: 2rem;
}*/

/*.book-chapter-tile:hover {
background-color: rgb(162,0,190,1);
background-color:white;
}*/

a.no-underline {
text-decoration:none;
}



.question-box {
	background-color: #EAF9FA;
	border: 1px solid #CEF2F5;
	padding:1rem 1rem 0 1rem;
	margin:1rem 0;
}

.question-box p, .question-box ul, .question-box li {
	font-size:.9rem;
	line-height: 1.5rem;
}

img {width:100%;}

.banner{
padding:1rem;
border-radius: 10px;
  background-color: #00FFE3;
  color: #000;
  text-align: center;
    font-weight: 700;
}

a {
color: #00FFE3;
}

a:hover {
text-decoration:none;
}

.banner:hover {
background-color:#CBFF00;
}

.subhead-banner {
padding:1rem .7rem .5rem;
/*border-radius: 5px;*/
  border-top: 3px solid #00FFE3;
  color: #fff;
  text-align: center;
  width:40%;
  margin: 2rem auto .5rem;
  font-weight: 700;
}

.header-photo{
margin-top: 2rem;
margin-bottom:2rem;
}

.about-text p{
font-size: 1rem;
}

h1 {
font-weight: 200;
font-size: 4rem;
}

#rfp {
border: 4px solid #FF008A;
padding:1rem 3rem;
margin-bottom:2rem;
}