@import url('https://fonts.googleapis.com/css?family=Lato|Playfair+Display');

/* 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: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #0b1956;
  color:#fff;
  border-top: 4px solid #cc4300;
}

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

	body {
		margin-bottom:0px;
	}
}

/* Navbar customization */

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}

#navbar {
	z-index:9999999 !important;
}


//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 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#14349c+0,0b1956+100 */
background: #14349c; /* Old browsers */
background: -moz-linear-gradient(top,  #14349c 0%, #0b1956 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #14349c 0%,#0b1956 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #14349c 0%,#0b1956 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14349c', endColorstr='#0b1956',GradientType=0 ); /* IE6-9 */

}

p, td, li, body {

    font-family: 'Lato', sans-serif;

}

h1, h2, h3, h4, h5 {

    font-family: 'Playfair Display', serif;

}

h1, h3, h5 {
	color:#14349c;
}

h2, h4, h6 {
	color:#56586b;
}

.masthead {
	border-bottom: 4px solid #cc4300;
}

