body {
  padding-top: 110px;
}
body.small-padding {
  padding-top: 50px;
}
.sticky-nav {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.sticky-nav .t3-mainnav {
  border: none;
  margin-bottom: 0;
}
.sticky-nav .navbar-brand {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  grid-area: brand;
  align-self: flex-start;
  padding: 0 10px;
}
.sticky-nav .navbar-header {
  align-items: center;
  justify-content: center;
  grid-area: nav-header;
  line-height: 90px;
  min-height: 90px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-default .off-canvas-toggle {
  float: right;
  border-width: 0;
  border-radius: 0;
  width: 50px;
  height: 50px;
  line-height: 20px;
  font-size: 21px;
  transition: background 350ms linear;
  margin: 0;
  grid-area: toggle;
  background-color: transparent;
}
.navbar-default .off-canvas-toggle span {
  background-color: #23b4b4;
}
.logo-img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #topnav {
    float: right;
    height: 110px;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-area: topnav;
    justify-self: flex-end;
  }
  .t3-mainnav .container {
    display: grid;
    align-items: center;
    grid-template-areas: "nav-header topnav";
    grid-template-columns: 35% 65%;
  }
  .small-nav .navbar-default .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 80px;
  }
  .navbar-header {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-areas: "toggle brand";
    align-items: center;
    justify-content: center;
    grid-area: nav-header;
    line-height: 80px;
    min-height: 80px;
  }
  .navbar-toggle {
    height: 80px;
    padding: 0px;
    margin: 0;
  }
  .sticky-nav .navbar-brand {
    height: 80px;
    margin: 0;
    align-self: unset;
  }
  .sticky-nav .navbar-brand .logo-img {
    height: 80px;
    width: auto;
    margin: 5px;
  }
  .off-canvas-toggle {
    border-radius: 0;
    border: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: relative;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: smaller;
  }
}
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: flex !important;
    justify-content: stretch;
    align-items: center;
  }
}
.small-nav .navbar-header {
  line-height: 50px;
  min-height: 50px;
  padding: 0px;
  margin-top: 0;
  margin-bottom: 0;
}
.small-nav .navbar-brand {
  height: 50px;
}
.small-nav .navbar-brand .logo-img {
  height: 40px;
  margin: 5px;
}
.small-nav .off-canvas-toggle {
  background-color: #23b4b4;
  height: 50px;
}
.small-nav .off-canvas-toggle span {
  background-color: #ffffff;
}
.small-nav .navbar-default .navbar-nav > li > a {
  line-height: 50px;
}