@charset "utf-8";
/* CSS Document */

/**************************Banner CSS*******************************/

.bnr-txt1{font-weight:800; font-size:48px; line-height:48px; color:#FFF; text-transform:uppercase; letter-spacing:-3px}
.bnr-txt2{font-size:44px; line-height:44px; color:#fff; margin-top:6px}

@media only screen and (max-width:1152px){
.bnr-txt1{font-weight:800; font-size:48px; line-height:48px; color:#FFF; text-transform:uppercase; letter-spacing:-3px}
.bnr-txt2{font-size:44px; line-height:44px; color:#fff; margin-top:6px}
}

@media only screen and (max-width:1024px){
.bnr-txt1{font-weight:800; font-size:48px; line-height:48px; color:#FFF; text-transform:uppercase; letter-spacing:-3px}
.bnr-txt2{font-size:44px; line-height:44px; color:#fff; margin-top:6px}
}

@media only screen and (max-width:768px){
.bnr-txt1{font-weight:800; font-size:48px; line-height:48px; color:#FFF; text-transform:uppercase; letter-spacing:-3px}
.bnr-txt2{font-size:44px; line-height:44px; color:#fff; margin-top:6px}
}

@media only screen and (max-width:580px){
.bnr-txt1{font-weight:800; font-size:48px; line-height:48px; color:#FFF; text-transform:uppercase; letter-spacing:-3px}
.bnr-txt2{font-size:44px; line-height:44px; color:#fff; margin-top:6px}
}