body {
	background: #FFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	overflow-x: hidden;
	margin-top: 0px;
}

li {
	margin-top: 3px;
	margin-bottom: 3px;
}

a {
	text-decoration: none;
	/*color: #333;
	color: #4A96AD;*/
	color: #2f5c6a;
}

a:hover {
	color: #4A96AD;
	-webkit-transition: 0.3s ease;
			transition: 0.3s ease;
}

li a {
	color: #4A96AD;
	-webkit-transition: 0.3s ease;
			transition: 0.3s ease;
}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 3px;
}

h3 {
	font-family: 'Source Sans Pro', 'Lato';
	font-size: 20px;
	margin: 0 0 0px 10px;
}

h5 {
    font-family: 'Source Sans Pro', 'Lato';
    margin: 2px 0 0px 10px;
}

hr {
	margin: 5px 10px 5px 10px;
	font-family: 'Open Sans';
	background: #535353;
	color: #535353;
	border: 0;
    height: 0;
    border-top: 1.0px solid;
    border-bottom: 1.0px solid;
}

#topmost-hr {
	margin: 0px 10px 0px 10px;
	background-color: #7D1935;
}

.fancy-hr {
	padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
	margin-bottom: 30px;
    text-align: center;
	display: none;
}
.fancy-hr:after {
	content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: #FFF;
}

header {
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	color: #535353;
	font-weight: 300;
}
header span {
	color: #ddd;
	font-weight: 300;
}

header:hover {
	color: #333333;
	-webkit-transition: 0.3s ease;
			transition: 0.3s ease;
}

::selection {
  background: #FDF4B6;
  color: #424242;
}

::-moz-selection {
  background: #FDF4B6;
  color: #424242;
}

/* Structural CSS
 * * * * * * * * * * * * * * * * */

.left-column {
	float: left;
	display: inline-block;
	margin-left: 30px;
	width: 55%;
}

.right-column {
	float: right;
	display: inline-block;
	margin: 0 30px 10px 0;
	width: 35%;
	overflow-x: hidden;
}

.right-column > p {
	margin-left: 20px;
}

/* Custom
 * * * * * * * * * * */

/* header:hover {
	text-decoration: none;
} */

/* Media Queries
 * * * * * * * * * * */

@media (max-width: 820px) {
	#resume-header {
		font-size: 25px;
		-webkit-transition: 0.2s ease;
	}

	.left-column {
		width: 100%;
		margin-right: 30px;
		margin-left: 15px;
	}

	.right-column {
		float: none;
		display: block;
		width: 100%;
		margin-left: 15px;
		margin-right: 30px;
		-webkit-transition: 0.2s ease;
	}

	.fancy-hr {
		display: block;
		-webkit-transition: 0.3s ease;
	}
}

@media (max-width: 480px) {
	#resume-header {
		font-size: 20px;
		-webkit-transition: 0.2s ease;
	}

	.left-column {
		margin-left: 5px;
	}

	.right-column {
		margin-left: 5px;
	}

	h2 {
		font-size: 25px;
	}
}

@media (min-width: 1200px) {
	#resume-header {
		font-size: 30px;
		-webkit-transition: 0.2s ease;
	}

	.left-column {
		width: 50%;
		margin-left: 100px;
		-webkit-transition: 0.2s ease;
	}
	.right-column {
		width: 30%;
		margin-right: 100px;
		-webkit-transition: 0.2s ease;
	}
}

@media (min-width: 1400px) {
	.left-column {
		width: 45%;
		margin-left: 150px;
		-webkit-transition: 0.2s ease;
	}
	.right-column {
		width: 30%;
		margin-right: 150px;
		-webkit-transition: 0.2s ease;
	}
}