/*******
GENERAL
*******/
.wrap{

	width: 90%;
	margin: 0px 20px;

}


/*******
NAV
*******/




.topbar-responsive {
  background: #222222;
  padding: 0.5rem 1rem;
  opacity: 100%;

}


.topbar-responsive .topbar-responsive-logo {
  color: #fefefe;
  vertical-align: middle;

}

.topbar-responsive .menu {
  background: #222222;
}

.topbar-responsive .menu li:last-of-type {
  margin-right: 0;
}

.topbar-responsive .menu a {
  color: #fefefe;
  transition: color 0.15s ease-in;
}

.topbar-responsive .menu a:hover {
  color: #c6d1d8;
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu a {
    padding: 0.875rem 0;
  }
}

.topbar-responsive .menu .topbar-responsive-button {
  color: #fefefe;
  border-color: #fefefe;
  border-radius: 5000px;
  transition: color 0.15s ease-in, border-color 0.15s ease-in;
}

.topbar-responsive .menu .topbar-responsive-button:hover {
  color: #c6d1d8;
  border-color: #c6d1d8;
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu .topbar-responsive-button {
    width: 100%;
    margin: 0.875rem 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive {
    padding: 0.75rem;
  }
  .topbar-responsive .top-bar-title {
    position: relative;
    width: 100%;
  }
  .topbar-responsive .top-bar-title span {
    position: absolute;
    right: 0;
    border: 1px solid #fefefe;
    border-radius: 5px;
    padding: 0.25rem 0.45rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .topbar-responsive .top-bar-title span .menu-icon {
    margin-bottom: 4px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
 }

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
 }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
 }

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
 }

@media screen and (max-width: 39.9375em) {
  .topbar-responsive-links {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    width: 100%;   
    -webkit-animation: fadeIn 1s ease-in;
            animation: fadeIn 1s ease-in;    
  }
}










/*******
HERO
*******/


.hero-section {
  background: url("../img/teste.jpg") 50% no-repeat;
  background-size: cover;
  height: 60vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-section .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}





/*******
MAIN SECTION
*******/

.main{

  background-color:#222222; 
  padding: 20px;


}


.main .work-feature-block {
  color: #fefefe;
  font-size: 20px;
}


/*******
FOOTER
*******/




footer{


	background-color:#222222; 
	padding: 40px;

}

footer h4{

color: rgba(255,255,255,0.7);
font-size: 20px;

}


footer hr{

border-color: rgba(255,255,255,0.4);
margin: 10px 0;

}

footer a{

	display: block;
  color: rgba(255,255,255,0.6);
  font-size: 12px;


}

footer a span{

font-weight: bold;
color: rgba(255,255,255,0.4);





}

footer a:hover {
color: rgba(255,255,255,0.8);

}





