body,
html {
  height: 100%;
}

body {
  font-weight: 200;
  font-size: 1.5rem;
  color: #444;
}

.intro-left {
  background: black;
  background-size: cover;
  position: fixed;
  left: 0;
  width: 33.3333%;
  height: 100%;
  color: white;
}

@media (max-width: 768px) {
  .intro-left {
    height: 50vh;
    margin-bottom: 0;
    position: relative;
    width: 100%;
  }
}

.avatar {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  margin: 1rem;
}

.full-height {
  height: 100%;
}

.quote {
  float: right;
}

section {
  margin: 5rem;
  font-size: 1.2 rem;
}

a {
  color: #444;
  text-decoration: none;
}

.footer {
  background-color: #fff;
  font-size: 1rem;
  margin: 0;
}

/* .panel-right {
  background-color: #eee;
} */

.background {
  background-color: #eee;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: fixed;
  clip-path: polygon(36% 0, 95% 0, 65% 100%, 18% 100%);
}

.float{
  position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:black;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
