html{
  position: relative;
  min-height: 100%;
}

body {
  padding-bottom: 120px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid #e3e6eb;
  color: #ccc;
  z-index: 5;
}

.edit, .delete{
  padding: 2px 5px 2px 5px;
}

nav {
  color: #673191 !important;
}

h1, h2, h3, h4, h5 {
  color: #673191;
}

.dropdown-item:hover{
  background-color: rgba(77, 47, 134, 0.5);
}

.btn-success{
  background-color: #673191 !important;
  border-color: #4d2f86 !important;
}

.btn-success:hover{
  background-color:#4d2f86 !important;
}

.btn-success:focus, .btn-success:active{
  box-shadow: inset 0 1px 1px rgba(103, 49, 145, 0.5), 0 0 8px rgba(131, 32, 123, 0.6) !important;
}

.page-item.active .page-link{
  background-color: #673191;
  border-color: #673191;
}

.page-link {
  color: #673191;
}

.page-link:hover{
  background-color: rgba(103, 49, 145, 0.3);
}

.page-link:active, .page-link:focus{
  box-shadow: inset 0 1px 1px rgba(103, 49, 145, 0.5), 0 0 8px rgba(131, 32, 123, 0.6) !important;
}

a {
  color: #673191;
}

.form-control:focus{
  border-color: #894bb8;
  box-shadow: inset 0 1px 1px rgba(103, 49, 145, 0.5), 0 0 8px rgba(131, 32, 123, 0.6) !important;
  
}

#controls {
  margin-bottom: 60px;
}

#contact {
  margin-bottom: 60px;
}

.auth {
  margin-bottom: 40px;
  margin-top: 100px;
}