@charset "UTF-8";
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

body {
  width: 100%;
  height: 100%;
  font-family: Helvetica,"Roboto",sans-serif;
  background-color: #FFF;
  color:#8b8b8b;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  font-family: Helvetica,"Roboto",sans-serif;
}
.lowercase {
	text-transform: none;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
li {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 767px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}
a {
  color: #c7693c;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  /*color: #FFC20F;*/
	outline: thin dotted;
	color: #8D3B05;
}
.light {
  font-weight: 400;
}
.navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0,0,0, 0.2);
  text-transform: uppercase;
  font-family: Helvetica,"Roboto",sans-serif;
  background-color: #FFF;
}
.navbar-brand {
  font-weight: 700;
}
.navbar-brand:focus {
 
}
.navbar-custom a {
  color: #ffffff;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
	font-size: 14px;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
  
}
.navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #ffffff;
}
.navbar-toggle:focus,
.navbar-toggle:active {
  outline: none;
	background-color: rgba(0,0,0, 0.2);
}
@media (min-width: 767px) {
  .navbar {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: rgba(0,0,0,.2);
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .top-nav-collapse {
    padding: 0;
    background-color: #000000;
  }
  .navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #ffffff;
  background: url(img/Minchinia.jpg) no-repeat bottom center scroll;
  background-color: #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro-body {
  display: table-cell;
  vertical-align: middle;
}
.brand-heading {
  font-size: 40px;
  text-shadow:0 0 2px rgba(0,0,0,.5);
}
.intro-text {
  font-size: 18px;
  color: #FFF;
  text-shadow:0 0 2px rgba(0,0,0,.5);
}
@media (min-width: 767px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .brand-heading {
    font-size: 100px;
  }
  .intro-text {
    font-size: 25px;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #ffffff;
  border-radius: 35px;
  font-size: 40px;
  color: #ffffff;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.page-scroll .btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.page-scroll .btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding: 50px 0;
  padding-top: 100px;
}

#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 250px;
  }
  .people-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  text-transform: uppercase;
  font-family: Helvetica,"Roboto",sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-default {
  border: 1px solid #FFC20F;
  color: #FFC20F;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #FFC20F;
  outline: none;
  color: #000000;
  background-color: #FFC20F;
}
.btn-huge {
  padding: 25px;
  font-size: 26px;
}
.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons > li:last-child {
    margin-bottom: 0;
  }
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(0,0,0, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(0,0,0, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(0,0,0, 0.2);
}

/* overrides */
body {
	padding: 100px 0 0;
}
@media (max-width: 767px) {
	body {
		padding: 80px 0 0;
	}
}

p {
	font-family: "Roboto", sans-serif;
	  font-weight: 400;
	  font-style: normal;
	font-size: 16px;
	
}
.container {
	max-width: 1280px;
	width:auto;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}
h3 {
	margin:20px 0;
	font-size: 18px;
}


:focus {
	background-color: rgba(0,0,0, 0.1);
}

.screen-reader-text {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.navbar {
	background: #FFF;
}
.navbar-brand {
	color: #8b8b8b;
	font-size: 35px;
	font-family: Helvetica,"Roboto",sans-serif;
	transition: all .2s linear;
}
@media (max-width: 767px) {
	.navbar-brand {
		font-size: 20px;
	}
}
.navbar-custom a {
	color: #8b8b8b;
}

.navbar-custom a {
	color: #c7692b;
}
.navbar-toggle,
a.navbar-brand{
	color: #8b8b8b;
} 
h2 {
	font-size: 24px;
	font-weight: 300;
	
}
@media (max-width: 767px) {
	h2{
		font-size: 18px;
	}
}
h2 span {
	font-style: italic;
}
figcaption {
	padding-top: 5px;
}
.grayScale {
	filter: grayscale(100%);
}
.siteFooter {
	border-top:1px solid #8b8b8b;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top:50px;
}
@media (max-width: 767px) {
	.siteFooter {
		font-size: 11px;
	}
}
.content img {
	height: auto;
	max-width: 100%;
}
.introP {
	font-size: 13px;
	padding:5px 0;
	margin: 0;
}
.light {
  font-weight: 300;
}
.gridWrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	grid-column-gap: 9%;
	grid-row-gap: 30px;
	padding: 0 0 40px;
	text-align: center;
}
.imgGrid figure {
	width: 18%;
	
}
@media (max-width: 767px) {
  .imgGrid figure {
    width: 100%;
  }
}
h2.border  {
	border-top:1px solid #ddd;
	padding:15px 0 0
}
figure a {
	font-size: 15px;
	text-transform: uppercase;
	color: #df7630;
	line-height: 1.6;
	display: block;
}
.homeImage {
	display: block;
}
.galWrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	grid-column-gap: 10%;
	grid-row-gap: 80px;
	padding: 0 0 40px;
}
.galWrap figure {
	width: 26%;
	box-sizing: border-box;
	
}
.galWrap a {
	display: block;
}
figcaption {
	padding-top: 10px;
	font-size: 13px;
}
@media (max-width: 767px) {
  .galWrap figure {
    width: 100%;
  }
}
.prevNext {
	display: flex;
	justify-content: space-between;
}
.next:after {
  content: '\232a';
	padding: 0 0 0 5px;
}
.prev:before {
  content: '\2329';
	padding: 0 5px 0 0;
}
.logo {
	padding: 10px 0 0;
}
.logo a{
	display: block;
	margin: 0 auto;
	width: 60px;
	opacity: .5;
}
.logo a:hover {
	opacity: .8;
}
.logo img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.archive .gridWrap {
	filter: grayscale(100%);
}
.insertionLinks {
	display: none;
}
.pageWidth {
}
.pageWidth figure,
.pageWidth figure img{
	width: 100%
}
.showDatesBottom {
	margin: 40px 0 0;
 	border-top: 1px solid #ccc;
    padding: 40px 0 0;
}
.showDates h2 {
	margin-bottom: 0;
}
.showDates h3 {
	margin-bottom: 0;
}
.insta svg{
  vertical-align: middle;
  margin-top: -4px;
}
img.profileImg {
	float:left;
	max-width: 30%;
	display: inline-block;
	margin: 0 3% 5px 0;
}
.about p {
	margin: 0 0 15px 0;
}
h1 {
	font-size: 2em;
}
.about h2 {
	font-weight: 500;
	margin-bottom: 10px;
}
/*..hello*/