 /* Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Kelvin - Free Bootstrap 3 Resume Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.marginRight20 {
	margin-right: 20px;
	padding-right: 20px;
}

.marginTop20 {
	margin-top: 20px;
	padding-top: 20px;
}

.marginTop10 {
	margin-top: 10px;
	padding-top: 10px;
}

.noMarginTop {
	margin-top: 0px;
	padding-top: 0px;
}

.noMargin {
	margin: 0px;
	padding: 0px;
}

.paddingRight20 {
	padding-right:20px;
}

.paddingLeft20 {
	padding-left:20px;
}



/* Global Values */

.desc {
	padding-top: 10px;
	margin-top: 10px;
}

.desc p {
	color: #2f2f2f;
}

.desc t {
	color: #34495e;
	font-weight: 700;
}

.desc imp {
	padding: 6px;
	color: #555;
	background: #34495e;
}

.desc more {
	color: #616767;
}


sm {
	font-size: 12px;
	padding-right: 20px;
}

col-lg-3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}



/* Carousel */



/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.vcenter {
	vertical-align:middle;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


.marginTopCredit {
	color: black;
	font-size:12px;
	margin-top:-30px;
	padding-top:-30px;
	font-style:italic;
	opacity: 0.75;
	text-align:center;
	z-index:20000;
}

/* Links */
a {
    color: #c2a7e1;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #b599d6;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*---------------------------------------------------
	3.1 Topbar
---------------------------------------------------*/

#section-topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	overflow: visible;
	font: normal 12px/18px  'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#section-topbar a {
  color: #fff;
}

#topbar-inner {
	background: #111;
	line-height: 0;
	text-align: center;
}

/*
	Top Bar

	By default, top navigation bar uses "fixed" position
*/
#section-topbar ul#nav {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;

	border-right: 1px solid #222;

	/* For IE, the outcast */
	zoom:1;
	*display: inline;
}

#section-topbar ul#nav > li {
	display: block;
    float: left;
    padding: 0;
}


#section-topbar ul#nav a {
  display: block;
  font: normal 12px/18px "Lato", Helvetica, Arial, sans-serif;
  text-decoration: none;
  padding: 16px 12px 16px 14px;
  border-left: 1px solid #222;
}


	#section-topbar ul#nav a:hover {
	  background: #222;
	  text-decoration: none;
	  border-left: 1px solid #111;
	}

	#section-topbar ul#nav .active a {
		background: #44bbaa;
		border-left: 1px solid #111;
	}

		#section-topbar ul#nav .active a:hover {
			background: #44bbaa;
		}
		
		
		
#section-topbar i {
	font-size: 25px;
}

/* inner page styling */

	.inner {
		background: #f2f2f2 !important;
	}

	ul.inner a {
  		color: #44bbaa !important;
	}

	ul.inner a:hover {
	  	background: #222 !important;
		text-decoration: none;
		border-left: 1px solid #111;
	}

	ul.inner .active a {
		background: #fff !important;
		border-left: 1px solid #111;
	}

	
		
		

/*---------------------------------------------------
	SECTION WRAPS
---------------------------------------------------*/

/* Header Wrap */
#headerwrap {
	background-color: #b2d7bd;
	margin-top: 30px;
	padding-top:30px;
}

headerscroll {
	background-color: #b2d7bd;
	height: 300px;
}

#headerwrap h1 {
	font-size: 43px;
	color: black;
	vertical-align:middle;
}

#headerwrap h2 {
	font-size: 16px;
	color: black;
}


/* New Portfolio treatment */
/* Ref: https://codepen.io/zFunx/pen/ZeJEzZ */

.textWithBlurredBg{
    width:100%;
    height:100%;
    display:inline-block;
    position:relative;
    transition:.3s;
    margin:4px;
  }
  
  .textWithBlurredBg img{
    width:100%;
    height:100%;
    transition:.3s;
    border-radius:4px;
  }
  
  .textWithBlurredBg:hover img{
    filter:blur(2px) brightness(50%);
  }
   
  .textWithBlurredBg :not(img){
    position:absolute;
    z-index:1;
    top:30%;
    width:100%;
    text-align:center;
    color:#fff;
    opacity:0;
    transition:.3s;
  }
  
  .textWithBlurredBg h3{
	font-size: 1em;
	font-weight:bold;
    top:10%;
	padding-right:15px;
	padding-left:15px;
  }
  
  .textWithBlurredBg:hover :not(img){
    opacity:1;
  }
  
  .textWithBlurredBg sm{
	font: normal 14px "Lato", Helvetica, Arial, sans-serif;
 	display:inherit;
	top:130%;
	
  }
  
  .textWithBlurredBg i{
 	display:inherit;
	top:130%;
	right:15%
  }
  
  .textWithBlurredBg button{
	display:inherit;
  	background-color: transparent;
	color: white;
	top:50%;
	border:none;
  }
  
/* The Modal (background) */


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #f5f4f0; /* Fallback color */
    background-color: rgba(245, 244, 240, 0.4); /* light beige w/ opacity */
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #f5f4f0;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #f5f4f0;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 600px;
}


/* The Close Button */
.close {
  color: black;
  position: relative;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 3000;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(245, 244, 240, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: #f5f4f0;
  padding: 2px 16px;
  color: white;
}

.column {
  float: left;
  width: 25%;
  display: none;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

/* Project Wrap */

#projectwrap {
	margin-top: 30px;
	padding-top:30px;
}

#alphawrap {
	margin-top: 10px;
	padding-top:10px;
}

.alphaSpacing {
	padding-right:5px;
}

.vertSpacing {
	margin-top:10px;
}


/* Intro Wrap */

#intro {
	background: #456447;
	padding-top: 60px;
	padding-bottom: 60px;
	color: white;
} 

#intro h4 {
	color: white;
}

#intro p {
	color: white;
}

#intro i em {
	color: white;
	font-size: 20px;
	padding-right: 8px;
	vertical-align: middle;
}


#educ i em {
	color: black;
}


#exp i em {
	color: black;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 30px;
	
}

#skillswrap {
	background: #456447;
	padding-top: 60px;
	padding-bottom: 60px;
	color: white;
}

#skillswrap h4 {
	color: white;
	display: block;
}

#skillswrap p {
	color: #c2a7e1;
	font-weight:700;
	-webkit-text-stroke: .15px black;
	display: block;
}

.white {
	color: #ffffff !important;
	font-weight: 300 !important;
	-webkit-text-stroke: 0 !important;
}

#workwrap  h4, p, t #exp h4, p, t #educ h4, p, t {
	color: #555;
	display:block;
}

#workwrap i em {
	color: black;
}

#workwrap strong {
	color: #555;
	text-transform: uppercase;
}

#workwrap more {
	color: #616767;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	margin-bottom: 0px;
	height: 0;
	display: block;
    height: auto;
    max-width: 100%;
}

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

#footwrap {
	background: #2f2f2f;
	padding-top: 50px;
	padding-bottom: 50px;
}

#footwrap p {
	color: white;
}

#footwrap h4 {
	color: white;
}


#footwrap t {
	font-weight: 700;
	color: #cecece;
}

#footwrap i em {
	padding-right: 8px;
	color: #1abc9c;
}

/* icon treatment */
.scale {
    -moz-transform:scale(0.60);
    -webkit-transform:scale(0.60);
    transform:scale(0.60);
}

/* Copyright Wrap */

#c {
	background: #222222;
	padding-top: 15px;
	text-align: right;
}

#c p {
	color: white
}
