﻿.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navpills {
  margin-top: 1rem;
}
 
.navpills li:not(:last-child) {
  margin-right: 3px;
}
 
.navpills a {
  position: relative;
  top: 0;
  display: block;
  padding: 0.4rem 0.4rem;
  margin: 0 0 0.5rem 0;
  border-radius: 2px 2px 0 0;
  background: #EEE;
  color: #AAA;
  font-family:'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-align:center;
  opacity: 0.7;
  transition: all 0.1s ease-in-out;
}

.navpills.active {
  background: #A700A7;
  color: #FFF;
  text-decoration: none;
  opacity: 1;
  top: 0;
}

.navpills a.active,
.navpills a.focus, 
.navpills a:hover {
  background: #A700A7;
  color: #FFF;
  text-decoration: none;
  opacity: 1;
  top: 0;
}
 
.pills -content {
  position: relative;
  z-index: 2;
  padding: 25px;
  border-radius: 0 4px 4px 4px;
  background: white;
}

/* FONT AWESOME TAG */
.navpills i {
	display: block;
	float: center;
	padding: 0;
	border: 0;
	outline: none;
	font-style: normal;
	font-size: 30px;
}