@font-face {
  font-family: 'Luga';
  src: url('../fonts/Luga.woff2') format('woff2'),
      url('../fonts/Luga.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background-image: url('../images/bg_paper_2.jpg');
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track{
  background: #EBF8FF;
}
::-webkit-scrollbar-thumb{
  background: #d6033e;
}
::-webkit-scrollbar-thumb:hover{
  background: #d6033e;
}

.bottom-border {
  border-bottom: #d6033e 10px solid;
}

.outer-border {
  border: #565656 5px solid;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #565656;
  border-radius: .25rem;
}

.card:hover {
  border: 1px solid #d6033e;
  text-decoration: none;
}

.card:hover h2 {
  color: #d6033e;
}

.card:hover h5 {
  color: #d6033e;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.btn {  
  border-radius: 0rem;
}

.btn-danger {
  color: #fff;
  background-color: #d6033e;
  border-color: #d6033e;
}

.btn-danger:hover {
  color: #fff;
  background-color: #b10234;
  border-color: #b10234;
}

.footer {
  background-color: #d6033e;
}

.shadow {
  box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.20)!important;
}

.h5, h1, h5, h2 {
  font-family: 'Luga';
  color: #495057;
}

.home-icon {
  color: #565656;
}

.home-icon:hover {
  color: #d6033e;
}

.red-icon {
  color: #d6033e;
}

.contact-link a {
  color: #d6033e;
  text-decoration: none;
  border-bottom: 1px dotted #d6033e;;
}

main > .container {
    padding: 60px 15px 0;
  }
  
  .footer > .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  code {
    font-size: 80%;
  }

.h-85 {
    height: 810px!important;
}

.empty {
  border: 1px #fff solid;
  height: 104px;
}

.no-empty {
  border: 1px #565656 solid;
  border-radius: .25rem;
  height: 104px;
}

.no-empty:hover {
  border: 1px #d6033e solid;
}