h1{
	font-weight: bold;
	padding-bottom: 0;
}

h2{
	line-height: 1em; 
}

h3{
	font-size:2em;
	font-style: italic;
	text-align: center;
	text-transform: uppercase;

}

h3 a{
	color:#fff;
}

h3 a:hover{
	color:pink;
}

p a{
	color:#000;
	text-decoration: underline;
}

a:hover{
	color:#fff;
}

.blue{
	background-color: #3c43bf;
	color:#fff;
}

.blue a, .green a{
	color: #fff;
}

.pink {
	background-color: pink;
	color:#000;
}

.white{
	background-color: white;
}

.green{
	background-color: #11532a;
	color:#fff;
}

.footer{
	border-top:3px solid #000;
}

/*SLIDESHOW*/

.orbit-caption {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-bottom: 100;
    padding: 1rem;
    background-color: transparent;
    color: #000;
    font-style: italic;
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: pink;
}

.orbit-bullets button.is-active {
  
    background-color: #000;
}
.orbit-bullets button:hover {
	background-color: #000;
}
