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


h2 {
    color: #000000;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-weight: 500;
    font-size: 60px;
    font-style: italic;
    text-align: center;
    text-shadow: 0px 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #8459B9;
    border-radius: 10px;
}
#wrapper div img {
}

nav {
    text-align: center;
    margin-bottom: 50px;
    text-decoration: none;
}




ul li {
    display: inline;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    text-decoration: none;
}
ul li a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.5em;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.btn {
    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;
    margin-top: 5px;
}

.btn:hover {
	background: #D6BEEA;
	cursor: pointer; 
	transition: background .5s;  
}
main  {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	color: #9537AA;
	font-size: 1.5em;
	margin-bottom: 90px;
}

h3 {
    color: #4F3175;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    text-shadow: 0px 0px 1px #000000;
}



main p {
    color: #603B8D;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: 600;
}
main .img-responsive {
	float: right;
	width: 15%;
	border: 6px inset #7246A7;
}
main aside {
    margin-bottom: 60px;
}

.container {
    margin-top: 80px;
    margin-bottom: 40px;
    background-color: #C3C3C3;
}
.col-md-4 .thumbnail {
    background-color: #C3C3C3;
  	border: 0px;
	box-shadow: none;
	border-radius:0px;
}

.image-fill {
    width: 100%;
    display: block;
    margin: 0px;
}
aside img {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}







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