body {
    font-family: 'Rajdhani', sans-serif;
    color: black;
}

/*hide trade in section on credit application*/
#creditAppForm .sectionTradeIn{display:none;}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/a2d0fcf2-e5b2-46ae-851d-b43fb9784f7c/background-field-12_21.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/a2d0fcf2-e5b2-46ae-851d-b43fb9784f7c/background-field-12_21.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        background-position: bottom;
    }
}

a {
    color: #d9251c;
    transition: .3s;
}

a:focus, a:hover {
    color: black;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}



#promotions-page,
#inventory-page,
#calendar-page {
    margin-top: 30px;
}





/* HEADER */

header.body {
    margin-bottom: 0;
    background-color: white;
}

.header-container {
    width: 768px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.header-logo {
    flex: 0 0 25%;
    z-index: 7;
}

.header-slogan {
    text-align: center;
}

.header-slogan .main {
    font-size: 32px;
    font-weight: 700;
}

.sub-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: auto;
    font-size: 14px;
}

.sub-wrapper span:nth-child(1):after,
.sub-wrapper span:nth-child(2):after,
.sub-wrapper span:nth-child(3):after,
.sub-wrapper span:nth-child(4):after {
    content: '|';
    padding: 12px;
    color: #d0d0d0;
}

.header-slogan .main span {
    color: #d9251c;
    font-style: italic;
}

.header-block .dealer-phone {
    font-size: 24px;
    display: block;
    font-weight: 700;
    text-align: right;
}

.header-block {
    text-align: right;
    flex: 0 0 18%;
}

.header-block .dealer-address {
    display: block;
}

.header-block .contact {
    font-size: 14px;
}

.socialLinks {
    display: flex;
    justify-content: flex-end;
}

.socialLinks a {
    padding: 0 15px;
    font-size: 24px;
}








/* NAVIGATION */

#main-nav {
    background-color: black;
    margin-top: -85px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
    margin: 0; }
}

.navbar-nav>li>a {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    padding: 25px 15px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    color: #d9261d;
}

#main-nav li.dropdown.open ul {
    z-index: 2041;
}



/* CONTENT */

.home-section-1 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a2d0fcf2-e5b2-46ae-851d-b43fb9784f7c/background-field-12_21.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    padding: 0 0 30px;
}

.home-btn-wrapper {
    padding: 0 0 5%;
}

.home-btn-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.home-btn-container a {
    background-color: white;
    flex: 0 0 24%;
    border: 5px solid black;
    text-align: center;
    box-shadow: 3px 3px 0;
}

.home-btn-container a:hover {
    transform: scale(1.1);
}

.home-btn-block {
    padding: 10px;
}

.home-btn-block h2 {
    margin: 0;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 5px;
}

.home-btn-block h2 span {
    display: block;
    font-style: italic;
    font-size: 25px;
    color: #5d5d5d;
    position: relative;
    padding-right: 4px;
    letter-spacing: 1px;
    transition: .3s;
}

.home-btn-container a:hover span {
    letter-spacing: 5px;
    color: #d9251c;
}

.home-btn-block h2 span:before,
.home-btn-block h2 span:after {
    content: '';
    width: 13px;
    height: 3px;
    background-color: #b3b3b3;
    position: absolute;
    margin-left: -17px;
    margin-top: 15px;
}

.home-btn-block h2 span:after {
    margin-left: 9px;
}

.homebottomsection {
    background: black;
    color: white;
}

.home-about {
    width: 700px;
    margin: auto;
    padding: 30px 0 0;
}

.home-about h3, .home-about h1 {
    text-align: center;
    margin: 0;
}

.home-about h3 {
    color: #5d5d5d;
    position: relative;
    font-style: italic;
    letter-spacing: 2px;
}

.home-about h3:before {
    content: '';
    width: 20px;
    height: 3px;
    background-color: #b3b3b3;
    position: absolute;
    margin-left: -28px;
    top: 10px;
}

.home-about h3:after {
    content: '';
    width: 20px;
    height: 3px;
    background-color: #b3b3b3;
    position: absolute;
    margin-left: 7px;
    top: 10px;
}

.home-about h1 {
    color: #d9261d;
    letter-spacing: 5px;
}

.home-about p {
    font-size: 16px; 
}

.home-about a:hover {
    color: #dddddd;
}

.searchDiv {
    width: 70%;
    margin: 45px auto;
}

.searchContainer {
    display: flex;
}

.p-header {
    position: relative;
}

.p-header h1 {
    margin: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    width: 100%;
    font-size: 50px;
    border-bottom: 4px solid #d9251c;
    padding: 5px 20px;
}

a.promo-link {
    color: #d9251c;
}

a.promo-link:hover {
    color: black;
}

.slideContainer {
	display: flex;
	flex-flow: row wrap;
	display: -ms-flexbox;
	-ms-flex-flow: row;
	-ms-flex-wrap: wrap;
	justify-content: space-around;
}
.slideContainer > div {
	flex: 0 0 50%;
}
.thumbs {
	padding: 15px;
	cursor: pointer;
}
.thumbs img, 
#largeView img {
    border: 2px #d9271d solid;
    box-shadow: 3px 3px 0 black;
}
#overlay {
	position: fixed;
	display: none;
	z-index: 199;
	width: 100vw;
	height: 100vh;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
}

#largeView {
	position: fixed;
	display: none;
	width: 90%;
	left: 5%;
	top: 25vh;
	z-index: 200;
	border-radius: 12px;
}
@media (min-width: 768px) {
	#largeView {
		width: 80%;
		left: 10%;
		top: 10vh;
	}
}
@media (min-width: 992px) {
	.slideContainer > div {
		flex: 0 0 25%;
		-ms-flex: 0 0 auto;
	}
	#largeView {
		width: 50%;
		left: 25%;
		top: 10vh;
	}
}


.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #d9251c;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    background-color: #e6e6e6;
    border-color: #cccccc;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 50px;
}

.department-container .department {
    padding: 20px 0;
    background: transparent;
}

.department .title {
    border: 1px solid #e4e4e4;
    background: #e4e4e4;
}

.department .employee {
    background: #fff;
}

.department .employee .name p {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    font-size: 16px;
    margin-bottom: 0;
}

.about-pic {
    float: right;
    width: 38%;
    padding: 10px 0 10px 10px;
}

.mapandhourstbl td:first-child {
    padding-right: 15px;
}

.blog-filters,
.blog-posts .post, #blog-page .post {
    background: rgba(255, 255, 255, 0.6);
}

.btn-readMore {
    background: #d9251c;
}

.serv-pic {
    float: right;
    width: 52%;
    padding: 0 0 10px 10px;
}

p.altApp {
    font-weight: 700;
    font-size: 16px;
}








/* FEATURED INVENTORY */

.featuredinventory h2 {
    color: #d9261d;
    position: relative;
    text-align: center;
}

.featuredinventory h2:before {
    content: '';
    width: 20px;
    height: 3px;
    background-color: #b3b3b3;
    position: absolute;
    margin-left: -28px;
    top: 13px;
}

.featuredinventory h2:after {
    content: '';
    width: 20px;
    height: 3px;
    background-color: #b3b3b3;
    position: absolute;
    top: 13px;
    margin-left: 5px;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
    padding: 0 2%;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 0;
}

.single-item-slider .item {
    background-color: rgb(255, 255, 255);
    border: none;
}

.single-item-slider .item-detail .name {
    color: black;
    text-transform: uppercase;
}





/* INVENTORY */

.widget-FeaturedVehicles .blurbBanner span,
.blurbBanner span,
.price-container.primary,
.stocknumber,
.price.notes {
    font-weight: 700;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
}

.siteSearch-M input {
    border: 1px solid #b8b8b8;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #dbdbdb;
    border-color: #ddd;
    text-transform: uppercase;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 22px;
    padding-right: 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: white;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 5px solid #dbdbdb;
}

.inventory-container .vehicle:hover {
    background-color: #FFF;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 19px;
    min-height: 39px;
}

.inventory-container .vehicle .title {
    padding: 2px 5px;
}

.inventory-container .vehicle .title a {
    color: black;
    font-weight: 100;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .vehicle .price-box {
    background-color: #d92519;
    padding: 4px 0;
}

#ModalVehicleInquiry {
    background: #e4e4e4;
    border: 2px #d9261d solid;
}

#ModalVehicleInquiry .vdpinquiryheader {
    text-align: left;
}







/* FORMS */

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: unset;
    top: unset;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    border: none;
    box-shadow: none;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #e4e4e4;
    padding: 10px;
}

.secform {
    margin-top: 30px;
}

.form-header-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 27px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    font-style: italic;
    color: #d9251c;
}

.form-header-text:before {
    content: '';
    width: 20px;
    height: 3px;
    background-color: #b3b3b3;
    position: absolute;
    margin-left: -24px;
    margin-top: 17px;
}

.form-header-text:after {
    content: '';
    width: 20px;
    height: 3px;
    background-color: #b3b3b3;
    position: absolute;
    margin-left: 9px;
    margin-top: 17px;
}

.forms-title-section {
    text-align: center;
    font-style: italic;
    margin-bottom: 3px;
}

.btn-primary {
    color: #fff;
    background-color: #d9251c;
    border: 2px solid #d9251c;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: auto;
    display: block;
    transition: .3s;
    box-shadow: 2px 2px 0 black;
    font-weight: 700;
}

.btn-sec {
    width: max-content;
}

.btn-primary:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #d9251c;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #d9251c;
}

.inquiryformcontainer {
    font-size: 16px;
    background-color: #e4e4e4;
}

#vehicleInquiryForm > fieldset > br {
    display: none;
}

.vdpinquiryheader {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    color: #d9251c;
}

.locationBox {
    background-color: #e4e4e4;
}

#Form1151 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1151 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1154 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    display: inline-block;
    padding: 0 5px;
}

#Form1151 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1154 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 50%;
}

#Form1151 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33%;
}

#Form1151 > div:nth-child(1) > fieldset > div:nth-child(n+10),
#Form1154 > div:nth-child(1) > fieldset > div:nth-child(n+8) {
    padding: 0 5px;
}








/* FOOTER */

footer.body .outer-wrapper {
    text-align: center;
    background-color: #fff;
    color: #5f5f5f;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

.homemapwrapper {
    position: relative;
    padding-bottom: 11%;
}

.homemapwrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footerbackground {
    background-color: white;
    padding: 0 10px 35px;
    line-height: 22px;
}

.footercontainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.footerblock ul {
    list-style: none;
    padding: 0;
}

.footerblock ul li:before {
    content: '\f178';
    font-family: fontawesome;
    padding-right: 5px;
    color: #b3b3b3;
}

.footerblock ul li {
    padding: 15px 0;
}

.footerinnerblock .dealer-phone {
    font-size: 30px;
    font-weight: 700;
    margin-top: 7px;
    display: block;
}

.footerblock h3 {
    text-align: center;
    color: #5d5d5d;
    font-style: italic;
}

.footerblock h3:before {
    content: '';
    width: 20px;
    height: 3px;
    background-color: #b3b3b3;
    position: absolute;
    margin-left: -24px;
    margin-top: 10px;
}

.footerblock h3:after {
    content: '';
    width: 20px;
    height: 3px;
    background-color: #b3b3b3;
    position: absolute;
    margin-left: 7px;
    margin-top: 10px;
}

.footersocial {
    display: flex;
    justify-content: center;
}

.footersocial a {
    font-size: 25px;
    padding: 0 12px;
}

.footertable {
    margin: 0 auto;
}

.footertable td:last-child {
    padding-left: 15px;
}

.footertable td:first-child {
    font-weight: 700;
    text-transform: uppercase;
}

.footerblock ul li:hover:before {
    color: black;
}

.siteSearch .form-control {
    background-color: black;
    color: white;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.siteSearch-M button {
    height: 34px;
    margin-top: 5px !important;
}

.searchContainer .btn-primary {
    box-shadow: none;
    padding: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#DealerLocationContainer .map {
    display: none;
}



#content-container {
    padding-bottom: 30px;
}

#home-page {
    margin-bottom: -30px;
}

@media (max-width: 767px) {
    header.body {
        height: auto;
        position: fixed;
        width: 100%;
        z-index: 2040;
        background: black;
        top: 0;
        overflow-y: auto;
    }
    #main-nav {
        margin-top: 0;
        max-height: calc(100vh - 120px);
    }
    .header-container {
        width: 100%;
        padding: 0;
    }
    .header-container img, .header-logo, .contact {
        display: none;
    }
    .header-slogan .main {
        color: #d9251c;
        font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (768 - 320)));
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: calc(25px + (0 - 25) * ((100vw - 320px) / (768 - 320)));
    }
    .header-slogan .sub-wrapper {
        font-size: calc(7px + (14 - 7) * ((100vw - 320px) / (768 - 320)));
        position: absolute;
        top: calc(86px + (82 - 86) * ((100vw - 320px) / (768 - 320)));
        color: white;
    }
.searchDiv {
    margin: 6% auto;
}
.featuredinventory {
    padding-bottom: 30px;
}
    .sub-wrapper span:nth-child(1):after, .sub-wrapper span:nth-child(2):after, .sub-wrapper span:nth-child(3):after, .sub-wrapper span:nth-child(4):after {
        padding: 2px;
    }
    .header-slogan .main span {
        display: block;
    }
    .header-block {
        padding-right: 5px;
        flex: 100%;
    }
    .header-block .dealer-phone {
        display: inline;
    }
    .home-btn-container {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: -20px;
    }
    .home-about, #main-nav {
        width: 100%;
    }
    #main-nav .navbar-toggle {
        color: white;
    }
    #main-nav .dropdown-menu>li>a {
        color: white;
    }
     .header-block .dealer-phone:hover, .header-block .dealer-phone:focus {
        color: white;
    }
    .navbar-nav>li>a {
        padding: 20px 15px;
    }
    #main-nav .dropdown-menu>li>a {;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #main-nav .navbar-brand {
        height: 83px;
        margin: -35px 0 0;
        padding: 1px 15px;
    }
    #content-container {
        margin-top: 98px;
    }
    .home-btn-container a {
        min-width: 305px;
        margin: 20px 10px 0;
    }
    .home-about {
        padding-top: 0;
        padding-bottom: 0;
    }
    .home-about h1 {
        font-size: 9vw;
    }
    .socialLinks {
        display: none;
    }
    .slideContainer {
        margin-top: -30px;
    }
    .thumbs {
        padding: 10px;
    }
    .homemapwrapper {
        padding-bottom: 150px;
    }
    #filters-modal, #ModalVehicleInquiry {
        top: 60px;
        z-index: 2041;
    }
    #ModalVehicleInquiry {
        max-height: calc(100vh - 140px);
        overflow-y: auto;
    }
    #promotions-page, #inventory-page, #calendar-page, #vdp-container {
        padding-top: 15px;
    }
    .pageheader {
        padding: 0;
    }
    .p-header h1 {
        font-size: 9vw;
    }
    .servtext, .partstext {
        order: 1;
    }
    .servtext > .widget-inner, .servform > .widget-inner, .partsform > .widget-inner {
        margin-top: 0 !important;
    }
    .serv-pic, .about-pic {
        float: none;
        width: 100%;
        padding: 10px;
    } 
    #Form1151 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5), #Form1154 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7), #Form1151 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
        width: 100%;   
    }
    .department .employee {
        max-width: 250px;
    }
    .maptext {
        margin-top: -30px;
        text-align: center;
    }
    .maptext .dealer-name {
        font-size: 6.5vw;
    }
    .maptext  > h3 {
         font-size: 5vw;
    }
    .mapandhourstbl {
        margin: 0 auto;
    }
} 

@media (min-width: 768px) {
    #main-nav .nav>li>a {
        font-size: 16px;
        padding: 15px 10px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 212px;
    }
    .maptext .dealer-name {
        font-size: 30px;
    }
    .sub-wrapper span:nth-child(3):after {
        display: none;
    }
}

@media (max-width: 991px) {
    .servform, .partsform {
        order: 2;
    }
}

@media (min-width: 992px) {
    .header-container, .footercontainer {
        width: 940px;
    }
    .footercontainer {
        flex-direction: row;
        text-align: left;
    }
    .home-about {
        width: 800px;
        padding: 30px 0 50px;
    }
    .footerbackground { 
        padding: 35px 10px;
    }
    .footerblock ul li {
        padding: 0;
    }
    .header-block .contact {
        font-size: 16px;
    }
    .socialLinks a { 
        font-size: 32px;
    }
    #main-nav { 
        margin-top: -107px;
    }
    .sub-wrapper { 
        font-size: 18px;
    }
    .header-slogan .main {
        font-size: 38px;
    }
    #main-nav .nav>li>a {
        font-size: 20px;
        padding: 25px 15px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 210px;
    }
    #DealerLocationContainer .map {
        display: block;
    }
    .maptext .dealer-name {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .header-container, .footercontainer {
        width: 1180px;
    }
    .header-slogan .main {
        font-size: 42px;
    }
    .sub-wrapper { 
        font-size: 26px;
    }
    .header-block .dealer-phone {
         font-size: 33px;
    }
    .header-logo {
        flex: 0 0 20%;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 205px;
    }
}







#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:850px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:450px; 
  height:auto;
  padding: 10px 10px 10px 10px;
  background-color:#ffffff;
  font-size: 15pt;
}
.close {
    opacity: 1;
    color: red;
    text-shadow: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
 background-color:#D1D1D1;
 color: green;
}
.popupoption2:hover{
 color: red;
}
#homePop h3 {
    color: black;
}

@media (max-width: 767px) {
#boxes #dialog {
    width: 100%;
    left: 0!important;
}

.close span {
    margin-right: 0!important;
    margin-top: 0px!important;
    position: absolute;
    top: 15px;
    right: 15px;
}
}







@media (max-width: 991px) {
.home-btn-block h2 span {
    font-size: 20px;
}

.home-btn-block h2 {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 2px;
}
}

