/*FONTS*/
@font-face {
	font-family: 'VAGRoundedStdBold';
	src: url('../fonts/vagroundedstd-bold-webfont.eot');
	src: url('../fonts/vagroundedstd-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vagroundedstd-bold-webfont.woff') format('woff'), url('../fonts/vagroundedstd-bold-webfont.ttf') format('truetype'), url('../fonts/vagroundedstd-bold-webfont.svg#VAGRoundedStdBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'VAGRoundedStdThin';
	src: url('../fonts/vagroundedstd-thin-webfont.eot');
	src: url('../fonts/vagroundedstd-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vagroundedstd-thin-webfont.woff') format('woff'), url('../fonts/vagroundedstd-thin-webfont.ttf') format('truetype'), url('../fonts/vagroundedstd-thin-webfont.svg#VAGRoundedStdThin') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*STYLES*/
body{background:#222; height: 100%; width: 100%; font-family: 'PT Sans', sans-serif; color: #222222; }

#headerTopBar{background: #000; color: #FFF;}
#headerTopBar{padding: 8px 15px; position: fixed; z-index: 999; width: 100%;}
#headerTopBar a{color: #fff;}

#headerTopBar .poweredby{font-family: 'VAGRoundedStdThin', 'PT Sans', sans-serif; float: left; }
#headerTopBar .poweredby strong{font-family: 'VAGRoundedStdBold'; font-weight:normal;}
#headerTopBar .clear{clear: both;}

#headerTopBar .canvas{float: right; width: 100px;}

.welcome h1, .welcome h2, .welcome h3, .welcome h4{font-family: 'VAGRoundedStdBold'; font-weight: normal;}

#intro *{color: #FFF;}
#intro h1{padding-bottom: 10px; margin-bottom: 20px;}
#intro p{font-size: 1.3em;}
#intro p.small{font-size: 1em;}

#intro p a{}
#intro p strong{font-weight: 700;}

.btn{font-weight: bold;}

/**/
/*.welcome .inner-wrapper{padding-top: 156px;}*/
/*IE 11 FIX*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.row .card-deck{width:100%;}
	.card a{flex: 0 0 auto}
 }
