  body {
    padding-top: 110px;
  }
@media(min-width:768px){
  body {
  padding-top: 130px;
}
}
body.small-padding {
  padding-top: 120px;
}
.sticky-nav .t3-mainnav {
  border: none;
}
.sticky-nav .navbar-brand {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  grid-area: brand;
  align-self: flex-start;
  padding: 5px;
  text-align: center;
}
.sticky-nav .navbar-header {
  /* display: none; */
  grid-template-columns: 50px 1fr 50px;
  grid-template-areas:
    "toggle brand";
  align-items: center;
  justify-content: center;
  grid-area: nav-header;
  line-height: 110px;
  min-height: 110px;
  /* float: left; */
  padding: 0px;
}
.navbar-default {
  background-color: transparent;
}
.navbar-default .off-canvas-toggle {
  float: right;
  border-width: 0;
  border-radius: 0;
  width: 50px;
  height: 50px;
  line-height: 20px;
  font-size: 21px;
  transition: all 350ms linear;
  margin: 0;
  grid-area: toggle;
}
.logo-img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .navbar-nav > li {
    display: inline-flex;
    float: none;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #topnav {
    float: none;
    height: 120px;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-area: topnav;
    justify-self: center;
    justify-self: flex-end;
    position: relative;
    right: 0;
    width: 100%;
    justify-content: flex-end;
  }
  .t3-mainnav .container {
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    /* width: 100%; */
  }
  .small-nav .navbar-default .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.small-nav .navbar-header {
  line-height: 40px;
  min-height: 40px;
  padding: 0px;
}
.small-nav .navbar-brand {
  height: 50px;
}
.small-nav .navbar-brand .logo-img {
  height: 40px;
  width: auto;
  margin: 5px;
}
.small-nav .navbar-default .navbar-nav > li > a {
  line-height: 30px;
}
.small-nav .topbar * {
  background-color: transparent !important;
  font-size: 15px !important;
  line-height: 1 !important;
  border: none !important;
}
.small-nav .desc-text {
  display: none;
}
@media (max-width: 768px) {

  .sticky-nav .navbar-header {
    display: grid;
  }
  .navbar-toggle {
    font-size: 24px;
    color: #fff;
    height: 50px;
    padding: 0px;
    margin: 0;
    width: 50px;
    border: none;
    outline: none;
  }
  .sticky-nav .navbar-brand {
    margin: 0;
    padding: 0;
  }
  .sticky-nav .navbar-brand .logo-img {
    width: auto;
    margin: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
.btn-block.social-btn > :first-child {
  display: flex;
  position: static;
  align-items: center;
  justify-content: center;
}
.contact-item {
  display: inline;
}
.top-social.container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.5em;
}