/* Facebook Responsive */

#fb-root {
    display: none;
}


.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/* Required Form */

input:required, textarea:required {

}

/* Full Screen Background */

.bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  z-index: -1;
}
.bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

/* Sticky Footer */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 150px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 150px;
  background-color: #000;
  color:#fff;
  padding-top:20px;
  font-size:13px;
}

@media screen and (max-width: 768px) {
    .footer {
       position: relative;
  	   bottom: auto;
	   height: auto;
	   padding-bottom:20px;
    }

	body {
		margin-bottom:0px;
	}
}

/* Navbar customization */

.navbar-default {
	background-color:#fff;
	border:none;
}

.is-sticky .navbar-default {
	background-color:#350449;
}

.is-sticky .navbar-default .navbar-nav>li>a {
	color:#fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {

	background-color:rgba(0,0,0,0.2);
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color:rgba(0,0,0,0.2);
	color:#fff;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus  {

}

.navbar-default .navbar-nav>li>a {
	font-size:18px;
	color:#000;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
	color:#fff;
}



@media (min-width: 768px) {


    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

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

@media (max-width: 768px) {
	.navbar-default {
	background-color:#350449;
	}

	.navbar-default .navbar-nav>li>a {
	color:#fff;
	}
}

//Sticky Navbar Branding

#navbar {
	z-index:999;
	position:relative;
}

#navbar-sticky-wrapper {
	position:relative;
	z-index:999;
}

.navbar-brand {
	position: absolute;
	padding: 0px;
	display: block;
}
.navbar-brand>img {
  height: 100%;
  padding: 5px;
  width: auto;
}

.navbar-brand.hide {
	display:none;
}


//PyroCart

.form-control--focus {
      /* how your inputs should appear when they have focus */
      outline: 5px auto rgb(59, 153, 252);
    }
.form-control--error {
      /* how your inputs should appear when invalid */
      outline: 5px auto rgb(255, 97, 97);
    }

#cart {
	position:fixed !important;
	top:20px;
	right:20px;
	z-index:9999;
}

label.error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.masthead {
	background-color:#350449;
	background-image:url(img/masthead-bg.jpg);
	background-size:cover;
	padding-top:10px;
	padding-bottom:10px;
}

p, td, li {
	font-family:"futura-pt-n4", "futura-pt";
	font-size:16px;
}

h1, h2, h3, h4, h5 {
	font-family:"futura-pt-n7", "futura-pt";
}

h1 {
	font-size:45px;
	border-bottom: 2px solid #350449;
}

#home h1 {
	border-bottom: none;
}

.home-button h2 {
	color:#fff;
	text-align:center;
	font-family:"futura-pt-n3", "futura-pt";
	border-bottom:2px solid #b39060;
	margin:0px;
}

.home-button {
	background-color:#000;
	width:60%;
	padding:10px;
	position:absolute;
	top:-10px;
	left:20%;
}

.pdf {
	height:800px;
}

a {
    color: #350449;
}

.btn-primary {

	background-color: #350449;
	border-radius:0px;
	border: none;
}