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

.app .homepage-logo{
 height:30px;
 margin-top: 40px;
 margin-bottom: 40px;
}

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

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

.app section.home h2, .app section.signin h2 {
  font-size: 1.4em;
  margin: 0px;
  font-weight:300;
  text-align: center;
  max-width: 700px;
}

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


.app section.home .hero-cta{
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
  margin: 40px 0px;
}

.app section.home .hero-img{
  height:100%;
  width: calc(100% + 80px);
  margin: 0px -40px;
  background-image: url("/assets/de-escalate-hero-786be334.png");
  background-size: auto 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  flex:1;

}



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

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

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

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

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


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

}