@import url("https://fonts.googleapis.com/css?family=Raleway");
/* line 1, ../sass/_base.scss */
html, body {
  height: 100%;
}

/* line 5, ../sass/_base.scss */
body {
  overflow: hidden;
  background: #282d3d;
  font-family: "Raleway", sans-serif;
  color: #282d3d;
}
/* line 11, ../sass/_base.scss */
body.background {
  background: url("/img/background.jpg") no-repeat center center fixed;
  background-size: cover;
}

body.background-webp {
  background: url("/img/background.webp") no-repeat center center fixed;
  background-size: cover;
}

/* line 18, ../sass/_base.scss */
nav.navbar {
  position: fixed;
  width: 100%;
}
/* line 22, ../sass/_base.scss */
nav.navbar a {
  color: #282d3d;
}
/* line 26, ../sass/_base.scss */
nav.navbar .dropdown-menu {
  background: #282d3d;
}
/* line 29, ../sass/_base.scss */
nav.navbar .dropdown-menu a {
  color: #fff;
}
/* line 32, ../sass/_base.scss */
nav.navbar .dropdown-menu a:hover, nav.navbar .dropdown-menu a:active {
  background: #32384c;
}

/* line 40, ../sass/_base.scss */
section {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 47, ../sass/_base.scss */
section .titles {
  text-align: center;
}
/* line 51, ../sass/_base.scss */
section .titles .icons a {
  display: inline-block;
  height: 48px;
  color: #282d3d;
}
/* line 57, ../sass/_base.scss */
section .titles .icons svg {
  margin: 0 5px;
  width: 48px;
  height: 48px;
  transition: color 0.3s;
}
/* line 63, ../sass/_base.scss */
section .titles .icons svg:hover {
  color: #fff;
  transition: color 0.3s;
}
/* line 67, ../sass/_base.scss */
section .titles .icons svg:hover.bi-github {
  color: #24292e;
}

/* line 80, ../sass/_base.scss */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 24px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 2px 8px;
  display: flex;
  justify-content: space-between;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
/* line 93, ../sass/_base.scss */
footer .background-info {
  padding: 0 5px;
  border-radius: 16px;
  background: none;
  color: #fff;
  transition: background 0.3s, color 0.3s;
}
/* line 100, ../sass/_base.scss */
footer .background-info:hover {
  background: #fff;
  color: #282d3d;
  transition: background 0.3s, color 0.3s;
}
/* line 105, ../sass/_base.scss */
footer .background-info:hover .background-info-hover {
  width: 256px;
  height: 20px;
  visibility: visible;
  opacity: 1;
  transition: width 0.3s, opacity 0.3s;
}
/* line 114, ../sass/_base.scss */
footer .background-info .background-info-icon {
  display: inline-block;
  vertical-align: top;
}
/* line 119, ../sass/_base.scss */
footer .background-info .background-info-hover {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  height: 0;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transition: width 0.3s, opacity 0.3s;
}
/* line 129, ../sass/_base.scss */
footer .background-info .background-info-hover, footer .background-info .background-info-hover a {
  color: #282d3d;
}
