
.title-flame{
  /* height: 100px; */
  width: 100%;
  position: relative;
  /* font-family: Raleway; */
}

.center-box{
  position: absolute;
  right: 5%;
  box-sizing: border-box;
}

.company-name{
  /* text-decoration: none;
  font: 28px Raleway;
  position:relative;
  margin: 26px 150px;
  display: inline-block;
  font-weight: 1000; */
}

.company-name a{
  /* text-decoration:none;
  color: #000000; */
}

.inftitle{
  margin-bottom: -80px
}

.gyro-effect{
  width: 100%;
  height: 100%;
  background: lighten(#f0f4c3, 10%);
  position: fixed;
  overflow: hidden;
}

/*.wave {
  opacity: .4;
  position: absolute;
  top: 0%;
  left: 85%;
  background: #d9ccc1;
  width: 59%;
  height: 80vh;
  margin-left: -25%;
  margin-top: -25%;
  transform-origin: 50% 48%;
  border-radius: 0%;
  animation: drift 10000ms infinite linear;
}

.wave.-two {
  animation: drift 12500ms infinite linear;
  opacity: .1;
  background: #008000;
}

.wave.-three {
  animation: drift 15000ms infinite linear;
  background: #606921;
}

.wave.-four {
  animation: drift 22500ms infinite linear;
  background: #d96b2b;
}

.wave.-five {
  animation: drift 20000ms infinite linear;
}

.box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
*/
.title {
  /* font-family: 'Playfair Display', serif;
  letter-spacing: .4em;
  text-indent: .3em; */
}

.title_img{
  height: 80px;
  width: 300px;
  background-image: url("../img/text895-5-8.png");
  background-size: cover;
}

@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}

@media screen and (max-width:490px){
  .title_img{
    height: 52px;
    width: 196px;
    background-image: url("../img/text895-5-8_mobile.png");
    background-size: cover;
  }
}
