.master-slider{
	font-family: "Lato",sans-serif;
}

.ms-layer.bold-title {
	/* font-weight: 900;
    font-size: 26pt;
   color: #222;
    color: #fff; 
	margin: 0; */
	
	font-weight: 300;
	font-size: 36px;
	color: white;
	padding-top: 13px;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 13px;
	text-transform: lowercase;
	border-radius: 7px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,41,0,0.55) 0%,rgba(0,41,0,0.83) 100%);
	background-image: linear-gradient(180deg,rgba(0,41,0,0.55) 0%,rgba(0,41,0,0.83) 100%);
}
.ms-layer.light-title {
	margin: 0;
	font-weight: 100;
	font-size: 12pt;
	text-transform: lowercase;
	color: #FF8238;
	/*color: #f1f1f1;*/
	
	padding-right: 13px;
	padding-left: 13px;
	text-shadow: 0 0 1px #000000;
}
.ms-layer.normal-desc {
    margin: 6px 0;
    font-size: 13px;
    width: 37%;
}

.ms-layer.text-box {
	width: 65%;
	height: 46%;
	border-radius: 13px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.25) 21.77%,rgba(0,0,0,0.83) 82.90%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.25) 21.77%,rgba(0,0,0,0.83) 82.90%);
}

.ms-layer.normal-title {
	margin: 0;
}

.slide-2 .light-title{
	font-size:40pt;
}

.ms-slide-layers {
	overflow: visible !important; 
}

.slide-3 .light-title{
	font-size:40pt;
	color:#222;
}

.slide-3 .bold-title {
	font-size: 45pt;
}

.slide-3 .normal-title {
	font-size: 16pt;
}

.slide-4 .light-title {
    font-size: 26pt;
}
.slide-4 .normal-title {
	/*color: #FF8238;*/
	color: #f1f1f1;
	font-size: 17pt;
	font-weight: 600;
}

.slide-5 .text-box {
    width: 55%;
    height: 21%;
    background: rgba(0, 0, 0, 0.85);
}

.slide-5 .bold-title {
    color: white;
    font-size: 38pt;
}
.slide-5 .normal-title {
    color: white;
}
