/** CSS **/

body {
	font-family: 'Roboto', sans-serif;
	background-color: #333333;
	background-image: linear-gradient(#102749, #111330);
	margin: 0px;
	padding: 0px;
}

div#header{
	box-sizing: border-box;
	position: relative;
	float: none;
	width: 100%;
	height: 268px;
	border: 0px solid red;
	margin: 0px auto;
	overflow: auto;
	background-image: url(images/blackFade_2x268.png);
	background-repeat: repeat-x;
}

div#wrapper{
	box-sizing: border-box;
	position: relative;
	float: none;
	width: 1320px;
	height: 860px;
	border: 0px solid red;
	margin: 0px auto;
	overflow: auto;
}

div#footer{
	box-sizing: border-box;
	position: relative;
	text-align: center;
	float: none;
	width: 100%;
	height: 68px;
	border: 0px solid red;
	margin: 0px auto;
	overflow: auto;
}

h1 {
	margin: auto;
	width: 50%;
	opacity: 0;
	color: rgba(255,0,0,0);
	font-size: 60%;
	line-height: 90%;

}

h2 {
	line-height: 95%;
}

.style2 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: white;
	text-decoration: none;
}

.style3 {
	font-family: Roboto, sans-serif;
	font-style: italic;
	font-size: 15px;
	color: white;
	text-decoration: none;
}

.style4 {
	font-family: Roboto, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #8c8796;
	text-decoration: none;
}

div#logo{
	box-sizing: border-box;
	position: relative;
	float: center;
	width: 550px;
	height: 200px;
	margin: auto;
	border: 0px solid blue;
	background-image: url(images/logo_black_550x200.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
div#roles{
	box-sizing: border-box;
	position: relative;
	float: center;
	width: 1290px;
	height: 40px;
	margin: auto;
	border: 0px solid blue;
	background-image: url(images/5roles_1000x50_w_v4.svg);
	opacity: 0.066;
	background-repeat: no-repeat;
	background-size: contain;
}

.flip-card {
  background-color: transparent;
  position: relative;
  float: left;
  width: 300px;
  height: 250px;
  margin: 15px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  /*background-color: #3960ac;*/
  color: white;
  /*border: 2px solid white;*/
  transform: rotateY(180deg);
}

.textBox {
	/*box-sizing: border-box;*/
	position: relative;
	/*text-align: center;*/
	/*float: none;*/
	width: 80%;
	/*height: 220px;*/
	/*border: 1px solid red;*/
	display: inline-block;
	margin: auto;
	/*overflow: auto;*/
}

.dot {
	filter: invert(1)
}
.mailat {
	filter: invert(1)
}
.linked {
	/*filter: invert(0)*/
	width: 48px;
	height: 48px;
}
.resume {
	filter: invert(0)
}
/*Resize presets*/

@media only screen and (max-width: 1380px){

	div#roles{
		width: 960px;
		height: 36px;
	}
	div#wrapper{
		width: 990px;
		height: 1130px;
	}
}

@media only screen and (max-width: 1010px){

	div#header{
		height: 248px;
		background-image: url(images/blackFade_2x240.png);
	}

	div#roles{
		width: 630px;
		height: 20px;
	}
	div#wrapper{
		width: 660px;
		height: 1690px;
	}
}

@media only screen and (max-width: 700px){

	div#header{
		height: 258px;
		background-image: url(images/blackFade_2x258.png);
	}

	div#logo{
		width: 300px;
		height: 110px;
	}
	div#roles{
		width: 300px;
		height: 120px;
		background-image: url(images/5roles_250x150_w_v4.svg);
		background-position: center;
	}
	div#wrapper{
		width: 330px;
		height: 3370px;
	}
}
