/* Landing page */

.landing.heading {
  height: 330px;
}

.landing.heading h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.25;
}

.landing.heading h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
}

.mobile-categories .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 32px;
}

.category-btn:hover {
  background-color: #fff !important;
  box-shadow: 0 4px 25px rgb(109 120 136 / 15%) !important;
}

.panel {
  position: relative;
  border: solid 1px #dedfe6;
  border-radius: 8px;
  height: 170px;
  box-shadow: none;
}

a:hover .panel,
a:focus .panel,
.panel:hover,
.panel:focus {
  box-shadow: 0 3px 25px 0 rgb(109 120 136 / 10%);
}

a:hover .app-name {
  color: #008fe2;
}

.panel:active {
  box-shadow: none;
}

img.img-responsive.center-block {
  max-height: 100px;
  max-width: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* End Landing page */

/* SignUpForm */

.app-detail-tab > li {
  margin-right: 30px;
}

.app-detail-tab > li > a:hover,
.app-detail-tab > li > a:focus {
  background-color: transparent;
  color: #00a3e7;
}

.app-logo {
  height: 100%;
}

span > p {
  transition: 0.5s;
}

span > p:hover {
  color: #00a3e7;
  cursor: pointer;
}

@media (max-width: 760px) {
  .app-name-header {
    border-top: 1px solid #eee;
    padding-top: 20px;
  }
}

/* End SignUp Form */

@media (max-width: 1199px) {
  .landing .container-fluid {
    margin-top: 30px;
  }

  .landing.heading {
    height: 325px;
  }

  .landing.heading h1 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .col-md-9 > h1 {
    display: none;
  }

  .mobile-categories .dropdown-menu {
    max-width: 48%;
  }

  .link-element {
    display: inline-block;
    width: 100%;
  }

  .link-element > .use-golink-button > button,
  #create-golink {
    margin: 0;
    width: 100%;
  }

  .golink-text > p {
    margin-bottom: 10px;
  }

  .heading {
    padding-top: 54px;
  }

  .inner-img {
    margin: 0 30px;
  }

  .outer-img {
    max-width: 30vw;
    margin: auto;
  }

  .outer-img .inner-img::before {
    content: '';
    padding-bottom: 100%;
    display: inline-block;
    vertical-align: middle;
  }

  .learn-more-button {
    width: fit-content;
  }

  .nav {
    width: 100%;
    text-align: center;
  }

  .nav > li {
    width: 50%;
    margin-right: 0;
  }

  .app-name-header {
    display: none;
  }

  .mobile-categories .dropdown-menu.show {
    z-index: 9999;
  }
}

@media (max-width: 767px) {
  h3 > strong {
    font-size: 18px;
  }

  nav.navbar-custom {
    border-bottom: transparent;
  }

  .landing .container-fluid {
    margin-top: 0;
  }

  .landing.heading h1 {
    font-size: calc(14px + 5vmin);
  }

  .landing.heading h3 {
    font-size: calc(14px + 1vmin);
  }

  .w-xs-100 {
    width: 100% !important;
  }

  .mobile-categories .dropdown-menu {
    max-width: 90%;
  }
}
