/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: Flat & Scroll 2 - Bootstrap 3 vCard Theme
 * Version: 1.1
 * Date: 09-17-2013
 * URL: http://alvarez.is/demo/fs2/
 */


body {
  padding-top: 50px;
  background-color: #ECECEC;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555555;

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

/* 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;
}

/* Links */
a {
    color: #3bc492;
    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: #c0392b;
    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;
}
.socialbar {
	margin:0;
	padding:0;
}
.socialbar ul {
	padding:0;
	margin:0;	
}
.socialbar li {
	display:inline-block;
}
.modal-header {
	background-color: #2f2f2f;
	color: white;
}

.modal-title {
	color: white
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/headerbg.jpg) no-repeat center top;
	margin-top: -10px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	font-weight: 700;
	font-size: 70px;
	color: #494848;
	margin-bottom: 20px;
}

#headerwrap h4 {
	color: #494848;
	font-size: 26px;
	font-weight: 700;
}

#foliowrap {
	background: url(../img/softwrap.jpg) no-repeat center top;
	margin-top: 30px;
	padding-top:50px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 800px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#foliowrap h3 {
	font-size: 35px;
	color: white;
	text-align: center;
	font-weight: 700;
}

#studieswrap {	
	background: url(../img/studies.png) no-repeat center top;
	margin-top: 30px;
	padding-top:50px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 800px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

#studieswrap h3 {
	font-size: 35px;
	color: white;
	text-align: center;
	font-weight: 700;
}

#testimonial {
	background: url(../img/mint.jpg) no-repeat center top;
	margin-top: 80px;
	padding-top:80px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 440px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#testimonial h1 {
	color: white;
	font-size: 38px;
}

#testimonial h2 {
	color: white;
	font-size: 20px;
	font-weight: 700;
}

#footerwrap {
	background-color: #2f2f2f;
	color: white;
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: left;
}

#footerwrap h3 {
	font-size: 28px;
	color: white;
}

#footerwrap p {
	color: white;
	font-size: 18px;
}

.about, .services {
	padding-top: 40px;
	text-align: center
}

.experiences {
	padding-top: 40px;
	text-align: center
}

.about h3 {
	font-size: 35px;
}

.about h4 {
	font-size: 20px;
	text-align: left;
}
.about h5 {
	font-size: 14px;
	color: #bebdbd;
	font-weight: 700;
}

.about, .services p {
	text-align: left;
}

.experiences p {
	text-align: left;
}

.services h3 {
	font-size: 35px;
	font-weight: 700;
}

.experiences h3 {
	font-size: 35px;
	font-weight: 700;
}

.services h4 {
	font-size: 25px;
}

.experiences h4 {
	font-size: 25px;
}

.studies-line {
	background-color: rgba(236, 236, 236, 0.9);
	border-bottom: 3px solid transparent;
	border-radius:3px;
}

.studies-line:hover {
	border-bottom: 3px solid #3498db;
	background-color: #FFF;
}

#socials { 
display: inline-block;
padding-top: 30px;
padding-bottom: 15px;

}

#chartwrap {
	width: 100%;
	text-align: center;
}

.label {
	padding-bottom: 15px;
}

.centered {
	text-align: center;
}


/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #3498db;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
	
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 30px;
}


/* ==========================================================================
   Skills
   ========================================================================== */



/* ==========================================================================
   Contact
   ========================================================================== */

.form-control {
	padding: 20px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}

.form-group label {
	font-family: 'Raleway'; sans-serif;
	font-size: 16px;
	font-weight: 300;
}

button, .button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Lato", sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 4rem;
	padding-left: 4rem;
	padding-bottom: 1.0625rem;
	font-size: 1rem;
	background-color: #3498db;
	border-color: #6bbb4e;
	color: #FFFFFF;
	transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #2980b9;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
	padding-top: 2.125rem;
	padding-right: 4.25rem;
	padding-left: 4.25rem;
	padding-bottom: 2.1875rem;
	font-size: 2.25rem;
}
button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 3px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
