/*
	
	File: resume.css;
	Author: Chris Charnecki;
	Date Created: 24 Jun 2018;
	Date Modified: 21 Nov 2018;

*/

/* Background pattern from Toptal Subtle Patterns */

body {
	background-color: #F4F4F4;
	margin: 0;
}

/*------HEADER------*/

.header {
	background-color: #1F2833;
	padding: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#portrait {
	border-radius: 100%;
	width: 15%;
	height: 15%;
	vertical-align: middle;
}

.resume-title {
	width: 40em;
	display: inline-flex;
	flex-wrap: wrap;
	color: #F4F4F4;
	text-align: left;
	font-family: 'Lato', sans-serif;
	margin-left: 2em;
	vertical-align: middle;
}

.social-list {
	display: inline;
	position: absolute;
	top: 1em;
	right: 1em;
}

.social {
	width: 3em;
	height: auto;
	-webkit-filter: saturate(0%) contrast(1000%) invert(100%); /* Safari 6.0 - 9.0 */
  	filter: saturate(0%) contrast(1000%) invert(100%);
}

.social:hover {
  -webkit-filter: saturate(200%); /* Safari 6.0 - 9.0 */
  filter: saturate(200%);
}

.resume-title h1 {
	font-size: 3em;
	font-style: bold;
	display: inline;
}

.resume-title a {
	text-decoration-line: none;
	color: #F4F4F4;
}

.resume-title p {
	width: 80%;
	text-align: justify;
}

.social-list li {
	list-style-type: none; 
	display: inline-block;
	padding-left: .5em;
	padding-right: .5em;
}

/*------NOTABLE SECTIONS------*/


/* [class^="col-s"] {
	background-color: black;
} */

.col-s-1 {width: 8.33%;}
.col-s-2 {width: 16.66%;}
.col-s-3 {width: 25%;}
.col-s-4 {width: 33.33%;}
.col-s-5 {width: 41.66%;}
.col-s-6 {width: 50%;}
.col-s-7 {width: 58.33%;}
.col-s-8 {width: 66.66%;}
.col-s-9 {width: 75%;}
.col-s-10 {width: 83.33%;}
.col-s-11 {width: 91.66%;}
.col-s-12 {width: 100%;}

.content {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1em;
	padding-right: 1em;
	box-sizing: border-box;
	max-width: 1400px;
	width: 100%;
}

.module-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.module-container {
	box-sizing: border-box;
}

.module-container:not(:first-child) {
	padding-left: .5em;
}
.module-container:not(:last-child) {
	padding-right: .5em;
}

.module {
	background-color: #FFFFFF;
	background-size: cover;
	max-width: 100%;
	height: 300px;
	margin-bottom: 1em;
	background-image: url('./img/abstract-business-code-270348.jpg');
	background-position: center;
	position: relative;
}

#riveroaks {
	background-image: url('./img/riveroakslanding.png');
}

#hedhog {
	background-image: url('./img/hedgehog.png');
}

#mansion-heist {
	background-image: url('./img/mansion-heist.png');
}

#cliplists {
	background-image: url('./img/cliplists.png');
}

#cofybreak {
	background-image: url('./img/cofy.png');
}

#bytes-and-beers {
	background-image: url('./img/bytesbeers.png');
}

#papertavern {
	background-image: url('./img/papertavern.png');
}

#switchscore {
	background-image: url('./img/switchscore.png');
}

#samrm {
	background-image: url('./img/samrm.png');
}

.module a {
	text-decoration: none;
	width: 100%;
	height: 100%;
}

.module-gradient {
	height: 100%;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	background: rgba(15,76,150, 0.8);
  	opacity: 0;
  	z-index: 99;
}

.module-info {
	position: absolute;
	font-family: 'Open Sans', sans;
	color: #ffffff;
	opacity: 0;
	z-index: 100;
	width: 100%;
	max-height: 0;
	top: 50%;
}

.module-info h2 {
	font-size: 1.5em;
	text-align: center;
}

.module-info ul {
	width: 90%;
	margin: 0 auto;
}

.section-title {
	font-family: 'Open Sans', sans;
	font-size: 3em;
	text-align: center;
	color: #0F4C96;
}

.section-content {
}

.section h3 {
	font-style: italic;
}

.section ul {
	padding: 0;
}

.section li {
	list-style-type: none; 
	font-family: 'Roboto', sans;
}

.section a {
	font-style: normal;
	text-decoration-line: none;
	color: #45A29E;
}

/*------FOOTER------*/
.footer {
	text-align: center;
	font-family: 'Roboto', sans;
}

.footer a {
	font-style: normal;
	text-decoration-line: none;
	color: #45A29E;
}