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



@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);

body {
	background:#fff;
	font-family: 'Raleway', sans-serif;
}

.header1{
  width: 100%;
	background-color:#e7641f;
	margin-bottom:20px;

}

.tab-content {
  border: 1px solid #ddd;
  overflow: hidden;
	border-top:none;
	margin:0 0 30px 0;
}

p, ul.list {
  font-size: 19px;
  line-height: 28px;
}

.page-header {
  border-bottom: 1px solid #eee;
  margin: 40px 0 20px;
  padding-bottom: 9px;
}

.text-center {
  text-align: center;
}

h2 {
  line-height: 40px;
}

.nav-tabs > li > a{
	font-family: 'Raleway', sans-serif;
}