@font-face {
  font-family: "Glacial Indifference";
  src: url("../fonts/GlacialIndifference-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Glacial Indifference";
  src: url("../fonts/GlacialIndifference-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

html,
body {
  font-family: "Glacial Indifference", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  color: #696b8c;
}

strong {
  font-weight: 500;
}

.has-text-weight-semibold {
  font-weight: 500 !important;
}

.title {
  font-weight: 500;
}

.btn-twitter {
  background-color: #55acee;
  border-color: #55acee;
  color: #ffffff;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
  background-color: #55acee;
  border-color: #55acee;
  color: #ffffff;
}

.btn-linkedin {
  background-color: #0073b1;
  color: #ffffff;
  border-color: #0073b1;
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active {
  background-color: #0073b1;
  color: #ffffff;
  border-color: #0073b1;
}

.btn-github {
  background-color: #24292e;
  color: #ffffff;
  border-color: #24292e;
}

.btn-github:hover,
.btn-github:focus,
.btn-github:active {
  background-color: #24292e;
  color: #ffffff;
  border-color: #24292e;
}

.has-bg-img {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/bg-image.webp") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.has-bg-color {
  background-color: #e76f51;
}

.shadow.is-success {
  -webkit-box-shadow: inset 0 -6px 0 rgba(35, 209, 153, 0.2);
  box-shadow: inset 0 -6px 0 rgba(35, 209, 153, 0.2);
}

.shadow.is-danger {
  -webkit-box-shadow: inset 0 -6px 0 rgba(255, 74, 110, 0.2);
  box-shadow: inset 0 -6px 0 rgba(255, 74, 110, 0.2);
}

.has-text-gradient {
  background: -webkit-linear-gradient(#ffffff, #8990be);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button.is-link.is-inverted.is-outlined.is-focused,
.button.is-link.is-inverted.is-outlined.is-hovered,
.button.is-link.is-inverted.is-outlined:focus,
.button.is-link.is-inverted.is-outlined:hover {
  background-color: #ffffff;
  color: #e76f51;
}

.navbar-link.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover {
  color: #e76f51;
}

.accent-color {
  color: #e76f51;
}

a {
  color: #e76f51;
}

.has-image-centered {
  margin-left: auto;
  margin-right: auto;
}

.button.is-primary {
  background-color: #e76f51;
}

.button.is-primary:active,
.button.is-primary:focus,
.button.is-primary:hover {
  background-color: #e17256;
}

/* Animate Mouse Scroll */
.moving-mouse-holder {
  margin: auto;
  margin-top: 60px;
  width: 170px;
}

.moving-mouse-holder .mouse {
  width: 26px;
  height: 40px;
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 18px;
  border: 2px solid #ffffff;
  margin: auto;
}

.moving-mouse-holder .mouse-button {
  background-color: #ffffff;
  width: 4px;
  height: 10px;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -2px;
  animation: mouse-scroll 1s infinite alternate;
}

@keyframes mouse-scroll {
  to {
    transform: translate(0, 6px) scale(1, 0.8);
  }
}

.services-section {
  border-bottom: 1px solid #dddddd;
}

.footer-section {
  background-color: #252934;
}

.footer {
  background-color: #1b242f;
  color: #8f9aa7;
  padding: 1rem 1.5rem 1rem;
}

.footer a {
  color: #ffffff;
}

.input:focus,
.textarea:focus {
  border: none;
  box-shadow: none;
}

.input,
.select select,
.textarea {
  border: none;
}

.card-footer a {
  color: #4a4a4a !important;
}

.card-footer a:focus,
.card-footer a:hover,
.card-footer a:active {
  color: #e76f51 !important;
}
