.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption {
  bottom: 270px;
}

.carousel-caption h5 {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
}

.carousel-caption p {
  width: 75%;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
}

.navbar-light .navbar-brand {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-weight: lighter;
}



.navbar-nav {
  text-align: center;
}

.nav-link {
  /*padding: .2rem 1rem;*/
  padding-left: 0 !important;
  padding-right: 0 !important;
}



.nav-link.active,.nav-link:focus{
  color: #fff;
}

.navbar-toggler {
  background: #fff;
  padding: 1px 5px;
  font-size: 18px;
  line-height: 0.3;
  z-index: 15;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}








/* TIAGO'S STUFF */
.navbar-front {
  padding-bottom: 10px;
  padding-top: 10px;
  background-image: linear-gradient(to top,  
    rgba(255, 255, 255, 0.5),  
    rgba(255, 255, 255, 1));
  z-index: 10;

  /* Add the blur effect */
  backdrop-filter: blur(20px) !important;
}

@keyframes logo-right {
  from {margin-left: -210px;}
  to {margin-left: 0px;}
}


.logo-principal {
  animation-name: logo-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  width: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@keyframes nav-down {
  from {margin-top: -210px;}
  to {margin-top: -50px;}
}

.navbar-nav {
  animation-name: nav-down;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}

/* TELA PEQUENA */
.nav-item-front {  
  /*padding: 0px 25px;*/
  margin-bottom: 20px;
}

.nav-link-front {
  color: #777 !important;
  text-transform: uppercase;
  font-weight: bold; 
  border-bottom: 3px solid rgba(0, 0, 0, 0); 
}

.nav-link-front:hover {
  color: #c259c7 !important;
  border-bottom: 3px solid #c259c7;  
}

.botao-entrar-link {
  color: #777 !important;
  text-transform: uppercase;
  font-weight: bold;
}

.botao-entrar-link:hover {
  color: white !important;
}

.botao-entrar {  
  padding-right: 40px;
  padding-left: 40px;
  width: 110px;
  border: 3px solid #777;
  border-radius: 20px;
  margin: 0 auto;
  margin-bottom: 40px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));  
}

.botao-entrar-link:hover {
  color: white;
}



.botao-entrar:hover {
  background-image: linear-gradient(#f15d29, #f9a21d);
  transition: 0.5s ease-in-out !important;
 -webkit-transition: 1s ease-in-out !important;
 -moz-transition: 1s ease-in-out !important;
 -o-transition: 1s ease-in-out !important;
}



.carousel-home {
  margin-top: 0;
}


.nav-link-active {
  color: #c259c7 !important;
}



/* Newsletter */
.newsletter-wrapper {
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.newsletter-wrapper h6 {
  font-weight: bolder;
}

.newsletter-wrapper input {
  margin-bottom: 30px;
  margin-top: 30px;
}

.newsletter-wrapper button {
  margin-bottom: 120px;
}


/* ignore the code below */
.link-area
{
  position:fixed;
  bottom:20px;
  left:20px;  
  padding:15px;
  border-radius:40px;
  background:tomato;
}
.link-area a
{
  text-decoration:none;
  color:#fff;
  font-size:25px;
}