html, body {
    margin: 0;
    font-family: Raleway;
    padding: 0;
}

.div {
	margin-left: 0px auto;
	margin-right: 0px auto;
	width: 100%;
}

#background {
	position: fixed;
	padding: 0 !important;
	z-index: -1;
	margin-top: 0%;
	height:100%;
	width:100%;
}

#background img{
	position: relative;
	margin-left: 0px auto;
	margin-right: 0px auto;
	width: 100%;
}

#topbar {
	position: fixed;
	background-color: white;
	height: 8%;
	width: 100%;
	z-index: 100;
	display: none;
}

.topbar {
	position: relative;
	display: inline-block;
	font-weight: 300;
	font-size: 18px;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	background-color:  transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#topbar-item {
	float: right;
	color: rgb(77, 208, 210);
	cursor: pointer;
	height: 0%;
	border: 3px solid transparent;
}

#topbar-item:hover {
    background: rgb(77, 208, 210);
    color: white;
    cursor: pointer;
    height: 60%;
    border-bottom-left-radius: 30%; 
    border-bottom-right-radius: 30%;
    border: 3px solid;
}

#topbar-profile {
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px;
	height: 100%;
}

#topbar-profile img{
	height: 100%;
}

#topbar-firstname {
	float: left;
	color: rgb(244, 105, 11);
	padding-right: 0px;
}

#topbar-lastname {
	float: left;
	color: gray;
	font-weight: 200;
	padding-left: 5px;
}

#profile_pic img{
	height: 100px;
	width: 100px;
	margin-left: 80%;
}

#name-bar {
	position: absolute;
	top: 85%;
	width: 80%;
	height: 20%;
	left: 10%;
	background-color: transparent;
}

#name-overlay {
	position: relative;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
}


#firstname {
	position: absolute;
	color: rgb(210, 35, 5);
	color: rgb(77, 208, 210);
	top: -10%;
	left: 0%;
	margin-left: 0%;
	font-size: 120px;
    font-family: Raleway;
    font-weight: 700;
    opacity: 0.7;
}

#lastname {
	position: absolute;
	color: rgb(77, 208, 210);
	color: white;
	top: -10%;
	margin-left: 55%;
	font-size: 120px;
	font-family: Raleway;
	font-weight: 200;
	opacity: 0.7;
}


#content {
	position: relative;
	width: 100%;
	height: 200%;
	top: 100%; 
	background-color: white;
}

#content-bar {
	position: relative;
	width: 100%;
	height: 40%;
	top: 0%;
	background-color: transparent;
	opacity: 1;
}

#content-bar img{
	width: 100%;
	height: 0 auto;
}


#education {
	position: relative;
	top: 0%;
	width: 100%;
	height: 40%;
	overflow: hidden;
	opacity: 1;
}

#education img {
	width: 100%;
	height: 0 auto;
}

.education {
	position: relative;
	text-align: center;
	color: white;
	font-family: Raleway;
	margin: 10px;
}

#school {
	top: -80%;
	font-size: 90px;
	font-weight: 200;
}

#major {
	top: -65%;
	font-weight: 500;
	font-size: 30px;
}

#graduate {
	top: -50%;
	font-weight: 300;
	font-size: 30px;
}


#content-card {
	position: relative;
	margin-left: 0.5%;
	margin-top: 30%;
	height: 100%;
	width: 23%;
	display: inline-block;
	background-color: black;
	font-weight: 400;
	cursor: pointer;
	border: 5px solid rgb(77, 208, 210);
	z-index: 100;
	opacity: 0.3;
}


#block1 {
	position: relative;
	top: -50%;
	background-color: white;
	width: 100%;
	height: 30%;
}

#block2 {
	position: relative;
	top: -30%;
	background-color: white;
	width: 100%;
	height: 20%;
}

#social {
	position: relative;
	width: 35%;
	height: 80px;
	background-color: transparent;
	opacity: 0;
	top: -900px;
	left: 450px;
}

.social-icon {
	position: relative;
	padding: 7px;
	margin: 10px;
	width: 60px;
	border: 5px solid rgb(255,54,130);
	border-radius: 50%;
}

.social-icon:hover {
	transform: translateY(-20px);
	-o-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    text-shadow: 0px 30px 15px -10px rgb(255,54,100);
    -o-box-shadow: 0px 30px 15px -10px rgb(255,54,100);
    -moz-box-shadow: 0px 30px 15px -10px rgb(255,54,100);
    -webkit-box-shadow: 0px 30px 15px -10px rgb(255,54,100);
}

.tree {
	position: relative;
    height: 300px;
    width: 40%;
    border-radius: 20px;
}

#contents {
	position: relative;
	width: 100%;
	height: 800px;
	background-color: white;
	top: -54%;
}

#whoiam {
	background-color: rgb(255, 54, 130);
    top: 100px;
    left: 5%;
}

#title {
	position: relative;
	top:15px;
	left: 20px;
	font-size: 36px;
	color: white;
	font-family: Yanone Kaffeesatz;
	font-weight: 400;

}

#paragraph {
	position: relative;
	top: 40px;
	left: 20px;
	width: 90%;
	color: white;
	font-size: 24px;
	font-family: Yanone Kaffeesatz;
	font-weight: 200;
}

#whatido {
	background-color: rgb(255, 54, 130);
    top: 20px;
    left: 57%;
}

#end {
	position: relative;
	width: 100%;
	height: 20%;
	top: -54%;
	background: linear-gradient(white, transparent);
}

.name-active1 {
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.name-active2 {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}

.school-active, .major-active {
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateX(-40px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.sticky {
	position: fixed;
	top: 500px;
}

.topbar-overlay-active {
    opacity: 1;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
