@charset "utf-8";

html,body{
margin: 0;
padding: 0;
}
    body {
	text-align: center;
	background-image: url(../images/image-background-2-rsz.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.jumbotron {
	margin-top: 80px;
	padding-bottom: 35px;
	height: 220px;
}

h1 {
	padding-top: 60px;
	color: #1F5260;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 50px;
	margin-bottom: 100px;
}
.main .container {
	padding-top: 60px;
	height: 400px;
	padding-bottom: 60px;
}
h3 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 45px;
	font-weight: 600;
	color: #B73586;
	padding-top: 300px;
}

.links ul li{
	list-style: none;
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
    
}

.links li a{
	color: #2DE2DE;
	text-decoration: none;
	font-size: 28px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
}
.nav li a:hover{
	border-radius: 6px;
	background-color: #B73586;
}
.supporting {
	padding: 20px;
	height: 160px;
}

.footer {
	height: 100px;
	padding-bottom: 20px;
}

.footer p {
	text-align: center;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	color: #B73586;
	margin-bottom: 8px;
	padding-top: 40px;
	text-shadow: 5px 9px 6px #000000;
	padding-bottom: 10px;
}
