﻿html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
  overflow-x: hidden;
}
.social-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.social-container a {
  padding-left: 16px;
}
.social-container a i {
  cursor: pointer;
}
footer {
  line-height: unset;
}
.kurohakai-logo {
  height: 200px;
  margin-right: 8px;
  float: left;
}
.kurohakai-hund {
  margin-right: 8px;
  float: left;
  height: 200px;
  margin-bottom: 8px;
}
p {
  text-align: justify;
}
.socials-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}
.socials-container div,
.socials-container img {
  width: 200px;
  align-self: center;
}
.socials-container .social-header {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
  font-family: Courgette, sans-serif;
}
.socials-container .social-container {
  display: flex;
  justify-content: center;
  background-color: white;
  border: 1px solid black;
  margin: 4px;
  cursor: pointer;
  padding: 4px;
  border-radius: 8px;
  box-shadow: 10px 5px 5px black;
}