
body{
	background-color: white;
}
h1{
	text-align: center;
  	font-size: 50px;
	font-family: 'Playfair Display', serif;
	text-shadow: 7px 7px #D2E2F1;
}
h2{
	text-align: center;
  	font-size: 20px;
  	font-family: 'Montserrat Alternates', sans-serif;
}
h3{
	text-align: center;
  	font-size: 20px;
	font-family: 'Slabo 27px', serif;
}
h4{
	text-align: center;
  	font-size: 40px;
	font-family: 'Playfair Display', serif;
	color: #D2E2F1;
}
a{
	color: #D2E2F1;
	text-decoration: none
}
.bg_image{
	position: relative;
	opacity: .1;
}
.home{
	position: relative;
	transition: transform .2s;
	right: -90%;
	bottom: 1250px;
}
.home:hover{
	transform: scale(1.02);
}
.option1{
	position: relative;
	bottom: 1603px;
	left: 0px;
}
.option2{
	position: relative;
	bottom: 1523px;
	left: 0px;
}
#button1{
	position: relative;
	bottom: 1790px;
	left: 25px;
	width: 50px;
	height: 90px;
	background:transparent; 
	border:none; 
	color:transparent;
}
#button2{
	position: relative;
	bottom: 1615px;
	left: -30px;
	width: 50px;
	height: 80px;
	background:transparent; 
	border:none; 
	color:transparent;
}
#beginner{
	position: relative;
	bottom: 1905px;
	left: 800px;
	color: #D2E2F1;
	text-align: left;
	display: none;
}
#intermediate{
	position: relative;
	bottom: 1730px;
	left: 800px;
	color: #D2E2F1;
	text-align: left;
	display: none;
}
.tab1{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: 1100px;
	border-radius: 10px;
	opacity: .8;
}
.tab2{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: 1090px;
	border-radius: 10px;
	opacity: .8;
}
.tab3{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: 1080px;
	border-radius: 10px;
	opacity: .8;
}
.tab4{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: 1030px;
	border-radius: 10px;
	opacity: .8;
}
.tab5{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: 1020px;
	border-radius: 10px;
	opacity: .8;
}
.tab6{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: 970px;
	border-radius: 10px;
	opacity: .8;
}
.tab7{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: 960px;
	border-radius: 10px;
	opacity: .8;
}
.tab8{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: 950px;
	border-radius: 10px;
	opacity: .8;
}
.tab9{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: 900px;
	border-radius: 10px;
	opacity: .8;
}
.tab10{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: 890px;
	border-radius: 10px;
	opacity: .8;
}
.slide_right:hover{
	transition: 1s ease-in-out;
	transform: translate(2em,0);
}

.media{
	display: flex;
	align-items: flex-start;
	padding: 5px;
	position: relative;
	top: -1000px;
}
.media-object{
	margin-right: 1em;
}
.media-body{
	flex: 1;
}
.media-heading{
	margin: 0 0 .5em;
}








