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

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

body {
  	position: relative;
  	font-size: 17.5px;
	font-weight: 300;
	line-height: 30px;
	color: #676767;	
	text-align: center;  /* Check for CV? */
}

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

h2 {
	font-family: "europa", calibri, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #3f3f3f;
}

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

.header{
	background-color: #3f3f3f;
	color: #b6b6b6;
	padding-top: 35px;
	padding-bottom: 35px;
}

.subtitle{
	margin-bottom: 40px;
	margin-top: -6px;
}


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

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

.main{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ededed;
}

.main-illustration {
	color: #a1a1a1;
	border-bottom-color:#a1a1a1;
  	border-bottom-style:dotted;
  	border-bottom-width:1px;
    padding-bottom:1px;
}

.main-illustration:hover  {
	color: #676767;
	text-decoration: none;	
	border-bottom-color:#676767;
  	border-bottom-style:dotted;
  	border-bottom-width:1px;
    padding-bottom:1px;
}

.main-linkedin {
	color: #a1a1a1;
	border-bottom-color:#a1a1a1;
  	border-bottom-style:dotted;
  	border-bottom-width:1px;
    padding-bottom:1px;
}

.main-linkedin:hover  {
	color: #0077b5;
	text-decoration: none;	
	border-bottom-color:#00aced;
  	border-bottom-style:dotted;
  	border-bottom-width:1px;
    padding-bottom:1px;
}

.main-twitter {
	color: #a1a1a1;
	border-bottom-color:#a1a1a1;
  	border-bottom-style:dotted;
  	border-bottom-width:1px;
    padding-bottom:1px;
}
.main-twitter:hover  {
	color: #00aced;
	text-decoration: none;	
	border-bottom-color:#00aced;
  	border-bottom-style:dotted;
  	border-bottom-width:1px;
    padding-bottom:1px;
}
.main-dribbble {
	color: #a1a1a1;
	border-bottom-color:#a1a1a1;
  	border-bottom-style:dotted;
  	border-bottom-width:1px;
    padding-bottom:1px;
}
.main-dribbble:hover  {
	color: #ea4c89;
	text-decoration: none;
	border-bottom-color:#ea4c89;
  	border-bottom-style:dotted;
  	border-bottom-width:1px;
    padding-bottom:1px;
}

.logo-holder{
	margin: 0 auto;
	width: 55px;
	margin-bottom: 20px;
}

.logo-holder-ndrs{
	margin: 0 auto;
	width: 64px;
	margin-bottom: 20px;
}


.image-front{
	margin: 0 auto;
	max-width: 650px;
	margin-bottom: -30px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.image-content{
	margin: 0 auto;
	max-width: 650px;
	margin-top: 35px;
	margin-bottom: 50px;	
}

.bottom{
	height: 10px;	
}

.image-holder{
	margin: 0 auto;
	max-width: 630px;
}

.image-holder-border{
	margin: 0 auto;
	max-width: 630px;
	border: solid 1px #c0c0c0;
}

.image-border{
	border: solid 1px #c0c0c0;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 116px;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.button {
	background-color: #02afff;
	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: 30px;
  	transition: color 0.1s ease-out, background 0.1s ease-in;
}
.button:hover {
	background-color: #0090ff;
	color: #FFFFFF;
	text-decoration: none;
}

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

/* Navbar
------------------------- */
.navbar {
  margin-bottom: 0px;
}

.navbar-inverse .nav {
  margin-bottom: 0px;

}

.navbar-inverse .navbar-inner {
	background-color: #3f3f3f;
	background-image: none;
	min-height: 50px;
}

.nav-collapse.collapse {
	margin-top: 50px;
	text-align: center;
	background-color: #2b2b2b;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 10px;
  margin-right: -10px;
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2b2b2b;
  *background-color: #2b2b2b;
  background-image:none;
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #2b2b2b;
  *background-color: #2b2b2b;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}


.navbar h1 {
	font-size: 20px;
	margin-top: 5px;
	margin-left: -10px;
	margin-bottom: -10px;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    border-radius: 0px 0px 0px 0px;
    color: #777777;
    font-weight: normal;
	font-size: 14px;
    padding: 9px 0px;
	/*background-image: url(../img/divider.png);
	background-position: bottom;
	background-repeat: repeat-x;*/
	background-color: #2b2b2b;
	margin-bottom: 0px;
	
	/*border-top: solid 1px #494949;*/
	border-bottom: solid 1px #3f3f3f;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #2b2b2b;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #2b2b2b;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
     -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #2b2b2b;
  }

.navbar .brand {
  width: 180px;
  text-align: left;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #ffffff;
  text-shadow: none;
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .brand {
  color: #ffffff;
}




/* Home Sections
------------------------- */

.section{
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: solid 1px #dddddd;
}

.section-button {
	background-color: #3f3f3f;
	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: 25px;
  	transition: color 0.1s ease-out, background 0.1s ease-in;
}
.section-button:hover {
	background-color: #02afff;
	color: #FFFFFF;
	text-decoration: none;
}

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


/* Content
------------------------- */

.line{
	margin-top: 45px;
	margin-bottom: 45px;
	border-bottom: dotted 1px #a8a8a8;
}

.dribbble-button {
	background-color: #3f3f3f;
	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: 25px;
  	transition: color 0.1s ease-out, background 0.1s ease-in;
}
.dribbble-button:hover {
	background-color: #ea4c89;
	color: #FFFFFF;
	text-decoration: none;
}

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

.carousel-indicators {
    left: 0;
    right: 0;
    text-align: center;
    top: 100%;
	margin-top: 15px;
	position: absolute;
}

.carousel-indicators li {
  display: inline-block;
  float: none;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #d8d8d8;
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #04bce7;
}

.carousel-inner {
	border: solid 1px #bababa;
	margin: 0 auto;
	margin-bottom: 90px;
	width: auto;
}

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

.illustration-holder{
	margin: 0 auto;
	max-width: 280px;	
}

.sri-icon{
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 60px;
	max-width: 172px;	
}

.iphone-holder{
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 15px;
	max-width: 185px;	
}

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

.footer{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	width: auto;
	color: #999999;
	background-color: #3f3f3f;
}

.social{
	font-size: 11px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left: -8px;
	width: auto;
	background-color: #2b2b2b;
}

.button-twitter {
	color: #999999;
	display: inline-block;
	width: 54px;
	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: 7px;
}

.button-email {
	color: #999999;
	display: inline-block;
	width: 54px;
	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: 7px;
}

.button-cv {
	color: #999999;
	display: inline-block;
	width: 54px;
	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: 7px;
}

.button-linkedin {
	color: #999999;
	display: inline-block;
	width: 54px;
	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: 7px;
}

.button-dribbble {
	color: #999999;
	display: inline-block;
	width: 54px;
	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: 7px;
}


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

.cv {
  	font-size: 12px;
	line-height: 21px;
	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;
	height: 10px;
	width: 20px;
	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;
  }

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

.image-front{
	margin-left: 0px;
	margin-right: 0px;
}

.image-content{
	margin-left: 0px;
	margin-right: 0px;
}

.image-holder{
	padding-left: 0px;
	padding-right: 0px;
}
	
.iphone-holder{
	max-width: 260px;	
}

.line{
	margin-left: 0px;
	margin-right: 0px;
}

.width {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}



/* 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;
	text-transform: uppercase;
}

.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: 14px;
	line-height: 21px;
	font-weight: 400;
  }

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

h2 {
  	font-size: 24px;
}

h3 {
  	font-size: 21px;
}

.navbar h1 {
	font-size: 16px;
}

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

.main{
	padding-top: 30px;
	padding-bottom: 25px;
}

.button {
	margin-top: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 30px;
	padding-right: 30px;
}
	
.width {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
	
.iframe-container {
    padding-bottom: 56.25%;
    padding-top: 51px;
    height: 0;

}


.section{
	padding-top: 25px;
	padding-bottom: 30px;
}

.line{
	margin-top: -10px;
	margin-bottom: 25px;
}
	
.image-front{
	margin-bottom: 0px;
}

.image-content{
	margin-bottom: 35px;
}


.carousel-inner {
	border: solid 1px #d6d6d6;
	margin-bottom: 60px;
}

.illustration-holder{
	max-width: 200px;
}

.sri-icon{
	max-width: 130px;
	margin-bottom: 35px;	
}


}


