﻿@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
html {
	 -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}


body {
	background-color:#242222;
	/*#592632*/
	margin: 0;
}

#wrapper {
	background-color:#242222;
	font-family: 'ImFell', sans-serif;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	color:black;
	color:white;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.logo {
	text-align:center;
}

header{background-image:url(img/iStock_000086665289_Large.jpg);background-repeat:none;background-attachment:scroll;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-o-background-size:cover;text-align:center;color:#fff}

/*Class Styles*/
@font-face {
  font-family: 'ImFellIt';
  src: url('font/FeFCit2.ttf'),
  	   url('font/FeFCit27C.otf'),
  	   url('font/FeFCrm27C.otf'),
  	   url('font/FeFCrm2.ttf'),
  	   url('font/FeFCsc2.ttf');
}

@font-face {
  font-family: 'ImFell';
  src: url('font/FeFCrm27C.otf'),
  	   url('font/FeFCrm2.ttf'),
  	   url('font/FeFCsc2.ttf');
}


.taButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	font-style:normal;
height:83px;
	line-height:83px;
width:300px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}.taButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.taButton:active {
	position:relative;
	top:1px;
}