@charset "UTF-8";
/* CSS Document */
body {font-family: 'Open Sans', sans-serif;
	font-size: 102%;
}
.navbar-nav .nav-link {
    margin-right: 10px;
    margin-left: 10px;
}

h1 {font-size: 330%;
    font-family: "Dancing Script", cursive;
	    color: #AA1E38;
	  text-shadow: 2px 3px 3px #BFBFBF;

}
p.h2 {font-weight: bold;
font-size: 180%;
	line-height: 150%;
    color: #AA1E38;
	border-bottom: 2px solid #AA1E38;
	margin-bottom: 12px;

}	  
h4 {font-weight: bold;
font-size: 120%; 
    color: #004990;
}
img {max-width: 100%;
}
.pics img {margin-bottom: 24px; 
}
.rule { 
    border-bottom: 1px solid #dee2e6; 
}
.email {
    color: #FFFFFF; text-decoration: underline; 
}

footer {
    background-color: #004990;
    color: #FFFFFF;
}
footer a {color: #FFFFFF; 
text-decoration: underline}

footer a:hover {color: #D6D5D5;
}
@media only screen and (max-width: 768px) {
    .logo { text-align: center;
    }
.logo img {width: 70%;
    }
}

