

h1 {
    font-family: 'Titan One', cursive;
    font-size: 76px;
    color:dodgerblue;
    font-weight: 400;
    text-align:center;
}

h2 {
    font-family: 'Titan One', cursive;
    font-size: 36px;
    color:dodgerblue;
    font-weight: 400;
    text-align:left;
}

p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 21px;
	line-height:21px;
    color: #333333;
    font-weight: normal;
    text-align: left;
}

.fineprint{
	font-size: x-small;
}






.themed-grid-col {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(86, 61, 124, .15);
  border: 1px solid rgba(86, 61, 124, .2);
}

.themed-container {
  padding: .75rem;
  margin-bottom: 1.5rem;
  background-color: rgba(0, 123, 255, .15);
  border: 1px solid rgba(0, 123, 255, .2);
}




.themed-grid-col{
	background-color: #fff;
	border-color:#fff;
}