/*Universal Styles*/
@import url('https://fonts.googleapis.com/css?family=Lato');
@font-face {
    font-family: Before The Rain;
    src: url(../fonts/BeforeTheRain.ttf);
}
body{
	font-family: Lato, sans-serif;
	font-weight: lighter;
background: linear-gradient(to right, rgba(134,210,242,0.52) 0%,rgba(255,255,255,0.52) 12%,rgba(255,255,255,0.52) 88%,rgba(134,210,242,0.52) 100%);
}
h1, h2, h3, h4{
	font-family: Lato, sans-serif;
	font-weight: bold;
}
h1{
	text-align: center;
}
h1::first-letter {
	color:#86d2f2;
}
img{
	margin-bottom: 2rem;
}
p{
	margin-bottom: 2rem;
}
video{
	text-align: center;
}
/*End Universal Styles*/
/*Start Navigation Styles*/
.top-bar{
	border-top:2px solid #86d2f2; 
	background-color: #fff;
	margin-bottom: 1em
}
.top-bar ul{
	background-color: transparent;
	float: right;
}
.title-bar{
	background-color: #fff;
}
.menu a{
	background-color: #fff;
	color: #000;
}
/*.menu-icon::after{
	background: #D34376;
	box-shadow: 0 7px 0 #D34376, 0 14px 0 #D34376;
}
.menu-icon:hover::after{
	background: #D34376;
	box-shadow: 0 7px 0 #D34376, 0 14px 0 #D34376;
}*/
/*End Navigation Styles*/
/*Start Heading Styles*/
.hero{
	text-align: center;
	padding: 8rem 0;

}
.hero p{
	margin: 1rem 0;
	font-weight: normal;
}
.after-hero{
	margin: 1rem;
}
.firstlet{
		color:#86d2f2;
}
.script{
	font-family: "Before the Rain", cursive;
	color: #000;
	font-weight: 900;
}
/*End Heading Styles*/
/*Other Styles*/
.aboutP{
	margin-top: 2rem;
}