.slogan{
	font-family: cursive, sans-serif;
	font-size: 2em;	
	color:#ED1C24;
	text-shadow: 1px 1px 1px white;
	font-style: italic;
}
#header1-btn{
padding: 25px;
border-radius: 50px;
background-color:#ED1C24;
border:5px solid #BA9F5C;
}

.menu-text{
	color:#ED1C24;
}

@media (min-width: 768px){
  .pipes-right, .pipes-right-animated, .pipes-left, .pipes-left-animated{
    width: 33.33333333%;
  }

  .tt-title-submenu:hover{
  	background-image: linear-gradient(to bottom,#df8f64 ,#e14c3a );
  	color: #fbd8b0;
  	border-radius: 17px;
  }

#flashline{
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 5% 0;
  height: 37%;
  position: relative;
  background-color: #ba9f5e;
}
#flashline-after{
  margin: 0 auto;
  width: 100%;
  height: 374px;
  background-color: #ED1C24;
  position: absolute;
  top:-55px;
  box-shadow: 0 5px 10px #3D2624;
  z-index: 10;
  -webkit-clip-path: polygon(0 10%, 100% 33%, 100% 100%, 0 58%);
  clip-path: polygon(0 10%, 100% 33%, 100% 100%, 0 58%);
  -webkit-clip-path: url("#clipping-after");
  clip-path: url("#clipping-after");

}
#flashline-after-after{
  margin: 0 auto;
  width: 100%;
  height: 374px;
  background-color: #770e12;
  position: absolute;
  top:-73px;
  z-index: 9;
  -webkit-clip-path: polygon(0 40%, 100% 43%, 100% 100%, 0 63%);
  clip-path: polygon(0 40%, 100% 43%, 100% 100%, 0 63%);
  -webkit-clip-path: url("#clipping-after-after");
  clip-path: url("#clipping-after-after");
  filter: blur(7px);
}
#flashline-before{
  margin: 0 auto;
  width: 100%;
  height: 374px;
  color: #ED1C24;
  background-color: #BA9F5E;
  -webkit-clip-path: polygon(0 24%, 100% 0, 100% 48%, 0% 100%);
  clip-path: polygon(0 24%, 100% 0, 100% 48%, 0% 100%);
  -webkit-clip-path: url("#clipping-before");
  clip-path: url("#clipping-before");
  position: absolute;
  top:0px;
  z-index: 9
}
#flashline .container{
  z-index: 11;
  width: 90%;
  max-width: 90%
}
#flashline h4{color:white;margin-top: 25px;}
#flashline h4:before{content:'"';font-size: 10rem;font-family: 'rockwell';position: absolute;opacity: 0.43}
  
