
/* Base Styles -------------------- */

* {
  box-sizing: border-box;
}

body {
  color: #fff;
  margin: 0;
  font: 1em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
}

h1 {
  font-size: 3rem; /* 90px/16px  */
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2;
/*  text-shadow: .5px .5px 1px #000;
*/}

.shadow {
	font-weight: bold;
	text-shadow: 3px 3px skyblue;
	}

h2 {
  font-size: 1rem; /* 53px/16px  */
  color: #fff;
  font-family: cursive;
  font-weight: normal;
  line-height: 1.1;
}

h3 {
	font-size: 1.75rem;
	font-weight: bold;
	/*text-shadow: 2px 2px skyblue;*/
	margin: .25rem 0 0 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 5px 20px 0 20px;
	color: #fff;
}

p {
	font-size: 1rem;
	text-shadow: .5px .5px black;
	margin: .25rem 0;
	display: inline-block;
	text-align: left;
	padding:  0 20px;
}

li {
	text-shadow: .5px .5px black;
	font-size: 1rem;
}

.title {
	text-transform: uppercase;
	padding: 20px 0;
	border-bottom: #fff;

}

.resume p {
	font-size: 1rem;
	margin: .25rem 0;
	display: block;
	text-align: left;
	padding: 0 20px;
}

.resume ul {
	text-shadow: .5px .5px black;
	margin: .25rem;
	list-style: none;
}

.resume ul ul {
	list-style: disc;
	margin-bottom: 15px;
}

.location {
	font-size: .8em;
}

.resumeDates {
	font-size: .8em;
}

.contact-info {
	list-style: none;
}

nav {
	color: #fff;
	text-shadow: .5px .5px black;
	font-size: 1.2rem;
	font-weight: 50;
	list-style: none;
}

.wrapper {
	background: #000;
}

/* Pseudo-classes ------------------ */

a:link {
	color: #fff;
	text-decoration: none;
}

#secondary a,
.skills-list a {
	text-decoration: underline;
}

a:visited {
	color: #fff;
}

a:hover,
.title:hover {
	color: skyblue;
  cursor: pointer;
}

.mail::before {
	background: url("../img/mail.svg");
}

.phone::before {
	background: url("../img/mobile.svg") format('svg');
	max-width: 70px;
	color: white;
	content: attr(data-icon);
	position: absolute;
}

.twitter::before {
	background: url("../img/twitter.svg");
}

/* layout --------------------- */

#indexheader {
	margin: 0 15px;
}

#header {
	margin: 0 15px;
	padding-right: 20px;
	width: 100%;
	min-height: 70px;
}


#logo {
	max-height: 50px;
	margin-top: 10px;
}

nav {
	width: auto;
	margin-top: 8px;
	margin-right: 20px;
}

nav ul {
	width: 100%;
	padding: 0;
}

nav li {
	display: inline-block;
	margin: 0 5px;
	}

.main-content {
	padding-top: 50px;
}

.headline {
	text-align: center;
	line-height: normal;
	margin: 5px auto;
	background-size: 100%;
	max-width: 1000px;
}

.tagline {
	text-align: center;
	padding: 30px 0 50px 0;
}

.profile-photo {
	text-align: center;
}

.profile-photo img {
	border-radius: 10px;
	max-width: 130px;
}

 .backgroundBorderRadius {
 	border-radius: 5px;
 	padding: 0 20px;
 }

.resume {
	margin: 15px 10px 10px 10px;
	padding: 0 10px;
	background: rgba(128,128,128,.6);
	border-bottom: #fff;
	max-width: 900px;

}

.resume ul {
	padding-left: 13px;
}

.resumeItems {
	padding-bottom: 20px;
	display: none;
}

.hiddenResume {
	display: none;
}

.projects {
	text-align: center;
}

ul.projects-list {
	padding-left: 0;
}

.projects-list {
  margin: 0;
	padding: 0;
}

.projectThumbnail {
	width: 150px;
	height: 150px;
	border-radius: 100%;
}

.projectsListItem {
	padding-top: 15px;
	padding-bottom: 20px;
	min-height: 200px;
}

.skills-list {
	text-align: left;
	overflow: auto;
	margin: 5px auto;
	padding: 15px;
}

.backgroundimage {
	background: url("../img/mthood.jpg") no-repeat top center fixed;
	background-size: cover;
	margin: 0 auto;
	max-width: 1300px;
	min-height: 89vh;
}

.background-photo {
	background: url("../img/mitchellpoint.jpg") no-repeat top center fixed;
	background-size: cover;
	margin: 0 auto;
	max-width: 1300px;
	min-height: 89vh;
}

.background-photo-contact {
	background: url("../img/mitchellpoint.jpg") no-repeat top center fixed;
	background-size: cover;
	margin: 0 auto;
	max-width: 1300px;
	min-height: 89vh;
}

.background-photo-resume {
	background: url("../img/mitchellpoint.jpg") no-repeat top center fixed;
	background-size: cover;
	margin: 0 auto;
	max-width: 1300px;
	min-height: 600px;

}

#footer {
	padding: 10px;
	margin: 2px 0 0 0;
	text-align: center;
	background: #000;
	border-top: solid thin #fff;
}

.social-icon {
	max-width: 30px;
	text-align: center;
	margin: 0 10px;

}

/* Floated Columns ------------------ */

.navigation {
	float: right;
}

#logo {
	float: left;
}

#primary {
	padding: 20px 10px 10px 20px;
	margin: 25px 1px 0 0;
	clear: both;
}

#secondary {
	float: right;
	margin: 15px 10px 25px 10px;
	width: 95%;
	background: rgba(128,128,128,.6);

}

#contact-primary {
  	padding: 20px 10px 10px 20px;
	margin: 15px 10px;
	float: left;
  	clear: both;
  	background: rgba(128,128,128,.6);
  	height: 300px;
}

#contact-secondary {
	padding: 20px 10px 10px 20px;
	margin: 15px 10px;
  	float: center;
  	background: rgba(128,128,128,.6);
  	clear:both;
  	height: 300px;
}

#contact-secondary ul {
	margin-top: 0;
	padding-left: 25px;
}

/* Float Clearfix ------------------ */

.group:after {
  content: "";
  display: table;
  clear: both;
}

.backgroundimage:after {
  content: "";
  display: table;
  clear: both;

}

.background-photo:after {
  content: "";
  display: table;
  clear: both;
}

#contact-primary {
	content: "";
	display: table;
	clear: both;
}
