
nav.navbar img {
	max-width: 200px;
}

@media (min-width: 557px) { 
	nav.navbar img {
		max-width: 100%;
	}
	h1 {
		font-size: 2.1rem;
		margin-top: 1rem; 
	}
	h3 {
		font-size: 1.4rem;
	}
}

.carousel-caption h5 {
	color: #ffffff;
	font-size: 28pt;
	font-weight: normal;
}

.carousel-indicators .active {
	background-color: #ef8424;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ef8424;
}

#separador {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.separador-bg01 {
	background-image: url("../img/bg-01.jpg");
}


#signupform textarea {
  width: 100%;
  display: block;
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid #eee;
  outline: none;
}

#signupform textarea:focus {
  border-color: #5989e5;
}

#signupform textarea::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #767676;
  font-size: 0.9em;
}

#signupform textarea::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

#signupform textarea:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}


.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(226, 128, 37, 0.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

