@media only screen and (max-width: 425px) {
}

@media (pointer: none), (pointer: coarse) {
  .profile {
    padding-top: 20px;
  }

  .heading-section h2 {
    font-weight: 600;
    font-size: 28px;
  }

  .vikings-projects-menu .portfolio-menu .btn {
    font-size: 18px;
  }

  .portfolio-menu .btn {
    font-weight: 530;
    font-size: 28px;
  }

  #lovely-things-list {
    margin-left: -40px;
  }

  .desc h4 {
    font-size: 20px;
  }

  .heading-section h3 {
    font-size: 28px !important;
  }

  .about-section {
    padding: 80px 0 50px 0;
  }
}

.heading-section h3 {
  font-size: 38px;
}

.ftco-footer {
  padding: 60px 0 0 0;
}

.ftco-section about-section {
  padding: 0;
}

#lovely-things-list {
  padding-bottom: 60px;
}

#lovely-things-list li p {
  text-align: justify;
}

.year > p {
  text-align: right;
}

.vikings-nav-toggle {
  margin-top: 20px;
}

/* Hide and show social buttons */
.ftco-footer-social {
  visibility: hidden;
  transition: background-color 0.3s, opacity 1s, visibility 1s;
  opacity: 0;
}
.ftco-footer-social.show {
  opacity: 1;
  visibility: visible;
}

/* Logo */
header .vikings-navbar-brand .vikings-logo .logo-img {
  width: 200px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
}

/* Custom background color */
body {
  background: #1a222c;
  color: #d1d1d1;
}
body .KW_progressContainer {
  background-color: rgb(26, 34, 44);
}
#ftco-loader {
  /* background-color: rgba(0, 0, 0, 0.9); */
  background-color: rgba(26, 34, 44, 0.9);
}
#ftco-loader.fullscreen {
  /* background-color: rgb(0, 0, 0); */
  background-color: rgb(26, 34, 44);
}
#vikings-main-nav {
  background: #141414;
}

/* Scrollbar */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1a222c;
  border-radius: 10px;
}

body::-webkit-scrollbar {
  width: 18px;
  background-color: #1a222c;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.86, #ca3660),
    color-stop(0.44, #ef8a37)
  );
}

/* back to top button */
.circle {
  /* display: block;
  position: relative;
  z-index: 98; */
  visibility: hidden;
  margin: 0 auto;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  background-color: #466a93;
  text-align: center;
  margin-top: 70px;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  z-index: 1000;
}
.circle:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
}
.circle:hover {
  cursor: pointer;
  background-color: #606fc7;
  /* background-image: -webkit-gradient(linear,
    left bottom,
    left top,
    color-stop(0.86, #CA3660),
    color-stop(0.44, #EF8A37)
    ); */
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.3);
}
.circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  transition: 0.5s;
}
.circle.show {
  opacity: 1;
  visibility: visible;
}

/* menu transition */
.menu-show #vikings-main-nav {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.subtitle {
  font-size: 20px;
  color: #d3d3d3 !important;
}

.skills-list {
  list-style-type: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
