body {
  /*font-family: "Open Sans", Arial, Helvetica, sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  overflow-x: hidden;
  color: #707172;
  background-color: #293C25;
}

p {
  line-height: 2;
}

a {
  transition: all 0.3s ease;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.small {
  font-size: 0.95rem;
}

.titleStuff {
  font-family: 'Noto Serif', serif;
  color: #333;
  font-size: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

.tm-color-primary {
  color: #293C25;
}

.tm-color-grey {
  color: #333;
}

.tm-color-white {
  color: #fff;
}

.longcow {
  position: relative;
  left: 0px;
}

.longcowmis {
  padding-top: 0px;
}

.mmlogo {
  width: 250px;
}

.email-link {
  margin-left: 80px;
  margin-top: 20px;
  float: left;
  width: 32%;
  padding: 20px;
}

.contact-line {
  float: left;
}

.email-link::hover { 
  background-color: rgba(0, 0, 0, 0.4);
}

.tm-bg-black-transparent {
  background-color: rgba(0, 0, 0, 0.6);
}

.tm-bg-white-transparent {
  background-color: rgba(41, 60, 37, 0.8);
  /*border: 1px solid white;*/
}

.tm-intro {
  max-width: 500px;
  width: 100%;
  padding: 55px;
  margin-right: 0;
  margin-left: auto;
}

.tm-section-title {
  font-size: 1.6rem;
  font-family: 'Noto Serif', serif;
}

.tm-section-title-land {
  font-size: 2.6rem;
  font-family: 'Noto Serif', serif;
  line-height: 140%;
}

.parallax-window {
  min-height: 662px;
  background: transparent;
}

.tm-section {
  display: flex;
  align-items: center;
  height: auto;
  max-width: 1275px;
  padding: 40px 60px;
}

.legalSectionSpace {
  margin-top: 100px;
  padding-bottom: 0%;
}

.legal-links {
  float: left;
  width: 25%;
  padding-left: 5px;
}

#intro {
  min-height: 100vh;
  max-width: none;
}

.tm-brand {
  font-size: 2.6rem;
}

.tm-brand-box {
  box-sizing: content-box;
  width: 100%;
  max-width: 230px;
  min-height: 160px;
  color: white;
  font-family: 'Noto Serif', serif;
  text-align: center;
  margin: 20px auto 30px;
}

.tm-double-border-1,
.tm-double-border-2 {
  border: 1px solid #fff;
  position: relative;
}

.tm-double-border-2 {
  top: 10px;
  left: 10px;
}

.tm-border-grey {
  border-color: #cdcecf;
}

.tm-box-pad {
  padding: 50px 55px;
}

.tm-brand {
  padding: 30px;
}

.tm-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding-left: 70px;
  padding-right: 70px;
  width: 500px;
  max-width: 400px;
}
.navFontStyle {
  font-size: 18.5px;
}

/* Hide scrollbar */
.tm-sidebar {
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.tm-sidebar::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.tm-sidebar-sticky {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tm-section-wrap {
  width: calc(100% - 400px);
  margin-left: auto;
  margin-right: 0;
}

.tm-main-nav > li > a {
  color: white;
}

.tm-main-nav {
  margin-bottom: 40px;
}

.tm-white-rect {
  display: block;
  width: 15px;
  height: 15px;
  background-color: white;
}

.nav-link {
  font-size: 1.5rem;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-link .tm-white-rect {
  opacity: 0;
  transition: all 0.3s ease;
}

.nav-link.current .tm-white-rect,
.nav-link:hover .tm-white-rect {
  opacity: 1;
}

.tm-main-nav .nav-link:hover {
  animation-name: blinker;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  color: #F93;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

.tm-social-links {
  margin-bottom: 27px;
}

.tm-social-link {
  width: 60px;
  height: 60px;
  color: black;
  background-color: white;
  margin: 8px;
  border-radius: 5px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tm-social-link:hover,
.tm-social-link:focus {
  background-color: #F93;
  color: white;
}

.tm-footer-link {
  color: white;
  border: solid #fff;
  padding: 10px;
  margin-bottom: 80px;
  border-radius: 10px;

}

.tm-footer-link:hover {
  color: #F93;
  text-decoration: none;
  border: solid #F93;
}

.tm-section-half {
  padding: 55px;
}

.copyright {
  margin-top: 20px;
}

.tm-section-icon {
  color: #315250;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Our Work */

.tm-gallery-wrap {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1600px) {
  .tm-gallery-wrap {
    max-width: 780px;
  }
}

@media (max-width: 1200px) {
  .tm-gallery-wrap {
    max-width: 520px;
  }

  .tm-main-nav {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .tm-gallery-wrap {
    max-width: 780px;
  }
}

@media (max-width: 767px) {
  .tm-gallery-wrap {
    max-width: 520px;
  }
}

@media (max-width: 480px) {
  .tm-gallery-wrap {
    max-width: 260px;
  }
}



.wel-title {
  padding-top: 40px;
}

.longcow {
  width: 100%;   
}

.tm-gallery-item {
  padding-left: 10px;
  padding-right: 10px;
}

.slick-dots {
  bottom: -50px;
}

.slick-dots li button:before {
  font-size: 16px;
  opacity: 0.2;
}

.slick-dots li.slick-active button:before {
  color: #98999a;
  opacity: 1;
}


/* Clients */
.tm-section-pad {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
}

.legal-link {
  margin-bottom: 400px;
}

.tm-clients-images {
  max-width: 1040px;
}

.tm-clients-dl {
  max-width: 1040px;
}

.tm-w-80 {
  max-width: 80%;
}

.tm-flex-item-left {
  align-self: flex-start;
}

.tm-img-wrap {
  padding: 20px;
}

.tm-img-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  width: 240px;
  height: 120px;
}

.tm-contact-form-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tm-contact-form {
  max-width: 305px;
  width: 100%;
}

.form-group {
  margin-bottom: 40px;
}

.tm-btn-primary {
  color: #707172;
  border-bottom: 1px solid #cdcecf;
  padding: 10px 18px;
  position: relative;
}

.tm-btn-primary:hover,
.tm-btn-primary:active {
  color: #fff;
  background-color: #999;
}

.tm-btn-primary:after {
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  background: #cdcecf;
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.tm-btn-primary:hover:after,
.tm-btn-primary:active:after {
  height: 100%;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}



@media (max-width: 1600px) {
  .tm-sidebar {
    width: 30%;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tm-social-link {
    margin: 5px;
  }

  .tm-section-wrap {
    width: 70%;
  }

  .tm-img-wrap a {
    width: 100%;
    height: 100%;
  }
}

.navbar-toggler {
  display: none;
}



@media (max-width: 991px) {
  .tm-bg-black-transparent {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .tm-brand-box {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 200px;
    min-height: 100px;
  }

  .tm-brand {
    padding: 20px 30px;
  }

  .tm-main-nav {
    margin-bottom: 60px;
  }

  .tm-social-links {
    margin-bottom: 30px;
  }

  footer p {
    line-height: 1;
  }

  .tm-sidebar {
    width: 250px;
    left: -250px;
    padding: 15px;
    transition: all 0.3s ease;
  }

  .navbar-toggler {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 15px;
    transition: all 0.3s ease;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 5px;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .tm-sidebar.show {
    left: 0;
  }

  .tm-sidebar.show .navbar-toggler {
    left: 250px;
  }

  .tm-section-wrap {
    width: 100%;
  }

  figure.effect-bubba h2 {
    font-size: 1.1rem;
    margin-bottom: 25px;
  }

  .tm-gallery-item figure p {
    font-size: 63%;
    padding: 0;
    line-height: 1.5;
  }

  .mmlogo {
    width: 90%;
  }

  .navFontStyle {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tm-section {
    padding: 30px;
  }
}

@media (max-width: 554px) {
  .tm-section {
    padding: 15px;
  }
}

@media (max-width: 375px) {
  .slick-dots {
    bottom: -40px;
  }

  .tm-box-pad {
    padding: 50px 30px;
  }

  .tm-clients-images {
    display: none;
  }

  .tm-section-pad {
    padding-bottom: 40px;
  }

  .tm-bg-black-transparent {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .mmlogo {
    padding-top: 0px;
    width: 120px;
  }

  .nav-item {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .tm-main-nav {
    margin-bottom: 10px;
  }

  .email-link {
    width: 60%;
  }

  .legal-links {
    float: none;
    width: 60%;
    padding-top: 10px;
    padding-left: 20px;
  }

  .tm-color-white {
    font-size: 14px;
    font-weight: 0;
  }

  .tm-section-title-land {
    font-size: 26px;
  }

  .aboutmobile {
    font-size: 14px;
  }

  .wel-title {
    font-size: 26px;
  }

  .whymobile {
    font-size: 12px;
  }

  .chatmobile {
    font-size: 14px;
  }

  .tm-brand-box {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .tm-social-link {
    width: 50px;
    height: 50px;
    margin: 4px;
  }

}

@media (max-height: 860px) {
  .mmlogo {
    width: 180px;
  }

  .navFontStyle {
    font-size: 14px;
    margin: 0px;
    padding: 0;
  }
  .tm-main-nav {
    margin-bottom: 10px;
  }

  .tm-brand-box {
    margin-bottom: 10px;
  }

  .tm-social-link {
    width: 30px;
    height: 30px;
    margin: 4px;
  }
} 

