body, html {
	background: #111;
	font-family: "Work Sans", sans-serif;
	font-weight: 300;
	height: 100%;
	color: #777;
	-webkit-font-smoothing: antialiased;
}

header {
	padding: 40px 40px 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	font-size: 14px;
	font-family: "Work Sans", sans-serif;
    font-weight: 300;
}

p {
	font-size: 42px;
	line-height: 49px;
	font-weight: 600;
	margin-bottom: 50px;
}

a:active, a:visited, a:hover, a:focus {
	text-decoration: none;
	color: #fff;
}

header a:hover, .hire-me a:hover {
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 2px solid #3569D5;
}

.highlight {
	color: #3569D5;
}

.pop {
	color: #fff;
}

.cta {
	background: #3569D5;
	padding: 15px 70px;
	border-radius: 100px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
}

.cta:visited, .cta:active {
	text-decoration: none;
}

article {
	height: 100%;
	display: flex;
	align-items: center;
}

.hire-me {
	text-align: right;
	float: right;
	line-height: 50px;
}

.hire-me a {
	padding-bottom: 5px;
	border-bottom: 2px solid #3569D5;
}

.logo {
	background: #2951CB;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	font-weight: 700;
	margin-right: 45px;
	float: left;
}

nav ul {
	padding: 0;
	margin: 0;
	float: left;
}

nav ul li {
	display: inline-block;
	line-height: 50px;
	margin-right: 45px;
	list-style: none;
}

nav ul li a, .hire-me a {
	color: #fff;
	text-transform: uppercase;
}

.hamburger {
    display: none;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color: #fff;
    margin: 8px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.panel .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.panel .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.panel .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

.content {
	max-width: 1110px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
	padding-left: 135px;
	box-sizing: border-box;
}

.content p a {
	color: #3DCB29;
}

@media (max-width: 700px) {
	body {
		background-size: inherit;
	}

	article {
		display: block;
		height: auto;
	}

	.logo {
		float: none;
		margin: 0;
		display: inline-block;
		position: relative;
		z-index: 2;
	}

	.panel .logo {
		background: #fff;
		color: #2951CB;
	}

	.hamburger {
		display: inline-block;
		float: right;
	}

	header {
		position: static;
		padding-top: 0;
		margin: 40px 0 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.content {
		padding: 30px 30px 0;
	}

	.cta {
		margin-bottom: 50px;
		padding: 15px 30px;
	}

	p {
		font-size: 24px;
		line-height: 30px;
	}

	nav {
		display: none;
		padding-top: 120px;
	}

	.panel nav {
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #2951CB;
	}

	.panel nav ul li a, .hire-me a {
		font-size: 24px;
		line-height: 72px;
		display: block;
		padding-bottom: 5px;
		border-bottom: 2px solid #3569D5;
		text-transform: capitalize;
	}

	nav ul {
		float: none;
	}

	nav ul li, .hire-me {
		display: block;
		line-height: 30px;
		text-align: center;
		margin: 0;
	}

	.hire-me {
		float: none;
	}
}
