@charset "utf-8";
body {
    background-color: #C3C3C3;
}
#wrapper {
    -webkit-box-shadow: inset 0px 0px 20px 5px #603B8D;
    margin: 0 auto;
    box-shadow: inset 0px 0px 20px 5px #603B8D;
}
header {
	margin-top: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #7246A7;
	text-align: center;
	color: #000000;
}
h1 {
	color: #000000;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	font-size: 40px;
}




div img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
    border: 10px double #7246A7;
    max-width: 800px;
    max-height: 800px;
}
nav {
    text-align: center;
}
ul li {
    text-decoration: none;
    display: inline;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    padding-left: 5px;
    padding-right: 5px;

}
ul li a {
    color: #000000;
    font-style: normal;
    font-size: 1.5em;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 600;
    display: inline;
}
.btn {
    margin-top: 5px;
    color: #000000;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-weight: 600;
    border-radius: 5px;
    font-size: 1.5em;
    background-color: #985DCA;
}
.btn:hover {
	background: #D6BEEA;
	cursor: pointer; 
	transition: background .5s;  
}


main {
    color: #000000;
}
h2 {
    text-align: center;
    color: #000000;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-weight: 500;
    font-size: 60px;
    text-shadow: 0px 0px;
    font-style: italic;
    border-radius: 10px;
    background-color: #8459B9;
    padding-top: 5px;
    padding-bottom: 5px;
}
h3 {
    text-align: center;
    text-decoration: underline;
    font-weight: 400;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 2em;
}

main ol {
    color: #000000;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1em;
    text-decoration: none;
    text-align: left;
}
ol li {
    text-decoration: none;
    display: inherit;
    text-align: left;
}
li span {
}
.container article {
    margin-top: 30px;
}
label {
    color: #000000;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: large;
}








article a #maps {
    border-style: none;
    margin-bottom: 30px;
    margin-top: 1px;
    width: 100%;
    text-align: center;
}

#wrapper .row {
    margin-right: 0.05px;
    margin-left: 0.05px;
    background-color: #7246A7;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 10px;
    display: inherit;
    text-align: center;
}
.col-sm-4 {
    text-decoration: none;
    color: #000000;
    margin-top: -30px;
}
.col-sm-4 p a {
    text-decoration: none;
    color: #000000;
}
.row .col-sm-4 address {
    color: #000000;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-weight: normal;
}

.col-sm-4 address a {
    color: #000000;
    font-size: 17px;
}
.col-sm-4 address a:hover {
    color: #697582;
    cursor: pointer;
    transition: background .5s;
}


footer {
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #603B8D;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 1.5em;
    margin-bottom: 15px;
}
