@charset "UTF-8";
/* CSS Document */

html, body {
        overflow-x: hidden; /* Hide horizontal scrollbar */
    }


.rule {
	align: center;
}


.bannergreybg {
	background-color: #e2deda;
	padding: 30px 0 50px 0;

}

.bannerredbg {
	background-color: #a50d2d;
	padding: 30px 0 50px 0;
}

.bannerwhitebg {
	padding: 30px 0 50px 0;
}


.logotop {
    text-align: center;
    padding: 50px 0 30px 0;
}

.textfooter {
	font-family: 'cabin', sans-serif;
	text-align:center;
	color: #ffffff;
}	

.footerbg {
	background-color: #4c4c4c;
	padding: 30px 0 30px 0;
}


.bttn-bg-cta {
	background-color: #f2f3f3;
	padding: 30px 0 0 0;
}

.bttn-bg-cta > .center-block > .col-xs-12 {margin-bottom:30px;}

.imgshakes {
	margin-top: 30px;
}

.bannerbg {
	padding: 0 ;
	margin: 0;
	background-color: #fd4f00;
}

.subbanner {
	background-color: #000000 ;
	padding: 20px 20px 20px 20px;
}

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #ffffff;
}

.buttonstyle {
	padding: 20px 0 20px 20px;
	text-align: center;
}
		
.textintro {
	font-family: 'cabin', sans-serif;
	font-size: 1.6em;
	color: #ffffff;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	text-align:center;
}	

.intro {
	padding: 40px 20px 20px 20px;
}	


.textintroheading {
	font-family: 'cabin', sans-serif;
	font-size: 2.6em;
	color: #ffffff;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	text-align:center;
}

.textintroheading2 {
	font-family: 'cabin', sans-serif;
	font-size: 2.6em;
	color: #a50d2d;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	text-align:center;
}

.textintroheading3 {
	font-family: 'cabin', sans-serif;
	font-size: 2.6em;
	color: #ffffff;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	text-align:center;
}


.textbody {
	font-family: 'cabin', sans-serif;
	font-size: 1.6em;
	color: #000000;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	text-align:center;
	
}


.intro {
	padding: 40px 20px 20px 20px;
}	



a.linktextfooter:active, a.linktextfooter:link, a.linktextfooter:visited {
    color: #ffffff;
    font-weight: bold;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
	
	a.linktextfooter:hover {
    color: #e2deda;
	}
    
	
