/* TODO: colors  */
/*
#4A4A4A - Dark Gray (in nav)
#111111 - Black
#18BC9C - teal
#FF94A1 - pink
*/


body {
  font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 16px;
}
p.small {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #18BC9C;
  outline: none;
}
h1,
h2,
h3,
h6 {
  font-family: 'Arvo', serif, Helvetica, Arial, sans-serif;
  font-weight: 700;
}



h4{
	font-weight: 700;
}

h5{
	font-weight: 400;
	margin-bottom: 25px;
}


.img-centered {
  margin: 0 auto;
}
/* TODO: Header */
header {
	height: 100vh;
  text-align: center;
  background-image: url("img/portfolio/herov5.png");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: white;
  text-shadow:7px 7px 11px black, 7px 7px 30px rgba(0, 0, 0, .6);

}

header .tablee{
	display: table;
	height: 90vh;
	margin: -130px 0 0 0;

}

header .intro-text .name {
  display: block;
  font-family: 'Arvo', serif, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.5em;
  display: table-cell;
  vertical-align: middle;


}

@media (min-width: 200px) {
  header .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 3em;
  }
  


@media (min-width: 600px) {
  header .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
}

/* end */

/* TODO: SKILLS */

 .skills h3{
	margin-bottom: 32px;
}

#skills{
	background-color: #fafafa;
	margin-bottom: 0px;
}

#skills img{
/* 	margin: 10px; */
}

/* end */



/* TODO: Process */

.h3title{
	margin-bottom: 45px;
}

.sec2 img{
	width: 100%;

}

.sec2{
	margin-bottom: -50px ;
	background-color: #fafafa;
}

/*
.processimg {
	background-image: url("img/process.png");
	background-size: 100%;
	height: 50px;
	background-repeat: no-repeat;
}
*/


/* end */


/* TODO: Portfolio */

#portfolio h2{
	margin-bottom: 100px;
	margin-top: 20px;
}

#portfolio h4{ margin-top: 15px} 

#portfolio img{
	width:100%;
	margin-bottom: 35px;
}

.emu{
	padding: 0 30%;
}

.thot{
	padding: 0 30%;
}

.nativ{
	padding: 0 20%;
}

#portfolio p{
	margin-bottom: 40px;
}


div.portdiv{
	margin-bottom: 80px; 
}

/* end */

.shadowblock1{
 	box-shadow: 0px -10px 20px rgba(0, 0, 0, .1);
	background-color: white;
}

.shadowparent1{

	overflow: hidden;
	margin-top: -165px;
	width: 100%;
	padding-top: 30px;
	margin-bottom: 30px;
/* 	background: gray; */
}


.shadowblock2{
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
	background-color: white;
/*
	margin-top: -135px;
	margin-bottom: 40px
*/
}

.shadowparent2{

	overflow: hidden;
	margin-top: -135px;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 40px;
/* 	background: gray; */
}

.shadowparent3{

	overflow: hidden;
	margin-top: -175px;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom:40px;
/* 	background: gray; */
}


/* TOFIX: About */

div.aboutparent{
}

#about{
	background-image: url("img/portfolio/herov5.png");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
/* 	background-color: #18BC9C; */
	color: #ffffff;
	 text-shadow:0px 4px 11px rgba(0, 0, 0, .6), 0px 4px 30px rgba(0, 0, 0, .6);
}

.aboutcont{
	margin-top: 10%;
}

#about h4{
	margin-bottom: 25px;
	font-size: 1.6em;
}

#about p{
	font-size: 1.3em;
}

.portfolio-item img.mepic{
	width: 100%;
	padding: 5%;
	margin-top: -15px;
	
}



div.abouty{
	display: inline-block;
	vertical-align: middle;
}

#quote{
	width: 60%;
}

/* end */

.txt{
	margin-top: 140px;
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	text-shadow: none;
}


/* TODO: Navbar */
.navbar-custom {
  background: #Fafafa;
  font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700; 
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
  color: #111111;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color:#4a4a4a;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #18BC9C;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: #4a4a4a;
}
.navbar-custom .navbar-nav li a:hover {
  color: #18BC9C;
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: #4a4a4a;
}
.navbar-custom .navbar-nav li.active a {
  color: #18BC9C;
  background: #fafafa;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: #18BC9C;
  background: #fafafa;
}
.navbar-custom .navbar-toggle {
  color: #111111;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #18BC9C;
  color: white;
  border-color: #18BC9C;
}

@media (min-width: 768px) {
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #18BC9C;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}

.portfolio-item img{
	margin-top: 25px;
}

#portfolio .portfolio-item {
  margin:  0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}





.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}




/* TODO: Footer */

footer {
  color: #777777;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #fafafa;
  
}
footer .footer-col {
  margin-bottom: 20px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #777777;
  color: #fafafa;
  position: absolute;
  width: 100%;
  background-image: url("img/portfolio/herov5.png");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
/* 	background-color: #18BC9C; */
	color: #ffffff;
	 text-shadow:0px 4px 11px rgba(0, 0, 0, .6), 0px 4px 30px rgba(0, 0, 0, .6);
}

.btn-outline {
  color: #777777;
  font-size: 20px;
/*   border: solid 2px #333333; */
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
	font-size: 1.7em;
  color: #18BC9C;
  background: white;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
/*   border: solid 2px white; */
}

.btn-social {
  height: 50px;
  width: 50px;
/*   border: 2px solid #777777; */
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  display: table-cell;
}

/*
.list-inline{
background: blue;
}
*/

/* end */






.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #18BC9C;
  border-color: #18BC9C;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #18BC9C;
  border-color: #18BC9C;
}
.btn-success .badge {
  color: #18BC9C;
  background-color: white;
}

.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}

.skillsIcons{
	width: 20px; 
}


/* TODO: Media Query */

@media (max-width: 480px){
	.processimg {
		content: url("img/process2.png");
	}

}
