/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	margin-top: 20px;
	font-family: Fira Sans;
}
						
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}
p {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.6em;
}
a {
	word-break: break-all;
}

.container-fluid1  {
  color: inherit;
  background-color: rgba(213,230,198,1);
	background-image: url(../img/hatter1.png);
	border-top-style: dashed;
	border-top-width: 2px;
	border-top-color: #eee;
}
.container-fluid1  h1,
.container-fluid1  .h1 {
  color: inherit;
}
.container-fluid1  p {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.6em;
  margin-bottom: 15px;
  font-weight: 200;
}
.container-fluid1  > hr {
  border-top-color: #d5d5d5;
}
.container .container-fluid1 ,
.container-fluid .container-fluid1  {
  border-radius: 6px;
}
.container-fluid1  .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .container .container-fluid1 ,
  .container-fluid .container-fluid1  {
    padding-right: 60px;
    padding-left: 60px;
  }
  .container-fluid1  h1,
  .container-fluid1  .h1 {
    font-size: 63px;
  }
}

.container-fluid2  {
  color: inherit;
  background: url(../img/hatter.png);
	border-top-style: dashed;
	border-top-width: 2px;
	border-top-color: #b2dba1;
}
.container-fluid2  h1,
.container-fluid2  .h1 {
  color: inherit;
}
.container-fluid2  p {
  margin: 0;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 15px;
  font-weight: 200;
}
.container-fluid2  > hr {
  border-top-color: #d5d5d5;
}
.container .container-fluid2 ,
.container-fluid .container-fluid2  {
  border-radius: 6px;
}
.container-fluid2 .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .container .container-fluid2 ,
  .container-fluid .container-fluid2  {
    padding-right: 60px;
    padding-left: 60px;
  }
  .container-fluid2  h1,
  .container-fluid2  .h1 {
    font-size: 63px;
  }
}

i.fa.fa-temp-messenger::before {
  content: "";
  display: inline-block;
  width: 1.6rem; /* Set to your font-size */
  height: 1.6rem; /* Set to your font-size */
  position: relative;
  top: 1px;
  background-blend-mode: color-dodge;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54.83 55.1"><path class="cls-1" style="fill:#aaa" d="M0,26.27q0-.76,0-1.52c0-.2.07-.39.1-.59.2-1.38.28-2.79.6-4.14A24.73,24.73,0,0,1,11,5.08a28.26,28.26,0,0,1,19.18-5,27.59,27.59,0,0,1,5.84,1.15A26.92,26.92,0,0,1,49.35,10.2,23.86,23.86,0,0,1,54.8,26.85a22.48,22.48,0,0,1-.66,4.44,24.86,24.86,0,0,1-9.42,14A28.17,28.17,0,0,1,25.66,51a29.58,29.58,0,0,1-5.77-.91.9.9,0,0,0-.6.07C17,51.41,14.63,52.7,12.3,54l-2,1.12v-.44c0-3,0-5.91,0-8.87a.7.7,0,0,0-.31-.63,25.67,25.67,0,0,1-6.07-6.6A23.77,23.77,0,0,1,.09,26.78,4,4,0,0,0,0,26.27Zm45-7.76L45,18.44l-.32.15-12.6,7a.43.43,0,0,1-.63-.08q-2.89-3.06-5.8-6.09c-.36-.37-.74-.71-1.14-1.09L9.65,34.22l.07.09.72-.38q6.19-3.4,12.37-6.81a.44.44,0,0,1,.66.12c.41.47.84.91,1.26,1.36q2.59,2.79,5.18,5.58c.2.22.32.21.5,0s.6-.65.9-1l13.13-14C44.66,19,44.85,18.73,45,18.51Z"/></svg>') no-repeat;
}
i.fa {
	color: #aaa;
}
.white-back {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+15,ffffff+48,ffffff+85,ffffff+100&0.01+0,0.5+15,1+51,0.5+85,0+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0.01) 0%, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0.96) 48%, rgba(255,255,255,1) 51%, rgba(255,255,255,0.5) 85%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.5) 15%,rgba(255,255,255,0.96) 48%,rgba(255,255,255,1) 51%,rgba(255,255,255,0.5) 85%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.5) 15%,rgba(255,255,255,0.96) 48%,rgba(255,255,255,1) 51%,rgba(255,255,255,0.5) 85%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	margin: 0;
}
@media (min-width: 992px) {
	.col-left {
		margin-left: -15px;
	}
	.col-right {
		margin-left: 15px;
	}
}
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-style: dashed;
	border-width: 2px;
	border-color: #b2dba1;
}
.fb-page {
	margin: 20px 0;
	word-break: all;
}
@media (max-width: 767px) {
	.site-name {
		display: none;
	}
}
@media(min-width:767px) {
	.navbar-fixed-top {
			margin-bottom: 30px;
	}
}

/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


@media(min-width:767px) {
	.navbar {
			padding: 10px 0;
			-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
			-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
			transition: background .5s ease-in-out,padding .5s ease-in-out;
	}

	.top-nav-collapse {
			padding: 0;
	}
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.scroll-section {
    padding-top: 55px;
}
#page-top {
	margin-top: 0;
	padding-top: 25px;
}

@media (min-width: 768px) {
	.navbar-right {
		margin-right: 0;
	}
}

.caret {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
}