/* Add additional stylesheets below
-------------------------------------------------- */

/* Portfolio Additions
------------------------- */

body {
  	position: relative;
  	font-size: 16px;
	line-height: 34px;
	color: #666666;
}

h1 {
	font-family: "europa", calibri, sans-serif;
  	font-size: 32px;
	font-weight: bold;
	color: #333333;
}

h2 {
	font-family: "europa", calibri, sans-serif;
	font-size: 28px;
	color: #333333;
}

h3 {
	font-family: "europa", calibri, sans-serif;
	font-size: 24px;
}

.header{
	background-color: #FFF;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
 	border-bottom: dotted 1px #dddddd;
}

.width{
	margin: 0 auto;
	max-width: 650px;
}

.main{
	padding-top: 80px;
	padding-bottom: 60px;
	min-height: 250px;
	background-color: #f9f9f9;
}

.subtitle{
	text-align: center;
	margin-bottom: 15px;
	margin-top: -6px;
}

.image-holder{
	margin: 0 auto;
	max-width: 500px;
	margin-bottom: 5px;
}

.text-holder{
	padding-left: 0px;
	padding-right: 0px;
}

.button {
	background-color: #666666;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	line-height: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 32px;
	padding-right: 32px;
	text-decoration: none;
	margin-top: 80px;
  	transition: color 0.1s ease-out, background 0.1s ease-in;
}
.button:hover {
	background-color: #3d3d3d;
	color: #FFFFFF;
	text-decoration: none;
}

.button img {
  margin-right: 8px;
  margin-top: -3px;
  width: 20px;
}


.header-pic {
	display: inline-block;
	text-decoration: none;
	margin-bottom: 15px;
	height: 60px;
	width: 60px;
}

/* Section 1 Apollo
------------------------- */

.section-1{
	background-color: #0192ee;
	color: #00253c;
	padding-top: 40px;
	padding-bottom: 60px;
}

.section-1 h2{
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.apollo {
	color: #00253c;
	border-bottom-color:#0064a5;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding-bottom: 2px;
	text-decoration: none;
}
.apollo:hover {
	color: #00253c;
	border-bottom-color:#00253c;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding-bottom: 2px;
	text-decoration: none;
}

.apollo-button {
	background-color: #0074be;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	line-height: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 25px;
	text-decoration: none;
	margin-top: 35px;
  	transition: color 0.1s ease-out, background 0.1s ease-in;
}
.apollo-button:hover {
	background-color: #3d3d3d;
	color: #FFFFFF;
	text-decoration: none;
}

.apollo-button img {
  margin-right: 8px;
  margin-top: -3px;
  width: 18px;
}


/* Section 2 SRI
------------------------- */

.section-2{
	background-color: #d5d5d5;
	color: #666666;
	padding-top: 40px;
	padding-bottom: 60px;
}

.section-2 h2{
	color: #3d3d3d;
	text-align: center;
	font-weight: bold;
}

.sri {
	color: #666666;
	border-bottom-color:#959595;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding-bottom: 2px;
	text-decoration: none;
}
.sri:hover {
	color: #666666;
	border-bottom-color:#666666;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding-bottom: 2px;
	text-decoration: none;
}

.sri-button {
	background-color: #a6a6a6;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	line-height: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 25px;
	text-decoration: none;
	margin-top: 35px;
  	transition: color 0.1s ease-out, background 0.1s ease-in;
}
.sri-button:hover {
	background-color: #3d3d3d;
	color: #FFFFFF;
	text-decoration: none;
}

.sri-button img {
  margin-right: 8px;
  margin-top: -3px;
  width: 18px;
}


/* Section 3
------------------------- */

.section-3{
	background-color: #80cb19;
	color: #273d08;
	padding-top: 40px;
	padding-bottom: 60px;
}

.section-3 h2{
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.elite {
	color: #273d08;
	border-bottom-color:#4f7e0f;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding-bottom: 2px;
	text-decoration: none;
}
.elite:hover {
	color: #273d08;
	border-bottom-color:#273d08;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding-bottom: 2px;
	text-decoration: none;
}


/* Section 4
------------------------- */

.section-4{
	background-color: #c6ef8d;
	color: #273d08;
	padding-top: 40px;
	padding-bottom: 60px;
}

.section-4 h2{
	color: #3d3d3d;
	text-align: center;
	font-weight: bold;
}

.nft {
	color: #273d08;
	border-bottom-color:#4f7e0f;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding-bottom: 2px;
	text-decoration: none;
}
.nft:hover {
	color: #273d08;
	border-bottom-color:#273d08;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding-bottom: 2px;
	text-decoration: none;
}

.nft-button {
	background-color: #89bf3d;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	line-height: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 25px;
	text-decoration: none;
	margin-top: 35px;
  	transition: color 0.1s ease-out, background 0.1s ease-in;
}
.nft-button:hover {
	background-color: #3d3d3d;
	color: #FFFFFF;
	text-decoration: none;
}

.nft-button img {
  margin-right: 8px;
  margin-top: -3px;
  width: 18px;
}




/* Social
------------------------- */

.social{
	background-color: #292929;
	height: 230px;
	font-size: 11px;
	text-align: center;
	padding-top: 40px;
}

.social h3 {
	font-family: "europa", calibri, sans-serif;
	color: #FFFFFF;
	margin-bottom: 35px;
	font-weight: normal;
}


.button-twitter {
	color: #7d7d7d;
	display: inline-block;
	width: 50px;
	text-decoration: none;
  	transition: color 0.1s ease-out, background 0.1s ease-in;
	text-align: center;
}

.button-twitter:hover {
	color: #34c6ff;
	text-decoration: none;
}
	
.button-twitter img {
	margin-bottom: 10px;
}

.button-email {
	color: #7d7d7d;
	display: inline-block;
	width: 50px;
	text-decoration: none;
  	transition: color 0.1s ease-out, background 0.1s ease-in;
	text-align: center;
}

.button-email:hover {
	color: #ffffff;
	text-decoration: none;
}
	
.button-email img {
	margin-bottom: 10px;
}

.button-cv {
	color: #7d7d7d;
	display: inline-block;
	width: 50px;
	text-decoration: none;
  	transition: color 0.1s ease-out, background 0.1s ease-in;
	text-align: center;
}

.button-cv:hover {
	color: #c6c6c6;
	text-decoration: none;
}
	
.button-cv img {
	margin-bottom: 10px;
}

.button-linkedin {
	color: #7d7d7d;
	display: inline-block;
	width: 50px;
	text-decoration: none;
  	transition: color 0.1s ease-out, background 0.1s ease-in;
	text-align: center;
}

.button-linkedin:hover {
	color: #2f8de0;
	text-decoration: none;
}
	
.button-linkedin img {
	margin-bottom: 10px;
}

.button-dribbble {
	color: #7d7d7d;
	display: inline-block;
	width: 50px;
	text-decoration: none;
  	transition: color 0.1s ease-out, background 0.1s ease-in;
	text-align: center;
}

.button-dribbble:hover {
	color: #ea4c89;
	text-decoration: none;
}
	
.button-dribbble img {
	margin-bottom: 10px;
}


/* CV Additions
------------------------- */

.cv {
  	font-size: 12px;
	line-height: 20px;
	color: #7f7f7f;
}

.cv .title {
	text-align: left;
	border-bottom: none;
	padding-top: 45px;
}

.cv .subtitle {
	text-align: left;
	border-bottom: none;
}

.cv .position {
}

.cv h1{
	font-size: 25px;
	margin-bottom: -10px;
	margin-top: 0px;
}

.cv h2{
  	font-size: 16px;
	color: #0192ee;
	margin-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}


.cv a:link {color: #7f7f7f; text-decoration:none;}
.cv a:visited {color: #7f7f7f; text-decoration:none;}
.cv a:hover {color: #0099FF; text-decoration:none;}
.cv a:active {color: #7f7f7f; text-decoration:none;}

.cv .date {
	/*background-color: #66FF66;*/
	text-align: right;
	padding-top: 42px;
	font-style: italic;
	margin-left: -30px;
}

.cv .date-upper {
}

.cv .date-lower {
}

.cv .col-main {
	/*background-color: aqua;*/
	margin-bottom: 25px;
}

.cv .uni-date {
	/*background-color: #66FF66;*/
	text-align: right;
	padding-top: 0px;
	font-style: italic;
}

.cv .col-right {
	/*background-color: pink;*/
}

.cv .company {
	color: black;
	font-weight: bold;
}

.cv .position {
	color: #0192ee;
}

.cv .list
{
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
	padding: 0px 0px 0px 0px;
}

.cv .black
{
	color: #000000;
	font-weight: bold;
}

.cv .contact-left {
	/*background-color: #66FF66;*/
	text-align: right;
	padding-top: 0px;
	font-style: italic;
}

.cv .contact-right {
	height: 21px;
	margin: 0px;
}


.pdfArea
{
	margin: 0 auto;
	height: 80px;
	text-align: left;
	padding-top: 58px;

}

.pdfHolder
{
	margin: 0 auto;
	text-align: left;
	height: 22px;
	width: 125px;
	float: left;
}

.pdf
{
	margin: 0 auto;
	text-align: left;
	width: 28px;
	float: left;
}

.pdfText
{
	margin: 0 auto;
	text-align: left;
	float: right;
	height: 22px;
	margin-top: 3px;
}




@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1) {


}

/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {

}

/* Desktop
------------------------- */
@media (max-width: 980px) {

}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {

 
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Remove any padding from the body */
body {
    padding-right: 0px;
    padding-left: 0px;
  }
  
.width{
	padding-left: 0px;
    padding-right: 0px;
}

.text-holder{
	padding-left: 20px;
	padding-right: 20px;
}

/* CV Additions
------------------------- */

.cv {
	padding-left: 20px;
	padding-right: 20px;
}

.cv .title {
	text-align: center;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -30px;	
	padding-top: 18px;
	padding-bottom: 41px;
 	border-bottom: dotted 1px #dddddd;
}

.cv .subtitle {
	margin-top: -30px;	
	padding-top: 18px;
	padding-bottom: 0px;
 	border-bottom: dotted 1px #dddddd;
	height: 100px;
}

.cv h1 {
  	font-size: 25px;
	color: #333333;
	margin-bottom: -6px;
	margin-top: 10px;
}

.cv h2 {
	margin-top: -6px;
	text-align: center;
}

.cv .date {
	text-align: left;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	height: 21px;
	padding-top: 9px;	
}

.cv .uni-date {
	text-align: left;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 21px;
	padding-top: 9px;	
}

.cv .date-line {
	float: left;
	height: 21px;
	margin: 0px;
}

.cv .contact-left {
	/*background-color: #66FF66;*/
	text-align: right;
	float: left;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 21px;
	padding-top: 9px;
	width: 76px;	
}

.cv .left {
	height: 21px;
	margin: 0px;
}

.cv .contact-right {
	margin-bottom: 30px;
	margin-top: -21px;
}

.cv .skills {
	border-top: dotted 1px #dddddd;
	padding-top: 30px;
	margin-bottom: 30px;
}


.cv .right {
	height: 21px;
	margin: 0px;
	padding-left: 94px;
}

.cv .col-main {
	margin-bottom: 30px;
}

.cv .company {
	height: 21px;
	margin: 0px;
}

.cv .position {
	height: 21px;
	margin: 0px;
}

.pdfArea{
	display: none;
}


}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
body {
	font-size: 16px;
	line-height: 28px;
  }
  

h1 {
  	font-size: 25px;
	color: #333333;
	margin-bottom: 0px;
}

h2 {
  	font-size: 24px;
}

h3 {
  	font-size: 21px;
}

.header{
	padding-top: 18px;
	padding-bottom: 18px;
}

.header-pic {
	display: inline-block;
	margin-bottom: 5px;
	height: 45px;
	width: 45px;
}
.main{
	padding-top: 28px;
	padding-bottom: 28px;
	min-height: 230px;
}

.button {
	margin-top: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 30px;
	padding-right: 30px;
}

.image-holder{
	margin-bottom: 0px;
}


.section-1{
	padding-top: 30px;
	padding-bottom: 30px;

}

.section-2{
	padding-top: 30px;
	padding-bottom: 30px;

}

.section-3{
	padding-top: 30px;
	padding-bottom: 30px;

}

.section-4{
	padding-top: 30px;
	padding-bottom: 30px;

}


.social{
	padding-top: 20px;
}

}


