/**
 *   CNA Red
 */
.bg-cna-red {
  background-color: #e02020 !important;
}

.bg-cna-red a:hover,
.bg-cna-red a:focus,
.bg-cna-red button:hover,
.bg-cna-red button:focus {
  background-color: #e02020 !important;
}

/**
 *   CNA Orange
 */
.bg-cna-orange {
  background-color: #ffb818 !important;
}

.bg-cna-orange a:hover,
.bg-cna-orange a:focus,
.bg-cna-orange button:hover,
.bg-cna-orange button:focus {
  background-color: #ffb818 !important;
}

/**
 *   CNA Blue
 */
.bg-cna-blue {
  background-color: #00a0e0 !important;
}

.bg-cna-blue a:hover,
.bg-cna-blue a:focus,
.bg-cna-blue button:hover,
.bg-cna-blue button:focus {
  background-color: #00a0e0 !important;
}

/**
 *   CNA Green
 */
.bg-cna-green {
  background-color: #a6ce40 !important;
}

.bg-cna-green a:hover,
.bg-cna-green a:focus,
.bg-cna-green button:hover,
.bg-cna-green button:focus {
  background-color: #a6ce40 !important;
}

/**
 *   CNA Yellow
 */
.bg-cna-yellow {
  background-color: #ffdd00 !important;
}

.bg-cna-yellow a:hover,
.bg-cna-yellow a:focus,
.bg-cna-yellow button:hover,
.bg-cna-yellow button:focus {
  background-color: #ffdd00 !important;
}

/**
 *   CNA Magenta
 */
.bg-cna-magenta {
  background-color: #ed0c6e !important;
}

.bg-cna-magenta a:hover,
.bg-cna-magenta a:focus,
.bg-cna-magenta button:hover,
.bg-cna-magenta button:focus {
  background-color: #ed0c6e !important;
}

/**
 *   CNA Black
 */
.bg-cna-black {
  background-color: #000 !important;
}

.bg-cna-black a:hover,
.bg-cna-black a:focus,
.bg-cna-black button:hover,
.bg-cna-black button:focus {
  background-color: #000 !important;
}

.skill {
  color: #000000;
  font-weight: bold;
}

#logo a {
  letter-spacing: 1px;
}

.platinum-carousel h3 {
  font-size: 20px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.gold-carousel h3 {
  font-size: 20px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.silver-carousel h3 {
  font-size: 15px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.bronze-carousel h3 {
  font-size: 15px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}
/*# sourceMappingURL=cna.css.map */