/* ******GLOBAL STYLES ****** */

body {
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	color: #3d686a;
	background-color: #f6f6f6;
	font-weight: lighter;
}

h2, h3 {
	font-variant: small-caps;
}
h2, h3, h4 {
	color: #3f7084;
}
h2 {
	font-family: 'Rancho', cursive;
	font-size: 47px;
	text-align: center;
	font-weight: lighter;
}
h3 {
	font-size: 22px;
	line-height: 0px;
}

a, a:visited {
	text-decoration: none;
	color: #1a98ca;
	}
a:hover {
	color: #faf6b9;
}

.arrow-up {
	background: url ('../img/arrow-up.png') center top no-repeat;
	display:block;
	margin:0 auto -25px;
	width:40px;
	height:40px;
	padding-top: 10px;
}

.arrow-up:hover {
	background: url ('../img/arrow-up-hover.png');
}




/* ****** GRID ****** */
.full-width {
	width: 1198px;
	margin: 0 auto;
	overflow:auto;
}
.half-width {
	width: 599px;
	float: left;
	overflow:hidden;
}
.third-width {
	width:369px;
	float:left;
	margin:auto;
	padding-left: 10px;
	padding-right: 10px;
}


/* ****** HEADER ****** */
header {
	padding-top: 50px;
	background: url("../img/skyline.jpg") no-repeat;
	background-size: cover;	
	background-color: #c2d1e4;
}

header .full-width {
	height: 645px;
	background: url("../img/header-image.jpg") no-repeat;
	opacity: 0.82;
    filter: alpha(opacity=82); /* For IE8 and earlier */
	background-color: #ecedf1;	
	border: 2px solid #d16e80; /* Mulitple sizes would not work with the border shortcut so I had to add a new property below for the border-bottom to overide this one. */
	border-bottom: 0px;  /* This cancels out the 2px set above due to Specificity. Lower on page takes priority. */
	border-radius: 50px 50px 0px 0px;
	box-shadow:20px 20px 50px #d4d4d4, -20px -20px 50px #d4d4d4, 0px -5px 20px #d4d4d4 inset;
	/* box-shadow: none|h-offset v-offset blur spread color |inset|initial|inherit; */
}


header h1 {
	font-family: Rancho, cursive;
	font-size: 90px;
	font-weight: lighter;
	color: #d16e80;
	text-align: center;
	padding-top: 140px;
}
header p {
	font-family: Cabin, regular;
	font-size: 46px;
	font-weight: lighter;
	color: #716D6A;
	text-align: center;
	margin-top: -60px;
}


.nav-width {
	width: 1100px;
	margin: 0 auto;
	overflow:auto;
	margin-top:-50px;
}
nav {
	float: right;
}
nav ul li {
	display: inline-block; /*This also removed the bullets. Inline-block allows padding here just inline would not.*/
}
nav ul li a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	color: #828282;
	padding-left: 80px;
}

nav a:visited {
	text-decoration: none;
	color: #828282;
	}
nav a:hover {
	color: #000000;
}


/* ****** SKILLS  ****** */

#skills {
	border-top: 3px solid #3f7084;	
	background-color: #c2d1e4;
}
#skills .full-width  {
	padding-bottom: 50px;
	background-color: #c2d1e4;
}
#skills .third-width {
	width: 366px;
}
#skills span {
	font-weight: bold;
	font-size: 18px;
	line-height: -10px;
	color: #874c56;
	font-variant: small-caps;
}
#skills h2 {
	color: #d16e80;
}
#skills img {
	padding-right: 20px;
	float:left;
}
#skills p {
	clear:both;
	display: flex;
	align-items: center;
}
#equal {
	font-size:90px;
	font-weight: bold;
	color:#d16e80;
	text-align: center;
	vertical-align: middle;
	padding-top: 100px;
	padding-left: 30px;
}

.iconbox {
	width:350px;
	padding:25px 25px 25px 75px;
	background-color: #dabec3;
	border-radius: 25px;
}


/* ****** WORK  ****** */

#work nav {
	padding-bottom: 50px;
	display: inline;
}

#work a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	color: #1a98ca;
	}
#work a, a:visited {
	color: #1a98ca;
	}
#work a:hover {
	color: #0d70bc;
}

#work nav img {
	vertical-align: middle;
	padding-left: 5px;
}

#work {
	background-color: #e3e5e9;
}
#work .full-width  {
	padding-bottom: 50px;
	background-color: #e3e5e9;
}


#work h3 {
	text-align: center;
		margin-bottom: 15px;
}
#work h4 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
}


#work p, #work h4 {
	line-height: 18px;
	font-size: 14px;
}



/* ****** ABOUT ****** */
#about {
	background-color: #3f7084;
}
#about .full-width {
	background-color: #3f7084;
}
#about h2 {
	color: #233035;
}
#about h4 {
	color: #233035;
	line-height: 0px;
	font-weight: bold;
	font-variant: small-caps;
}
#about p {
	color: #233035;
	font-size: 20px;
	line-height: 35px;
	font-weight:lighter;
}
#photo-kelly {
	vertical-align: bottom;
	padding-left: 100px;
}


/* ****** CONTACT ****** */
#contact {
	background-color: #2a4955;
}
#contact .full-width {
	height: 450px;
	background-color: #2a4955;
}

#contact h2, #contact p, #contact h4 {
	color: #bdbfc3;
	text-align: center;
}

.contact-info a {
	text-decoration: none;
	color:#d6a8b1;
}


#nav-social {
	text-align: center; /*this doesn't work*/
	margin: 0 auto; /*this doesn't work*/
}
#nav-social ul {
	display:inline-block;
}
#nav-social li {
	display: inline;
	list-style: none;
		float:left;
}
#nav-social a {
	text-decoration: none; 
	padding: 0 15px; /* variable width*/ 

}

.copywright {
	clear:both;
	font-size: 16px;
	text-align: center;
	font-weight: lighter;
	padding: 100px 10px 0px;
}





