h1 {
    font-size: 5.06em;
    line-height: 1.2;
    margin-top: 0.53em;
    margin-bottom: 0.53em;
    text-transform: uppercase;
}

.h1 {
    font-size: 5.06em;
    line-height: 1.2;
}

h2 {
    font-size: 3.33em;
    line-height: 1.2;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.h2 {
    font-size: 3.33em;
    line-height: 1.2;
}

h3 {
    font-size: 2.25em;
    line-height: 1.2;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.h3 {
    font-size: 2.25em;
    line-height: 1.2;
}

h4 {
    font-size: 1.5em;
    line-height: 1.2;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}

.h4 {
    font-size: 1.5em;
    line-height: 1.2;
}

h5 {
    font-size: 1.06em;
    line-height: 1.2;
    margin-top: 0.94em;
    margin-bottom: 0.94em;
}

.h5 {
    font-size: 1.06em;
    line-height: 1.2;
}

h6 {
    font-size: 1em;
    line-height: 1.2;
    margin-top: 1em;
    margin-bottom: 1em;
}

.h6 {
    font-size: 1em;
    line-height: 1.2;
}

p {
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.btn-primary {
    background: #add6df;
    border-color: #add6df;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.navbar {
    position: fixed;
    width: 100%;
    margin: 0;
    z-index: 999;
}

.navbar svg {
    height: 80px;
    width: 80px;
    padding: 15px;
    border-radius: 80px;
}

.navbar-brand {
    padding: 0;
    margin: 1em !important;
}

.hero-expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #eee;

    height: 100vh;}
.hero-expand .flex-item {
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 33.33%;
    height: 100vh;
  background-color: #ccc;
  min-width: 10%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-expand .flex-item:hover {
  -webkit-transition: .5s;
  transition: .5s;
  width: 60% !important;
  background: #333;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  cursor: pointer;
  color: #fff;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;}

.flex-item-inner{
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    color: #fff;
    text-align: left;
}