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

body, p, td, li {
	font-family: 'Raleway', sans-serif;
	font-weight:300;
}

/* Facebook Responsive */

#fb-root {
    display: none;
}


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


/* 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: 100px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  padding-top:20px;
  background-color: #4a4746;
  color:#fff;
}

.footer a {
  color:#fff;
}

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

	body {
		margin-bottom:0px;
	}
}

/* Navbar customization */

.navbar-inverse {
	background-color:none;
	background:none;
	border:none;
	margin-bottom:0px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus  {
	background-color:#e82125;
}

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

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color:#e82125;
}

.dropdown-menu {
	background-color:#4a4746;
}

.dropdown-menu>li>a {
	color:#fff;
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-fb {
	background-color: #3b5998;
	color:#fff;
	width: 40px;
  	height: 40px;
  	border-radius: 20px;
	font-size:30px !important;
	padding-top:0px !important;
	padding-left:0px !important;
}

.navbar-wrapper {
	background-color:#4a4746;
	border-bottom: 3px solid #e82125;
}

h1 {
	background-color:#4a4746;
	color:#fff;
	text-shadow: 2px 2px #000000;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:30px;
	font-style: italic;
	font-weight:700;
	margin-top:0px;
	margin-bottom: 20px;
}

strong {
	font-weight:700;
}
.text-danger {
	font-weight:700;
}




/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
  position: relative;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-fade .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #000;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/*==========================================================*/

.slider-wrapper {
	width:100%;
	background:#ccc;
}

.slider-wrapper .carousel {
	margin-left:10%;
	margin-right:10%;
}

@media screen and (max-width: 1200px) {
	.slider-wrapper .carousel {
		margin-left:0%;
		margin-right:0%;
	}
}


.masthead {
	color: #337ab7;
}

.masthead img {
	height: 150px;
	width: 400px;
}

.masthead h3 {
	margin: 5px 0;
	color: #337ab7;
}

.masthead h3 a {
	color: inherit;
	text-decoration: none;
}

.masthead h3 a:hover {
	color: #337ab7;
	text-decoration: none;
}

.text-danger {
	color: #d9534f !important;
}

.text-info {
	color: #5bc0de !important;
}

.social-links {
	margin-top: 10px;
}

/* Facebook button styling to match original */
.btn-circle {
	border-radius: 50%;
	width: 35px;
	height: 35px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-fb {
	background-color: transparent;
	color: #3b5998;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 30px !important;
	padding-top: 0px !important;
	padding-left: 0px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-fb:hover,
.btn-fb:focus {
	background-color: #3b5998;
	color: #fff;
}

/* Responsive header adjustments */
@media (max-width: 768px) {
	.masthead {
		padding: 5px 0;
		min-height: 50px;
	}
	
	.masthead img {
		height: 80px;
		width: 300px;
	}
	
	
	.social-links {
		margin-top: 5px;
	}
	
	.btn-circle {
		width: 30px;
		height: 30px;
	}
}



/* Service page styling */
.thumbnail {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 4px;
	background-color: #fff;
	margin-bottom: 15px;
	transition: box-shadow 0.3s ease;
}

.thumbnail:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* YouTube embed styling */
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
