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
}
.home{
	position: relative;
	transition: transform .2s;
	right: -90%;
	bottom: 150px;
}
.home:hover{
	transform: scale(1.02);
}
.tab1{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: -100px;
	border-radius: 10px;
	opacity: 1;
}
.tab2{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: 0px;
	bottom: -110px;
	border-radius: 10px;
	opacity: .7;
}
.tab3{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: 1080px;
	border-radius: 10px;
	opacity: .7;
}
.tab4{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: 1030px;
	border-radius: 10px;
	opacity: .7;
}
.tab5{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: 1020px;
	border-radius: 10px;
	opacity: .7;
}
.tab6{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: 970px;
	border-radius: 10px;
	opacity: .7;
}
.tab7{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: 960px;
	border-radius: 10px;
	opacity: .7;
}
.tab8{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: 950px;
	border-radius: 10px;
	opacity: .7;
}
.tab9{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: 900px;
	border-radius: 10px;
	opacity: .7;
}
.tab10{
	height: 50px;
	width: 250px;
	background-color: black;
	position: relative;
	left: -50px;
	bottom: 890px;
	border-radius: 10px;
	opacity: .7;
}
.slide_right:hover{
	transition: 1s ease-in-out;
	transform: translate(2em,0);
}
.media {
    display: flex;
    align-items: flex-start;
    background: #F6F3EB;
    padding: 2em;
    max-width: 50em;
    margin: 100px;
 }
 .media-object {
    margin-right: 1em;
 }
 .media-body {
    flex: 1;
 }
 .media-heading {
    margin: 0 0 .5em;
 }
.notes{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    margin: 100px;
}
.notes img{
	margin: 10px;
    max-width: 6vw;
}
.text{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    margin: 70px;
}

