.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */
.site-header {
  background-color: rgba(164, 3, 3, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
  color: #fff;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: rgb(255, 186, 75);
  text-decoration: wavy underline;
}

.site-section {
  padding-top: 80px;
  margin-top: -80px;
}

/*
 * Custom company logo mark
 */
.logo-svg {
  width: 200px;
  height: 40px;
  background-image: url("./assets/img/logoname-white.svg");
}

.logo-svg:hover {
  background-image: url("./assets/img/logoname.svg");
}

/*
 * Custom site main
 */
.site-main {
  background:#e3e3e3 url(./assets/img/eyecatch.png) no-repeat center center;
  background-size:cover;
}

.site-mission {
  background: url(./assets/img/mission.png) no-repeat center center;
  background-size:cover;
}

.bg-rust {
  background-color: rgb(160, 30, 30);
}
 
.text-rust {
  color: rgb(130, 0, 0);
 }

.btn-rust {
  background-color: rgb(160, 50, 50);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.btn-rust:hover {
  color: rgb(255, 186, 75);
  border: solid 1px rgb(255, 186,75);
}

dl a, ul a, p a {
  color:rgb(130, 0, 0);
  transition: color .15s ease-in-out;
}

li {
  list-style-type: square;
}

.site-footer {
  background-color: rgba(164, 3, 3, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}
