
section.home{
  min-height: calc(100vh - 72px);
  z-index: 1;
}

.homepage-logo{
  align-self: flex-start;
  height:160px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.signin .homepage-logo {
  align-self: center;
}

section.home h1, section.signin h1{
  font-size: 3.6em;
  margin:0px;
  text-align: center;
  max-width: 700px;
  line-height:1.2em;
}

section.home .right-content {
  display: flex;
  align-self: flex-end;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 50%;

}

section.home h1 {
  padding: 14px 20px 14px 10px;
  text-align: right;
  color: #fff;
  line-height: 1em;
  font-size: 3em;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1;
}
section.home h1 span {
  position: relative;
}
section.home h1 span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -10%;
    left: -5%;
    z-index: -1;
    background-color: #FF9B05;
    padding: 10px 10px;
}

section.home h1 span:first-child:before {
  transform: rotate(-2deg);
  top: -20%;
  left: -2%;
}
section.home h1 span:nth-child(2):before {
  padding-right: 30px;
}
section.home h1 span:last-child:before {
  transform: rotate(-5deg);
  top: -20%;
}

section.signin h3{
  margin:30px auto;
}

section.home h3 {
  font-size: 1.1em;
  margin: 0px;
  font-weight:300;
  text-align: center;
  max-width: 700px;
  align-self: flex-end;
  text-align: left;
}

section p {
  color: #000;
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}


section.home .hero-cta{
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
  margin: 40px 0px;
  background-image: url("/assets/bestman-hero-15166500.png");
  background-size: auto 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}


button.call-button, button.endcall-button{
  margin-top: 0px;
}

button.endcall-button{
  background: #F55937;
}

button.call-button img, button.endcall-button img, a.call-button img{
  height:1.8rem;
  width:1.8rem;
  flex:0;
}

button.call-button:hover, button.endcall-button:hover, a.call-button:hover {
  background-color: #FF7828;
  color:#fff;
}

button.endcall-button:hover{
  background-color: #D93713;
}


@media screen and (max-width: 580px) {
  .homepage-logo{
    height:25px;
  }

}