.politecho {
  vertical-align: middle;
  line-height: 50px;
  font-size: 24px;
  color: #840094;
}

.navbar-header {
  margin-left: 0 !important;
}

.gradient {
  background: linear-gradient(120deg, rgba(0, 0, 255, 0.2), rgba(255, 0, 0, 0.2));
}

h1 {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.025em;
  margin: 0;
}

ul {
  padding-left: 17px;
}

li {
  margin-bottom: 1em;
}

.jumbotron h1 {
  font-size: 48px;
}
.jumbotron p {
  font-size: 18px;
}

body {  
  font-family: 'Karla', sans-serif;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 21px;
}

.center {
  text-align: center;
}

.button {
  position: relative;
  display: inline-block;
  padding: 6px;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.025em;
  -webkit-border-image: none; 
}
.button:hover {
  -webkit-border-image: none; 
}
.button:before, .button:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -3px;
  
}
.button:before {
  top: -3px;
  width: 3px;
  background-image: linear-gradient(120deg, rgba(0, 0, 255, 0), rgba(0, 0, 255, 0.25));
}
.button:after {
  right: -3px;
  height: 3px;
  background-image: linear-gradient(120deg, rgba(255, 0, 0, 0.25), rgba(255, 0, 0, 0));
}
.button:active:before {
  background-image: linear-gradient(120deg, rgba(0, 0, 255, 0.25), rgba(0, 0, 255, 0));
}
.button:active:after {
  background-image: linear-gradient(120deg, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.25));
}
.button:hover:after {
  bottom: -3px;
}

a {
  color: inherit;
  position: relative;
  padding-bottom: 2px;
  text-decoration: none !important;
  top: 0;
  -webkit-border-image: 
           -webkit-linear-gradient(left, rgba(0, 0, 255, 0.25) 1%,rgba(255, 0, 0, 0.25) 100%) 0 0 100% 0/0 0 1px 0 stretch;
}

a:active, a:visited, a:hover {
  color: inherit;
  outline: none;
  border: none;
  text-decoration: none;
  -webkit-border-image: 
           -webkit-linear-gradient(left, rgba(0, 0, 255, 0.25) 1%,rgba(255, 0, 0, 0.25) 100%) 0 0 100% 0/0 0 2px 0 stretch;
}