﻿:root {
  --mainBrandColor: #466bb0;
  --secondBrandColor: #286ac7;
  --textBrandColor: #ffffff;
  --textBrandColorLight: #cccccc;
  --textBrandHighlightColor: #de7d40
}

.landing{
  height: 100vh;
}
.landing section {
  text-align: center;
  margin-bottom: 3.625rem
}

@media(min-width:768px) {
  .landing section {
    margin-bottom: 7rem
  }
}

.landing #banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 10rem 3.375rem 9.125rem; */
  /* background-color: #516baa; */
  margin-top: -6.875rem;
  overflow: hidden
}

@media(min-width:768px) {
  .landing #banner {
    /* padding: 15.375rem 3.375rem; */
    min-height: 100%;
  }
}

@media(min-width:992px) {
  .landing #banner {
    /* margin-top: -8.125rem */
  }
}

.landing #banner #hero-text {
  font-size: 1.75rem;
  line-height: 1.36;
  color: #fff;
  text-align: center;
  font-weight: var(--semiBoldWeight);
  max-width: 750px;
  z-index: 1
}

@media(min-width:768px) {
  .landing #banner #hero-text {
    font-size: 3rem;
    line-height: 1.2
  }
}

.landing #banner-animation {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10%;
  width: 100%
}

@media(min-width:768px) {
  .landing #banner-animation {
    right: -20%
  }
}

.landing #landing-panels {
  margin-top: calc(-6rem - 3.625rem - 2.5rem)
}

@media(min-width:768px) {
  .landing #landing-panels {
    margin-top: calc(-10.25rem - 7rem - 2.5rem)
  }
}

.landing #service-mesh .service-mesh-graph img {
  width: 100%;
  height: auto;
  max-width: 800px
}

.landing h1 {
  text-align: center
}

.landing h1,
.landing .subtitle {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto
}
