/* Copyright (C) Nelly-K, https://themeforest.net/user/nelly-k?ref=nelly-k */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.tm-download-resume1 {
  border: 3px solid #06b4ff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
  border: 3px solid #06b4ff;
  color: #06b4ff;
  margin: 15px 0px;
  display: block;
  width: 100%;
  padding: 15px 0px;
}
.tm-download-resume1:hover,
.tm-download-resume1:focus {
  background: #06b4ff;
  border-color: #06b4ff;
  color: #ffffff;
}
.tm-download-resume1:active {
  position: relative;
  top: 1px;
}
