@charset "UTF-8";
/* CSS Document */

.splash {
	background-color: #ffdd18;
}


p {font-family: myriad-pro, sans-serif;
font-style: normal;
font-weight: 300;
	font-size:18px;
	
}
h1 {font-family: myriad-pro, sans-serif;
font-style: normal;
font-weight: 300;
	font-size: 30px;
color:#000;
}
h2{font-family: myriad-pro, sans-serif;
font-style: normal;
font-weight: 300;
	font-size: 2em;
color:#ffffff;
	
}
h3 {font-family: myriad-pro, sans-serif;
    font-weight: 600;
	font-size: 21px;
color:#000;
    
}
h5 {font-family: myriad-pro, sans-serif;
font-style: normal;
font-weight: 300;
	font-size: 1.3em;	
}
h6{
	
}
.display-4 {
	font-style: oblique;
	font-size: 28px;
}
h4{
	font-family: myriad-pro, sans-serif;
font-style: normal;
font-weight: 300;
	font-size: 1.2em;
color:#ffffff;
}
.blackBG {
	background-color: #000;
}
li {
	font-size:16px;
}
.whitebackground {
	background-color: #FFFFFF;
}
.black {
	background-color: #000000;
}
.customLink{
  color: #ffffff;
  text-decoration: none;
	text-decoration: underline;
	font-weight:600;
}
.figcaption {
	font-size:12px;
}
.figure-caption{
	font-size:12px;
	color:#000;
}
.quote {

font-family: span, serif;
font-weight: 400;
font-style: italic;
}
.float-right {
	padding-left: 10px;
}
.float-left {
	padding-right: 10px;
}
.small {
    font-size:.9em;
}
.mark {
	background-color: #FBFB8E;
    padding:10px;
}