
@font-face {
	font-family: 'Conv_segoeui';
	src: url('../fonts/segoeui.eot');
	src: local('☺'), url('../fonts/segoeui.woff') format('woff'), url('../fonts/segoeui.ttf') format('truetype'), url('../fonts/segoeui.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_segoeuib';
	src: url('../fonts/segoeuib.eot');
	src: local('☺'), url('../fonts/segoeuib.woff') format('woff'), url('../fonts/segoeuib.ttf') format('truetype'), url('../fonts/segoeuib.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_segoeuisl';
	src: url('../fonts/segoeuisl.eot');
	src: local('☺'), url('../fonts/segoeuisl.woff') format('woff'), url('../fonts/segoeuisl.ttf') format('truetype'), url('../fonts/segoeuisl.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


h1,h2,h3,h5{
	font-weight:normal;
	font-family: 'Playfair Display', serif;
	
}

.uppercase{ 
	text-transform:uppercase;
}

.f-thin{
	font-weight:100;
}

.f-extralight{
	font-weight:200;
}

.f-light{
	font-weight:300;
}

.f-medium{
	font-weight:500;
}

.f-semi-bold{
	font-weight:600;
}

.f-bold{
	font-weight:700;
}

.f-black{
	font-weight:800;
}

b{	
	vertical-align:top !important;
}

.slide-title {
	font-size:1.3vw;	
	font-family: 'Playfair Display', serif;
	color:#ffffff;
}

.sub-title{
	 font-size:16px;
   font-weight: 400;
   letter-spacing: 2px;
}

.section-title{	
   font-size:45px;
  
}




.block-title{
	font-size: calc( 20px + (30 - 20) * (100vw - 520px) / (1920 - 520));   
}

@media screen and (min-width:1920px){	
	


}

@media screen and (max-width:992px){	
	.slide-title{
	font-size:2vw;
}



@media screen and (max-width:520px){	
	.slide-title{
	font-size:3.5vw;
}



}



