body {
	font-family: Arial, sans serif;
	position: relative;
	background-color: #fff;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

h1, h3, h5 {
	font-weight: 700;
}

h2 span {
	margin-top: -80px;
	padding-bottom: 40px;
	display: block;
}

p {
	color: #000;
	font-weight: 500;
	font-size: 1.5em;
}

@media(max-width: 640px) {
	p {
		font-size: 1.25em;
	}
}

.bg-white {
	background-color: #fff;
	color: #8c64ab;
}

.bg-white .button {
	padding: 15px 25px;
	margin-bottom: 10px;
	font-size: 2em;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-weight: 600;
	background-color: #522e91;
	border: none;
	border-radius: 15px;
	white-space: normal;
}

.bg-white .button:hover {
	background-color: #e1e1e1;
	color: #522e91;
	border: none;
	outline: 0;
}

.bg-white .button:active, .button:visited {
	background-color: #8c64ab;
	transform: translateY(4px);
	border: none;
	outline: 0;
}

.button {
	padding: 15px 25px;
	margin-bottom: 10px;
	font-size: 2em;
	text-align: center;
	cursor: pointer;
	color: #522e91;
	font-weight: 600;
	background-color: #fff;
	border: none;
	border-radius: 15px;
	white-space: normal;
}

@media(max-width: 640px) {
	.button {
		font-size: 1.25em !important;
		margin-bottom: 0 !important;
	}
}

.button:hover {
	background-color: #522e91;
	border: none;
	outline: 0;
}

.button:active, .button:visited {
	background-color: #8c64ab;
	transform: translateY(4px);
	border: none;
	outline: 0;
}

.btn-sponsor {
	font-size: 1.3em;
	padding: 10px;
}


.cell-center {
	margin: 0 auto;
	width: 60%;
	line-height: 2em;
	color: #000;
}

@media(max-width: 1200px) {
	.cell-center {
		width: 80%;
	}
}

@media(max-width: 768px) {
	.cell-center {
		width: 100%;
	}
}

.container-fluid {
	padding: 60px 0;
}

.container-fluid > h2 {
	font-size: 4em;
	letter-spacing: 5px;
	color: #522e91;
	font-weight: 500;
	text-align: center;
}

.container-fluid > h3 {
	font-size: 2.5em;
	color: #000;
	font-weight: 500;
	text-align: center;
}

@media(max-width: 768px) {
	.container-fluid > h2 {
		font-size: 2.5em;
	}

	.container-fluid > h3 {
		font-size: 1.25em;
	}
}

.bg-white > h2 {
	color: #8c64ab;
}

.bg1 {
	background: url("images/bg-alt1.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.bg1 > h2 {
	color: #522e91;
}

.bg1 > h3 {
	color: #000;
}

.bg2 {
	background: url("images/bag.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.bg3 {
	background: url("images/bg2.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.bg2 > h2 {
	color: #fff;
}

.bg3 > h2 {
	color: #fff;
}

.alert {
	margin: 0 auto;
	padding: 10px;
	background-color: #b2d0b2;
	color: #000;
	margin-bottom: 15px;
	width: 100%;
	font-weight: 500;
	font-size: 12pt;
}

.closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.closebtn:hover {
	color: black;
}

.form {
	text-align: center;
	margin: 0 auto;
}

input {
	background-color: #a8cf38;
	color: #000;
	width: 50%;
	padding: 10px;
	margin: 10px;
	box-sizing: border-box;
	border: none;
	border-bottom: 2px solid #8c64ab;
	outline: none;
}

input:focus {
	background-color: #fff;
}

.flex-center-vertically {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 800px !important;
}

.glyph-large {
	font-size: 5em;
	color: rgba(188, 211, 49, 1);
	transition: background 0.3s, color 0.3s;	
}

.glyph-large:hover {
	color: rgba(140,100,171,1);
}

.indiv {
	font-weight: 500;
	color: #000;
	margin: 30px auto;
	max-width: 300px;
}

.img-wrapper {
	position: relative;
}

.img-overlay {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.img-overlay:before {
	content: ' ';
	display: block;
	height: 39vh;
}

.card {
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	border-radius: 5px;
	min-height: 100%;
	margin: 20px;
}

@media(max-width: 520px) {
	.card {
		margin: 20px 0;
	}
}

/* On mouse-over, add a deeper shadow */
.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card img {
	border-radius: 5px 5px 0 0;
}

.card-contain {
	padding: 2px 16px;
}

.card-contain p {
	font-size: 1em;
}

.card-contain h4 {
	font-size: 2em;
}

.card-contain > ul > li {
	text-align: left;
}

.leader {
	text-transform: lowercase;
	color: #fff;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-style: italic;
}

.list-group-item {
	font-size: 1.2em;
}

.panel-group {
	font-size: 1.2em;
	margin-bottom: 0 !important;
}

.sponsor {
	max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.sponsor a {
	max-width: 195px;
	margin: 10px;
	display: inline-block;
	vertical-align: middle;
}

.jumbotron {
	background-color: none;
	background: url("images/duke-bg2.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	height: 100vh;
	min-height: 100%;
}

.jumbotron h1 {
	font-size: 6em;
	text-shadow: 3px 2px 0 #000;
}

@media (max-width: 1200px) { 
	.jumbotron h1 {
		font-size: 3em;
	}
}

.jumbotron h3 {
	font-size: 3em;
	color: #fff;
	line-height: 1em;
	text-shadow: 3px 2px 0 #000;
}

.modal-content {
	margin-top: 20%;
}

.modal-title {
	font-size: 1.5em;
	font-weight: 600;
}

.navbar {
	margin-bottom: 0;
	background-color: #fff;
	z-index: 9999;
	border: 0;
	font-size: 12px !important;
	line-height: 1.5 !important;
	letter-spacing: 4px;
	border-radius: 0;
	min-height: 60px !important;
	vertical-align: middle;
	text-transform: uppercase; 
}

.navbar li a, .navbar .navbar-brand {
	line-height: 30px;
	color: #8c64ab !important;
	min-height: 60px;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #a8cf38 !important;
	background-color: #fff !important;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #8c64ab !important;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #8c64ab;
}

.navbar-brand img {
	padding: 0;
	margin: 0;
	height: 30px;
}

.agenda {
	width: 40%;
	margin: 0 auto;
}

.row {
	padding-top: 2em;
	z-index: 2;
}

.row.narrow {
	max-width: 1200px;
	margin: 0 auto;
}

.row .one-col {
	max-width: 800px;
	margin: 0 auto;
}

.slide-up {
	font-size: 1.2em;
	font-weight: 800;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
	border: none !important;
}

.table-borderless {
	margin-bottom: 0 !important;
}

.v-center {
	position: relative;
	transform: translateY(50%);
}

.slideanim {visibility:hidden;}
.slide {
	/* The name of the animation */
	animation-name: slide;
	-webkit-animation-name: slide; 
	/* The duration of the animation */
	animation-duration: 1.5s; 
	-webkit-animation-duration: 1.5s;
	/* Make the element visible */
	visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
	0% {
		opacity: 0;
		transform: translateY(80%);
	} 
	100% {
		opacity: 1;
		transform: translateY(0%);
	} 
}
@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(80%);
	} 
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

.btn-responsive {
	/* matches 'btn-md' */
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

@media (max-width:760px) { 
	/* matches 'btn-xs' */
	.btn-responsive {
		padding: 1px 5px;
		font-size: 12px;
		line-height: 1.5;
		border-radius: 3px;
	}
}

@media (max-width: 979px) {
	body {
		padding-top: 0px;
	}
}

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}

.scroll {
	position:absolute;
	right: 20px;
	bottom: 20px;
	background: #522e91;
	background: rgba(82, 46, 145, 1);
	color: #fff;
	padding: 16px;
	text-align: center;
	margin: 0 0 0 0;
	cursor: pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
	border-radius: 10px;
	border: 1px solid #371f61;
	z-index: 100;
}
.scroll:hover {
	background:rgba(46, 26, 81, 1);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:2em;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 0 auto;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.navbar-fixed-top .navbar-collapse {
	max-height: 360px;
}