html{
	height: 100%;
    font-size: 62.5%;
}
body{
	font-size: 1.4rem;
}

img {width:100%;}

.wrapper {
	margin-top: 2%;
	}

a{color: black;}

.center{
	text-align: center;
	margin: 0 auto;
}

.blueLink {
	color: #337ab7;
	}

/* nav bar */
	.navbar-toggle .icon-bar{
		background-color: #666666;
		}
	.navbar-brand{
		font-size: 4rem;
		}

/* responsive iframes */
	.calendar-container {
		position: relative;
		padding-bottom: 75%;
		height: 0;
		overflow: hidden;
		}
	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 35px;
		height: 0;
		overflow: hidden;
		}
	.video-container iframe, .calendar-container iframe {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
		}

#schedule p{
	font-weight: bold;
	font-size: 2rem;
}

#register p:first-of-type {
	font-weight: bold;
	font-size: 1.5rem;
}

#registration-btn{
	background-color: #ff9900;
	border-color: #ff9900;
	font-size: 2rem;
}