/* CSS Document */

/* Global Styles
--------------------*/


body{
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}

h1,h2{
	font-family: 'Caveat', cursive;
	font-weight: 400;
}

h1{
	font-size:80px;
}

h2{
	font-size:40px;
	margin-top: 0;
}
h3{
	margin: 0;
}

a{
	color: #00ff00;
}

a:hover{
	text-decoration: none;
}

.content-wrap{
	max-width: 950px;
	margin: 0 auto;
	padding: 60px 50px;
	overflow: hidden;
}

.col-narrow{
	width: 30%;
	float: left;
}

.col-wide{
	width: 65%;
	float: left;
	padding-left: 20px;
}
.uppercase{
	text-tansform: uppercase;
}
.btn{
	text-decoration: none;
	color: grey;
	background: pink;
	padding: 10px;
	display: inline-block;
}

/*Header and Footer
--------------------*/
header, footer{
	background: #2B2D42;
	color: #8D99AE;
}
/*header*/
header{
	padding-top: 50px;
	position: relative;
}

.profile_img{
	border-radius: 180px;
	width: 300px;
}
.download{
	position: absolute;
	bottom: 0;
	right: 0;
}

header h1, header h2{
	color: #EDF2F4;
}
/*footer*/
footer{
	text-align:center;
}

.contact-info a {
/*	background: white;*/
	padding: 10px;
}

/*Navigation
--------------------*/
nav{
	text-align: center;
	background: grey;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
nav a{
	display: inline-block;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700px;
}

/*Work Experience
--------------------*/
.work{
	background: linear-gradient(rgba(237, 242, 244, 0.8), rgba(237, 242, 244, 0.3)), 
		url(../flowers.jpg) no-repeat fixed;
	background-size: cover ;
}
h3 ~ p{
	margin: 0;
}
.job-description p:first-of-type{
	margin-top: 0;
}
.skills{
	background: #669999;
}

/*Education
--------------------*/
.education{
	background: linear-gradient(rgba(117, 95, 97, 0.8), rgba(117, 95, 97, 0.3)), 
		url(../HB.jpg) no-repeat fixed;
	background-size: cover ;
	color: white;
}

p + h3 {
	margin-top :30px;
}






