/* Overrides */

.img-logo{
  max-height: 50vh;
}

.block {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.block-first{
  border-top: none;
  border-right-style: solid;
  border-right-color: #dcd9d9;
  border-right-width: 1px;
}

.block-second{
  border: none !important;

}

.font-1 a {
  font-family: 'Lora', serif;
}

.font-2 a {
  font-family: 'Crimson Text', serif;
}

.row.vampirc-border {
  border-style: solid;
  border-color: #dcd9d9;
  border-width: 1px;

  border-left: none;
}

.icon {
  background-color: #e41d1d !important;
}

/* Custom definitions */
.menu-logo {
  max-height: 5vh;
}

i.fa-copyright {
  transform: translateY(-20%);
  margin-bottom: 0px;
}



.vampirc-col {
  color: #e41d1d;
  border-color: #e41d1d;
}

a:hover .vampirc-col {
  color: black;
  border-color: black;
}

.dev-toolbar {
  color: #e41d1d;
  margin-bottom: 2vh;
}

.dev-toolbar .fa {
  transform: translateY(-12%);
}



