html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 200px;
}
body {
	color: #444 !important;
	font-family: 'steinerregular', Arial, Helvetica, Sans-Serif;
	background: #C7C7C7;
}
p {
	line-height: 1.7;
	letter-spacing: 2px;
	word-spacing: 1px;
}
li {
	list-style: none;
	line-height: 1.7;
	letter-spacing: 2px;
	word-spacing: 1px;
	color: #fff;
}
hr {
	margin: 80px 0;
	border-top: 2px solid #BE6220;
}
.marketing h2 {
	font-weight: normal;
	color: #E54F26;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}
h3.lead {
	font-size: 25px;
	color: #E54F26;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}
h4 {
	line-height: 1.7;
	letter-spacing: 2px;
	word-spacing: 1px;
	color: #E54F26;
}
i.fa.fa-facebook-square.fa-2x:hover {
	color: #973419;
}
i.fa.fa-twitter-square.fa-2x:hover {
	color: #973419;
}
i.fa.fa-google-plus-square.fa-2x:hover {
	color: #973419;
}
i.fa.fa-reddit-square.fa-2x:hover {
	color: #973419;
}
i.fa.fa-envelope-square.fa-2x:hover {
	color: #973419;
}
a.single_1 {
  padding: 30px;
}
img.portfolio {
  padding: 10px;
}
/*==================================================
  IMG ROUNDED
==================================================*/
.img-rounded {
	border-radius: 10%;
	width: 140px;
	height: 140px;
	background-color: #555555;
	background-size: 13px 13px, 29px 29px, 37px 37px, 53px 53px;
	background-image: -webkit-linear-gradient(0, rgba(255,255,255,.07) 50%, transparent 50%), -webkit-linear-gradient(0, rgba(255,255,255,.13) 50%, transparent 50%), -webkit-linear-gradient(0, transparent 50%, rgba(255,255,255,.17) 50%), -webkit-linear-gradient(0, transparent 50%, rgba(255,255,255,.19) 50%);
	background-image: -moz-linear-gradient(0, rgba(255,255,255,.07) 50%, transparent 50%), -moz-linear-gradient(0, rgba(255,255,255,.13) 50%, transparent 50%), -moz-linear-gradient(0, transparent 50%, rgba(255,255,255,.17) 50%), -moz-linear-gradient(0, transparent 50%, rgba(255,255,255,.19) 50%);
	background-image: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%), linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%), linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%), linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%);
	-pie-background: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%) 0 0 / 13px, linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%) 0 0 / 29px, linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%) 0 0 / 37px, linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%) 0 0 / 53px, #026873;
	behavior: url(/pie/PIE.htc);
}

.links-container {
  background: #383838;
  border-radius: 10px;
  text-align: center;
}

/*==================================================
  Mobile First Method 
==================================================*/
    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
/*==================================================
 LOGO 
==================================================*/
#logo {
	display: block;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url('../images/fws-logo.png');
	background-repeat: no-repeat;
	width: 291px;
	height: 174px;
}
/*==================================================
  JUMBOTRON 
==================================================*/

.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 10px;
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: rgba(46, 46, 46, 0.7);
}
p.jumbotron {
	background-color: transparent !important;
}
p.jumbotron {
	line-height: 1.7;
	letter-spacing: 2px;
	word-spacing: 4px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
/*==================================================
  FOOTER 
==================================================*/
.footer-container {
	background: #333;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 200px;
	padding-top: 20px;
}
p.credits {
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.pull-right {
	float: right!important;
	margin-right: 30px;
}
a {
	color: #E54F26;
	text-decoration: none;
}
a:hover {
	color: #973419;
	text-decoration: none;
}


}
	
/*==================================================
 Extra Small Devices, Phones 
==================================================*/

    @media only screen and (min-width : 480px) {
/*==================================================
  JUMBOTRON 
==================================================*/

.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 10px;
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: rgba(46, 46, 46, 0.7);
}
p.jumbotron {
	background-color: transparent !important;
}
p.jumbotron {
	line-height: 1.7;
	letter-spacing: 2px;
	word-spacing: 4px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
/*==================================================
  FOOTER 
==================================================*/
.footer-container {
	background: #333;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 200px;
	padding-top: 20px;
}
p.credits {
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.pull-right {
	float: right!important;
	margin-right: 30px;
}
a {
	color: #E54F26;
	text-decoration: none;
}
a:hover {
	color: #973419;
	text-decoration: none;
}

}
	
/*==================================================
 Small Devices, Tablets 
==================================================*/

    @media only screen and (min-width : 768px) {
/*==================================================
  JUMBOTRON 
==================================================*/

.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 10px;
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: rgba(46, 46, 46, 0.7);
}
p.jumbotron {
	background-color: transparent !important;
}
p.jumbotron {
	line-height: 1.7;
	letter-spacing: 2px;
	word-spacing: 4px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
/*==================================================
 FOOTER                    
==================================================*/
.footer-container {
	background: #333;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 200px;
	padding-top: 20px;
}
.pull-right {
	float: right!important;
	margin-right: 30px;
}
p.credits {
	font-size: 12px;
	text-align: left;
	margin-left: 30px;
	color: #fff;
}
a {
	color: #E54F26;
	text-decoration: none;
}
a:hover {
	color: #973419;
	text-decoration: none;
}
}
	
/*==================================================
 Medium Devices, Desktops 
==================================================*/

    @media only screen and (min-width : 992px) {
body {
	background: url('../images/bg10.jpg') no-repeat top center, #C8C8C8;
	color: #000;
	font-family: 'steinerregular', Arial, Helvetica, Sans-Serif;
}
/*==================================================
  NAV 
==================================================*/
.navbar-wrapper .navbar {
	border-radius: 4px;
	border: 1px solid #000;
}
/*==================================================
 LOGO                       
==================================================*/
#logo {
	display: block;
	margin-top: 115px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url('../images/fws-logo.png');
	background-repeat: no-repeat;
	width: 291px;
	height: 174px;
}
/*==================================================
  JUMBOTRON 
==================================================*/

.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 10px;
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: rgba(46, 46, 46, 0.7);
}
p.jumbotron {
	background-color: transparent !important;
}
p.jumbotron {
	font-size: 45px;
	line-height: 1.7;
	letter-spacing: 2px;
	word-spacing: 4px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
/*==================================================
 FOOTER                    
==================================================*/
.footer-container {
	background: url('../images/footer1.jpg') repeat-x;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 200px;
	padding-top: 20px;
}
.pull-right {
	float: right!important;
	margin-right: 30px;
}
p.credits {
	font-size: 12px;
	text-align: left;
	margin-left: 30px;
	color: #fff;
}
a {
	color: #E54F26;
	text-decoration: none;
}
a:hover {
	color: #973419;
	text-decoration: none;
}
}


/*==================================================
 Large Devices, Wide Screens
==================================================*/

    @media only screen and (min-width : 1200px) {
body {
	background: url('../images/bg10.jpg') no-repeat top center, #C8C8C8;
	color: #000;
	font-family: 'steinerregular', Arial, Helvetica, Sans-Serif;
}
/*==================================================
  NAV 
==================================================*/
.navbar-wrapper .navbar {
	border-radius: 4px;
	border: 1px solid #000;
}
/*==================================================
 LOGO                       
==================================================*/
#logo {
	display: block;
	margin-top: 115px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url('../images/fws-logo.png');
	background-repeat: no-repeat;
	width: 291px;
	height: 174px;
}
/*==================================================
  JUMBOTRON 
==================================================*/

.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 10px;
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: rgba(46, 46, 46, 0.7);
}
p.jumbotron {
	background-color: transparent !important;
}
p.jumbotron {
	font-size: 45px;
	line-height: 1.7;
	letter-spacing: 2px;
	word-spacing: 4px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
/*==================================================
 FOOTER                    
==================================================*/
.footer-container {
	background: url('../images/footer1.jpg') repeat-x;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 200px;
	padding-top: 20px;
}
.pull-right {
	float: right!important;
	margin-right: 30px;
}
p.credits {
	font-size: 12px;
	text-align: left;
	margin-left: 30px;
	color: #fff;
}
a {
	color: #E54F26;
	text-decoration: none;
}
a:hover {
	color: #973419;
	text-decoration: none;
}

}
