@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 section*/
header {
	color: #000000;
	margin-top: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #7246A7;
	text-align: center;
}

h1 {
	text-align: center;
	color: #000000;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: bold;
	font-size: 40px;
	font-style: italic;
}
/*Nav section*/
.container nav {
    text-align: center;
    text-decoration: none;
    color: #000000;
    display: inline;
}
ul li {
    display: inline;
    text-align: center;
    text-decoration: none;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}
ul li a {
    color: #000000;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    font-style: normal;
}

/*Main Section*/
main {
    text-align: center;
    margin-top: 20px;
}
.main .Container .row {
    text-align: center;
    display: block;
}
.col-md-8 h3 {
	color: #000000;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 14px;
	font-style: oblique;
}

.row .col-md-8 img {
    padding-bottom: 20px;
    display: inline;
    text-align: center;

}


.row .col-md-8 h2 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-weight: bold;
    font-size: 22px;
    color: #603B8D;
    text-align: center;
}
.row .col-md-8 p {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: italic;
    font-weight: 600;
    color: #603B8D;
    font-size: 19px;
    text-align: center;
}


.links {
    margin: auto 0;
    text-align: center;
}

.col {
    margin-bottom: 0px;
    margin-top: 10px;
    padding-bottom: 10px;
    color: #000000;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    background-color: #B98EDD;
}
.links .container .col  {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn {
    border-radius: 5px;
    background-color: #985DCA;
    color: #000000;
    font-weight: 600;
    margin-top: 5px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 1.5em;
}

.btn:hover {
	background: #D6BEEA;
	cursor: pointer; 
	transition: background .5s;  
}

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