/* Detailing Styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    color: #fff;

    background-image: url('../images/gun_metal.png');
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

a:link {
    color: #939191;
}
/* visited link */
a:visited {
    color:  #939191;
}

/* mouse over link */
a:hover {
    color:  #808080;
}

code {
  font-size: 80%;
}
.text-custom-color{
color: #fff;
}
/* navbar */
.navbar-custom{
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
/* title */
.navbar-custom .navbar-brand {
    color: #ffffff;
}
.navbar-custom-footer {
    background-color: #000000;
    border-color: #000000;
    height: 40px;
    color: #ffffff;
}
.jumbotron {
	background-color:transparent;
	padding-bottom:30px;
	padding-top:30px;
	margin-bottom:0
}
.jumbotron .companyName {
	font-family:'Pinyon Script',cursive;
	font-size:60px;
	font-weight:bold
}
.navbar-nav {
    color: #ffffff;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.customButton {
    width: 120px ;
}