* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 110%;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	margin: 0;
	padding-top: 0;
	padding-right: 15;
	padding-bottom: 0;
	padding-left: 15;
	list-style-type: square;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 5px;
	padding-left: 5px; 
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: .5em;
    text-align: center;
}
@media (min-width: 768px) {
	h1, h2 {
		font-size: 2rem;	
	}
}
a img { 
	border: none;
}
a:link {
	color: #060;
	text-decoration: underline;
}
a:visited {
	color: #093;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color: #3C3;
}
.button {
	background-color: #060;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 0;
	border-radius: 6px;
}
.button, input[type="submit"].button {
	border-radius: 6px;
}

a.button {
	color: #FFF;
	text-decoration: none;
}
.button:hover, .button:active, .button:focus{
	background-color: #3C3;
}

.content {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0px;
}

.profile-picture-block {
	text-align: center;
	margin-bottom: 1em;
}

@media (min-width: 768px) {
	.profile-picture-block {
		text-align: left;	
	}
}

section {
	margin-top: 2rem;
}

article {
	overflow-x: hidden;
}

.image-overlay-section .image-container {
    background-size: cover;
	height: 200px;
}

@media (min-width: 768px) {
	.image-overlay-section .image-container {
		height: 100%;
	}
}

.image-overlay-section {
	position: relative;
}

@media (min-width: 768px) {
	.image-overlay-section {
		height: 625px;	
	}
}

.image-overlay-section .overlay {
    font-size: 1.5em;
    line-height: 1.5;
    padding: 1em;
}

@media (min-width: 768px) {
	.image-overlay-section .overlay {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		border-radius: 6px;
		border: 2px solid #000;
		background-color: rgba(255,255,255,.8);
	}
}

@media (min-width: 768px) {
	.overlay.right-overlay {
		right: 5%;
		width: 66%;	
	}
}

.project_spotlight {
	position: relative;
	max-width: 90%;
    margin: auto;
	padding-bottom: 1em;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 1em;
}

.project_spotlight .project_icon {
    position: relative;
    background: white;
    border-radius: 6px;
    box-shadow: inset 0 0 2px 0 rgba(255,255,255,.4), inset 0 0 3px 0 rgba(0,0,0,.4), inset 0 0 3px 5px rgba(0,0,0,.05), 2px 2px 4px 0 rgba(0,0,0,.25);
    padding: 5px;
	width: 100px;
	margin: 1em auto;
	z-index: 2;
}

@media (min-width: 768px) {
	.project_spotlight .project_icon {
		position: absolute;
		width: 130px;
    	left: 2%;
	}
}

.project_spotlight h3 {
    font-weight: bold;
	text-align: center;
	font-size: 1.3rem;
}

@media (min-width: 768px) {
	.project_spotlight h3 {
		position: absolute;
		top: 20px;
		left: calc(2% + 140px);
		text-align: left;
	}
}

@media (min-width: 1024px) {
	.project_spotlight h3 {
		top: 15px;
		font-size: 1.6875rem;	
	}
}

.project_spotlight .image_row {
	position: relative;
}

@media (min-width: 768px) {
	.project_spotlight .image_row {
		position: initial;
	}
}

.project_spotlight .project_image_container {
	height: 200px;
	margin-bottom: 20px;
}

@media (min-width: 568px) {
	.project_spotlight .project_image_container {
		height: 300px;
	}
}

@media (min-width: 768px) {
	.project_spotlight .project_image_container {
		padding-top: 65px;
		height: 565px;
		margin-bottom: 0;
	}
}

.project_spotlight .project_image {
	height: 200px;
	background-size: cover;
}

@media (min-width: 568px) {
	.project_spotlight .project_image {
		height: 300px;	
	}
}

@media (min-width: 768px) {
	.project_spotlight .project_image {
		height: 500px;	
	}
}

.project_spotlight .project_desktop_screenshot {
	position: absolute;
    right: 2%;
    width: 200px;
    z-index: 2;
    top: 70px;
}

@media (min-width: 568px) {
	.project_spotlight .project_desktop_screenshot {
		width: 300px;
		top: 90px;	
	}
}

@media (min-width: 768px) {
	.project_spotlight .project_desktop_screenshot {
		position: absolute;
		top: auto;
		right: 2%;
		width: 28%;
		bottom: 10px;
		z-index: 2;
	}
}

.project_spotlight .project_text {
    background: rgba(255,255,255,.8);
	padding: 1em;
}

@media (min-width: 768px) {
	.project_spotlight .project_text {
		position: absolute;
		top: 20%;
		left: 25%;
		width: 65%;	
		padding: 2em;
    	padding-right: 3em;
		max-height: 400px;
    	overflow-y: auto;
	}
}

@media (min-width: 1200px) {
	.project_spotlight .project_text {
		width: 50%;
	}
}

.project_spotlight .bottom_row {
    text-align: center;
    margin-top: 0;
}

@media (min-width: 768px) {
	.project_spotlight .bottom_row {
		margin-top: 1em;
	}
}

.skill_list, .site_details {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	list-style-position:outside;
	padding-left: 0;
	list-style:none;
}

@media (min-width: 500px) {
	.skill_list {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media (min-width: 1024px) {
	.skill_list {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}

.skill_list li, .site_details li {
	position: relative;
	padding-left: 1.6em;	
}
.skill_list li:before, .site_details li:before {
	content: '';
	margin: 0.3em 0.5em 0 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-image: url(../images/green-bullet.png);
	background-size: contain;
	background-position:center;
	display: inline-block;
	height: 1em;
	width: 1em;
}

footer, footer p {
	padding: 1em;
	text-align: right;
	font-size: .9rem;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: 100%;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
