@font-face {
    font-family: 'Dream Avenue';
      src: url('../fonts/Dream-Avenue.ttf') format('truetype');

}
:root {
  --primary-color: #ec167f;
  --secondary-color:#8c52ff;
   --theme-color: #FC226A;
  --third-color:#ffc61a;
  --text-color: #151515;
  --font-family-title: 'Dream Avenue',sans-serif;
    --font-family:"Times New Roman", serif;
  --white: #fff;
  --black: #000000;
--bg-1:#190c20;
--bg-2:#321c45;
--bg-3:#442767;
--bg-4:#642c7f;
--bg-5:#89449e;
--bg-6:#aa3f99;
--bg-7:#bc3988;
--bg-8:#dc6d3b;
--bg-9:#db9a40;
--bg-10:#dbb142;
--text-1:#e6dfd6;
--text-2:#f2d4a6;
--text-3:#f1bc6d;

}

p,strong,span,li,ul{
   font-family: var(--font-family) !important;
}
h1,h2,h3,h4,h5,h6{
 font-family: var(--font-family-title) !important;
 font-weight: 700;
}
html {
overflow-x:hidden;
padding: 0 !important;
background:var(--white);
margin:0px !important;
}

#revolution-slider{
 font-family: var(--font-family) !important;
}

.tp-caption{
font-size:14px;
font-weight:300;
}

.tp-caption.teaser{
letter-spacing:5px;
}

.tp-caption br{
margin-bottom:5px;
}

.tparrows{ top:50% !important;}

.med{
font-size:24px;
letter-spacing:-.5px;
}


.med-white{
color:var(--white);
font-size:24px;
letter-spacing:-.5px;
}
.med-green{
color:#1a8b49;
font-size:24px;
letter-spacing:-.5px;
}
.small-white{
color:var(--white);
line-height:1.7em;
}

.big-black{
font-size:52px;
letter-spacing:-3px;
color:var(--text-color);
}

.big-white{
 font-family: var(--font-family) !important;
font-size:15px;
color:var(--white);
line-height:normal;
font-weight:300;
text-transform:uppercase;
letter-spacing:10px;
}

.ultra-big-white{
 font-family: var(--font-family) !important;
font-size:72px;
font-weight:300;
letter-spacing:15px;
color:var(--white);
margin:0;
text-transform:uppercase;
}

.ultra-big-black{
font-size:96px;
font-weight:400;
color:var(--text-color);
margin:0;
line-height:72px;
}

.ultra-big-2{
font-size:84px;
font-weight:bold;
letter-spacing:0;
color:var(--white);
margin:0;
letter-spacing:-2px;
}


.size-20{
	font-size:20px;
}

.size-28{
	font-size:28px;
}

.size-36{
	font-size:28px;
}

.size-84{
	font-size:84px;
	letter-spacing:-2px;
}

.size-96{
	font-size:96px;
}

.size-120{
	font-size:120px;
	letter-spacing:-2px;
}

.size-150{
	font-size:150px;
	letter-spacing:-2px;
}

.size-180{
	font-size:180px;
	letter-spacing:-2px;
}

.title-128{
	font-size:128px;
}

a.btn-slider{
color:var(--white);
}

a.btn-slider:hover{
color:var(--text-color);
}

a.btn-custom,
a.btn-custom:hover{
	color:var(--black);
	font-weight:500;
	font-size:12px;
	padding:10px 20px;
}

.fullwidthbanner-container a.btn{
text-transform:uppercase;
letter-spacing:1px;
color:var(--white);
font-weight:700;
padding:10px 20px 10px 20px;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
}

.tp-caption.separator {
width:100px;
border-bottom:solid 1px rgba(255,255,255,.3);
}


.white{
	color:var(--white);
}

.tp-60{
	font-size:48px;
	line-height:1.2em;
}
