@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 576px){
.jumbotron {
    padding: 6.7rem 2rem;
}
}
.jumbotron {
  background-color:#4F7B99;
  color:#fff;
}
.jumbotron h1{
	font-weight: 700;
    font-size: 4.75em;
    line-height: 1;
    margin-bottom: .25em;
    text-align: center;
    text-shadow: 2px 2px 4px #000000;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.jumbotron p{
	color:#CCD0D4;
}
.content_header{
  display:block;
  justify-content: center;
}
.content_header .title{
  text-align:center;
  -ms-flex-item-align: center;
  align-self: center;
  width:100%;
}
.content_header .intro{
  -ms-flex-item-align: center;
  align-self: center;
  width:100%;
  text-align: center;
}
.fontSizeMedium p.lead {
    font-size: 2.5rem;
}
.cpalms_box{
	display:block;
	margin:40px auto 10px;
	text-align:center;
}
.inverted h6{
	color:#7E42FF!important;
}
.desaturated h6{
	color:#505050!important;
}
.highcontrast h6{
	color:#fff!important;
}