@charset "utf-8";
/* CSS Document */

.uptext {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center; 
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0 auto;
}

.uptitle {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 3.4em;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center;
  text-shadow: 2px 2px 0 #4b4a4a;
  text-transform: uppercase;		   
}

.arrow {
  text-align: center;
  color: #fff;
  margin: 0 auto;
 }
.arrow a:link {
  color: #fff;
  text-decoration: none;
}
.arrow a:visited {
  color: #fff;
  text-decoration: none;
}
.arrow a:hover {
  color: #0cbbc8;
  text-decoration: none;
}
.arrow a:active {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 990px) {
    .uptitle {
        font-size: 3em;
    }
}
@media only screen and (max-width: 767px) {
   .uptitle {
        font-size: 2.5em;
    }
}
@media only screen and (max-width: 479px) {
    .uptitle {
        font-size: 2em;
    }
}	