/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, .big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
s
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
 {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
  max-width: 100%;
	color-profile: sRGB !important;
}


/* ******************************************
	box include
****************************************** */
*	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

/*******************************************
Float Clearing http://nicolasgallagher.com/micro-clearfix-hack
*******************************************/


/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }


.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

/*note .container {display: flex;} can be used for the holding container*/

div#preload { display: none; }
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

html {
  font-size: 100%;
  line-height: 1;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
	background: #fff;
	font-size: 16px;
	line-height: 1;
	color: #000000;
	margin: 0 auto;
	padding: 0;
	word-wrap:break-word !important;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

footer {
	position:fixed;
	bottom: 0;
	width:100%;
	margin: 0 auto;
	text-align: center;
	padding: 1rem 0 .5rem;
	background: #fff;
	background: rgba(255,255,255, 1);
	display:block;
	z-index:5000;
}
footer p {
/*	width:90%;*/
	margin: 0 auto;
	text-align: center;
	font-size: .75rem !important;
	padding: 0;
	z-index:5000;
}

/*********************
 bottom button
 **********************/


#myBtn {
  display: none; /* Hidden by default */
  position: fixed ; /* Fixed/sticky position */
  bottom: 3em; /* Place the button at the bottom of the page */
  right: 2rem; /*Place the button 28px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none;  /*    Remove borders */
  outline: none; /* Remove outline */ 
  background-color: #8F2901; /*Set a background color */
  color: #ffffff;/* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px ; /* Some padding */
  border-radius: 8px; /* Rounded corners */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 1px 5px 10px rgba(143,41,1,.6);

  text-transform:uppercase;
  font-size:.5rem;
}

#myBtn i {
  color:  #8F2901 ;
  color:  white ;
  margin: 0 0 -4px;
  position: relative;
  top: 0;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

#myBtn:hover {
	  background-color: white; /* Add a dark-grey background on hover */
	  color:#8F2901;
}

#myBtn:hover i {
    color: white;
    color:#8F2901;
    top: -4px;
}

/*General Text styles*/
strong, b {
	font-weight:600;
}
sub {
	vertical-align: super;
	font-size: 75%; 
}
.refer {
	font-style: italic !important;
	font-weight:300;
}
.cite {
	font-size:80%;
}

.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.smaller {
	font-size:90% !important;
}

.larger {
	font-size: 120% !important;
}

.no-top {
	margin-top:0;
	padding-top:0;
}

.add-border {
	border: 1px solid #ebebeb;
}

.connect {
	white-space: pre-wrap;
}

.keep-whole {
	white-space: nowrap;
}


em, i {
	font-family: 'Mulish', Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 400;
}

p {
	font-size: 1rem;
	text-align: left;
	line-height: 1.5;
	margin: 1em 0;
	padding:0 1.5rem 0 0;
}

cite {
	margin:2rem 0;
	font-size: 1rem;
	font-style:italic;
}
ul {
	list-style:none inside;
	margin-bottom:2rem;
}
ul li{
	padding:.25rem 0 .25rem .5rem; 
	line-height:1.3;
	font-size:1rem;
	text-align:left;
}
ul li.fancybox-thumbs-loading {
		font-size:0;
		color: transparent;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin: .5rem 0 0 0;
	padding: 0;
	line-height: 1.2;
	text-align:left;
}

h2 {
	font-size:1.5rem;
	font-weight:300;
}



h3 {
	padding:.25rem 0 .5rem;
	font-size:1.5rem;
	font-weight:400;
	line-height:1.2;
	margin: 0;
	text-transform: uppercase;
}



section {
	margin: 0 auto;
	text-align:center;
/*	width:100%;*/
}

.limit-border {
	border-top:1px solid #ccc;
	margin:2rem auto -.5rem !important;
	padding:.25rem 0 !important;
	width:3rem !important;
	font-size:.5rem !important;
	line-height:1 !important;
	text-align:center;
}
@media screen and (min-width:54rem){
.limit-border {
	border-top:1px solid #ccc;
	margin:2rem 0 -.5rem !important;
	padding:.25rem 0 !important;
	width:300px !important;
	font-size:.5rem !important;
	line-height:1 !important;
	text-align:left;
}
}
right-home.h2 {
	font-size:1.7rem;
	font-weight:300;
}

a {
  text-decoration: none;
  font-weight:400;
}
a.none, a.none:hover {
	color: #000000 !important;
	text-decoration: none !important;
}


a:link {
	color:#8F2901
}
a:visited {
	color:#8F2901
}
a:hover {
	color:#69250D;
	text-decoration: underline;
} 
a:active {
	color:#8F2901
}

/*creates color running full length*/
#wrapper {
	width:100%;
	background: #FFF;
	background: linear-gradient(180deg,rgba(145, 144, 144, 1) 0%, rgba(204, 202, 202, 1) 35%, rgba(255, 255, 255, 1) 100%);
	/*background-image:url(../images/headbg5.gif);
	background-repeat:repeat-x;*/
}

header {
  flex:none;
  margin:0 auto;
  padding: 1rem;
  width:100%;
  max-width:1400px;
  overflow: visible;
  border-bottom: 1px solid #f5f5f5;
  background-color: transparent;
}
@media screen and (min-width:41em){
header {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  margin:0 auto;
  }
}
@media screen and (min-width:63em){
header {
  display:flex;
  justify-content:flex-start;
  margin:0 auto;
  }
}

.identify {
 	width:100%;
 	display:flex;
 	justify-content: flex-start;
 	flex-wrap: wrap;
 } 
@media screen and (min-width:41em){
 .identify {
 	width:100%;
 	display:flex;
 	justify-content: center;
 	flex-wrap: wrap;
 }
}
 @media screen and (min-width:63em){
 .identify {
 	max-width:270px;
 	display:flex;
 	justify-content: flex-start;
 	flex-wrap: wrap;
 	/*border-left: 3px solid  #696756;*/

 }
}

#site-name {
 position: relative;
 display: block;
 font-family: 'Roboto', Arial, Helvetica, sans-serif;
 font-weight: 600;
 /*color: #000;*/
 color:#47463B;
  color:#696756; 
 
 line-height: 1;
 font-size: 2rem;
 text-align: left;
 width: 100%;
 margin: .25rem 0 auto;
 text-transform:uppercase;
}
@media screen and (min-width:41em){
#site-name {
	font-size: 2rem;
	padding: .35rem .5rem;
	text-align: center;
	width:100%;
	word-spacing: .4rem;
	letter-spacing: .1rem;
  }
}
@media screen and (min-width:63em){
#site-name {
	line-height: 1;
	font-size: 2rem;
	padding: .5rem 0 .5rem 0;
	text-align: left;
	width: auto;
	margin: 0;
	word-spacing: .4rem;
	letter-spacing: .15rem;
  }
}




nav a:link {
    color:#000;
}
nav a:visited {
     color:#000000;
}
nav a:hover {
    color:#8F2901;
}
nav a:active {
    color:#000;
}
nav a.loc {
    color:#999;
} 

.cycle-next a.arrow:link, .cycle-prev a.arrow:link {
	color: #ccc;
}
.cycle-next a.arrow:visited,.cycle-prev a.arrow:visited {
	color: #ccc;
}
.cycle-next a.arrow:hover, .cycle-prev a.arrow:hover{
	color: #999 !important;
}
.cycle-next a.arrow:active, .cycle-prev a.arrow:active {
	color: #ccc;
}
.cycle-next a.arrow:loc, .cycle-prev a.arrow:loc {
	color: #ccc;
}



/*begin desktop*/
nav {
	margin:  0 auto;
	font-size: .975rem;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 1rem;
	line-height:1.2;
	font-weight: 400;
  text-align:left;
}

@media screen and (min-width:41em){
nav {
	max-width:100%;
	margin:0;
	margin: 0 1rem .5rem; 
	/*background-color:#fff;*/
	z-index:1000;
  }
}
@media screen and (min-width:63em){
nav {
  max-width:85%;
	/*margin:0;*/
  }
}

nav ul {
	display:flex;
	justify-content: flex-start;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
/* nav {
	margin:0;
	padding: 0;
	background-color: #fff;
	margin-top:.65rem;
	} */


#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: left;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
	margin: 0;
	display:inline-block;
	float: left;
	/*background-color: #fff;*/
	text-align:left;
}

/* Styling the links */
nav a {
	display:block;
	padding:.875rem .25rem;
	color:#000;
	font-size:1rem;
	text-decoration:none;
}
/* Styling the links */
@media screen and (min-width:63em){
nav a {
	display:block;
	padding:.875rem .5rem;
	color:#000;
	font-size:1rem;
	text-decoration:none !important;
	}
}
nav ul li ul li:hover { background:#fff;  }

/* Background color change on Hover */
nav a:hover {
	/*background-color: #fff;*/
}
nav a.nocolor:hover {
	/*background-color: #fff;*/
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute;
	/* has to be the same number as the "line-height" of "nav a" */
	top: 2.5rem;
 background-color:white; 
/* z-index:200000; */
box-shadow: 3px 4px 10px rgba(227, 227, 220, .9);
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}

/* First Tier Dropdown */
nav ul ul li {
	width:185px;
	float:none;
	display:list-item;
	position: relative;
	border-left:1px solid #efefef ;
	border-right:1px solid #efefef ;
}
nav ul ul li:first-of-type {
	border-top:1px solid #efefef ;
}
	nav ul ul li:last-of-type {
	border-bottom:1px solid #efefef ;
}

/* Second, Third and more Tiers
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:0;
	/* has to be the same number as the "width" of "nav ul ul li" */
	/*left:171px;*/
	text-transform:none;
}

@media screen and (min-width:592px){
	nav ul ul ul li {
		width:170px;
		border-left:1px solid #efefef ;
	}
}


/* Change ' +' in order to change the Dropdown symbol */
/*li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }*/
.menu-not {
		display:none;
	}


/* Media Queries for nav
--------------------------------------------- */

@media all and (max-width:40.95em) {

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}
	header {
		border-bottom: none;
	}
	.menu-not {
		display:block;
	}

	nav {
		margin: 1rem 0 0 0;
		border-bottom: 1px solid #ebebeb;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	.toggle.start {
		/*float:right; */
		position:absolute;
		top: 20px;
    right: 0;
    padding: .75rem 0 0 0;
    margin: 0;
    float: left;
	}

	/* Styling of the toggle label */
	.toggle {
		display: block;
		background-color: transparent;
		padding:.875rem 1.35rem;
		color:#000;
		font-size:1rem;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: transparent;
		color:#8F2901;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 2.5rem;
	}

	nav ul ul ul a {
		padding: 0 4.5rem;
	}

	nav a:hover,
		nav ul ul ul a {
		background-color: transparent;
	}

	nav ul li ul li .toggle,
	nav ul ul a,
	nav ul ul ul a{
		padding:.7rem 1.5rem;
		color:#000;
		font-size:1rem;
	}

	nav ul ul ul a{
		padding:.7rem 1.35rem;
		color:#000;
		font-size:1rem;
		text-transform: none;
	}

	nav ul li ul li .toggle
	/* ,
	nav ul ul a */ {
		background-color: #fff;
	}
	nav ul li ul li .togglem{
		background-color: #fff;
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		width:90%;
		float: none;
		position:static;
		color: #ffffff;
		padding-left:1.5rem;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		nav ul ul ul{
		width:90%;
		float: none;
		position:static;
		color: #ffffff;
		padding-left:2rem;
		/* has to be the same number as the "line-height" of "nav a" */
	}

	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}

	/* First Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */
	}

	nav ul ul li {
		border-left:0 solid #efefef ;
		border-right:0 solid #efefef ;
	}
	nav ul ul li:first-of-type {
		border-top:1px solid #efefef ;
	}
	nav ul ul li:last-of-type {
		border-bottom:1px solid #efefef ;
	}

.hamburger {
    width: 2em;
    height: 0.25em;
    display: block;
    background:#3B3B3B;
    position: relative;
    cursor: pointer;
    transition: 0.2s transform ease-in-out;
    right: 1rem;
  }
  .hamburger::after,
  .hamburger::before {
    content: "";
    position: absolute;
    left: 0;
    background: inherit;
    width: inherit;
    height: inherit;

    transition: 0.2s transform ease-in-out;
  }

  .hamburger::after {
    top: 0.65em;
  }
  .hamburger::before {
    bottom: 0.65em;
  }

  .close::after,
  .close::before {
    top: 0;
    transition: 0.2s transform ease-in-out;
  }
  .close::before {
    display: none;
  }
  .close {
    transform: rotate(45deg);
    transition: 0.2s transform ease-in-out;
  }
  .close::after {
    transform: rotate(-90deg);
  }
    input[type="checkbox"]:checked + .menu {
    position: relative;
    opacity: 1;
    transform: scaleY(1);
  }
}


.screen-reader-text {
	display:none;
}

/* End Media Queries for nav
--------------------------------------------- */



/* order reminder for links
:link 
:visited
:focus
:hover
:active */



main {
	position:relative;
	width: 100%;
	display: block;
	z-index: 1;
	margin: .5rem auto;
	max-width: 1400px;
	overflow:visible;
	text-align:center;
padding:1rem;
}
@media screen and (min-width:63em){
main {
}
}


.form-button  {
	width:auto;
	max-width:fit-content;
	box-shadow: 1px 1px 12px #ccc;
	text-transform: uppercase;
	font-size:.75rem;
	text-align:center;
	padding:.5rem .75rem;
	color: #4D4D4D;
	margin:0 0 3rem;
	border-radius: 4px;
	display:block;
	background: transparent;
}
@media screen and (min-width:57rem){
.form-button  {
	box-shadow: 1px 1px 12px #ccc;
	text-transform: uppercase;
	font-size:.75rem;
	text-align:center;
	padding:.5rem .65rem;
	color: #4D4D4D;
	margin:0;
	border-radius: 4px;
  display:inline-block;
  background: transparent;
	}
}
.form-button:hover {
box-shadow: 1px 1px 12px #3c6f95;
}
.form-button:hover a {
	color: #3c6f95;
}
.form-button a {
	color: #4d4d4d;
}
.page-button p {
	width:auto;
	max-width:fit-content;
	box-shadow: 1px 1px 12px #ccc;
	text-transform: uppercase;
	font-size:.75rem;
	text-align:center;
	padding:.5rem .75rem;
	color: #4D4D4D;
	margin:3rem auto;
	border-radius: 4px;
	display:block;

}
@media screen and (min-width:57rem){
.page-button p {
	box-shadow: 1px 1px 12px #ccc;
	text-transform: uppercase;
	font-size:.75rem;
	text-align:center;
	padding:.5rem .65rem;
	color: #4D4D4D;
	margin:3rem 0;
	border-radius: 4px;
  display:inline-block;
	}
}
.page-button p:hover {
box-shadow: 1px 1px 12px #3c6f95;
}
.page-button p:hover a {
	color: #3c6f95;
	text-decoration: none;
}
.page-button a {
	color: #4d4d4d;
	text-decoration: none;
}

/* zuzkastyles */
.set-stage {
	border-top:1px solid #ccc;
	padding: 1rem 0 2em 0;
	margin:1rem auto 2rem;
	max-width:920px;
}


.set-stage-two{
		display:flex;
		justify-content:flex-start;
		position:relative;
		flex-wrap:wrap;
		border-top: 1px solid #ccc;
		padding:1rem 1rem 0 1rem;
		margin: 1rem auto;
		max-width: 1000px;
}

@media screen and (min-width:53em){
	.set-stage-two{
		display:flex;
		justify-content: flex-start;
		flex-wrap:nowrap;
		position:relative;
		/*border-bottom: 1px solid #ccc;*/
		padding:0 1rem 0 1rem;
		/*margin-bottom: 1.5rem;*/
	}
}

 .set-stage-two .part-left, .set-stage-two .part-right {
	width:100%;
	padding:0 1rem 0 0;
	position:relative;
	max-width:100%;

	} 
	.set-stage-two .part-left img, .set-stage-two .part-right img {
	padding:0 1rem 0 0;
	position:relative;
	/*max-width:100%;*/
max-height:300px;
width:auto;
	} 

@media screen and (min-width:53em){
	  .set-stage-two .part-left, .set-stage-two .part-right{
	width:50%;
	padding:1rem 1rem 0 1rem;
	position:relative;
	} 
}

.set-stage-two figure {
	padding:1rem;
}
@media screen and (min-width:53em){
.set-stage-two figure {
	padding:2rem 1rem;
}
}
.set-stage-two .part-right figure {
	padding:2rem 1rem;
}
@media screen and (min-width:53em){
.set-stage-two .part-right figure {
	padding:2rem 1rem 2rem 0;
	float:left;
}
}

.set-stage-two p {
	padding:0 0 .5rem;
}
.set-stage-two h3, .set-stage h3, .gallery-hold h3 {
	padding:0 0 .5rem;
	font-weight:500;
}
/*end bio styles*/
.more-padd-left {
	padding: inherit;
}
@media screen and (min-width:650px){
.more-padd-left {
	width:47% !important;
	padding:0 2rem 2rem 0 !important;
}
}
.more-padd-right {
/*	padding: inherit;*/
	padding:1rem 0 0 0 !important;
	border-top: 1px solid #ccc !important;
	margin-top:1rem !important;
}
@media screen and (min-width:650px){
.more-padd-right {
	width:47% !important; 
	padding:0 0 0 1rem !important;
	border-top: 0 solid !important;
	margin-top:0 !important;
}
}

.hold-all {
	position:relative;
	border-bottom: 1px solid #ccc;
	padding-bottom:1rem;
	margin-bottom: 1.5rem;
}
@media screen and (min-width:650px){
.hold-all figure {
	position:relative;
	width:100%;
	text-align:left;
	padding:1rem 1rem 1rem 0;
	}
}
.hold-all figure figcaption {
	position: relative;
	padding: .5rem .5rem;
	font-size: .75rem;
	line-height: 1.2;
	color: #4d4d4d;
	text-align:center;
}
.page-hold figure {
	display: block;
	padding:  0;
	vertical-align: top;
}
.page-hold figure figcaption {
	position: relative;
	padding: .5rem .5rem 1.5rem;
	font-size: .75rem;
	line-height: 1.2;
	color: #4d4d4d;
}

.hold-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
	margin-bottom:2rem;
	padding-top:1rem;
}
.hold-iframe iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*gallery page styles*/

.gallery-hold {
	position:relative;
	padding:  0;
	max-width:1100px;
	margin: 0 auto;
}
.gallery-hold figure {
	display: inline-block;
	padding: .5rem 1rem;
	vertical-align: top;
}
@media screen and (min-width:32em){
.gallery-hold figure {
	display: inline-block;
	padding: .5rem 1rem;
	vertical-align: top;
	}
}
@media screen and (min-width:57rem){
.gallery-hold figure {
	display: inline-block;
	/*padding: 3.125rem 3.125rem 2rem;*/
	vertical-align: top;
	}
}

.gallery-hold figure figcaption {
	position: relative;
	padding: .25rem .5rem .5rem;
	font-size: .75rem;
	line-height: 1.2;
	color: #4d4d4d;
	margin:0 auto;
}
@media screen and (min-width:32rem){
.gallery-hold figure figcaption {
	position: relative;
	padding: .25rem .5rem .5rem;
	font-size: .75rem;
	line-height: 1.2;
	max-width: 375px;
	color: #4d4d4d;
	}
}
.gallery-hold figure figcaption.full {
	position: relative;
	padding: .5rem .5rem 1.5rem;
	font-size: .75rem;
	line-height: 1.2;
	max-width: 100%;
	color: #4d4d4d;
}
@media screen and (min-width:32rem){
.gallery-hold figure figcaption.full {
	position: relative;
	padding: .7rem .5rem 1.5rem;
	font-size: .75rem;
	line-height: 1.2;
	color: #4d4d4d;
	}
}

.gallery-hold figure img {
	height: auto;
	vertical-align: top;
	/*border: 1px solid #ccc;*/
}
@media screen and (min-width:32em){
.gallery-hold figure img {
	max-height: 350px;
	vertical-align: top;
	}
}
@media screen and (min-width:32em){
.gallery-hold figure img.all {
	max-height: 100%;
	vertical-align: top;
	}
}

.gallery-description {
	max-width:750px;
	margin:0 auto;
	text-align:left;
	border-top: 1px solid #ebebeb;
	padding: 1rem;
	margin-top:3rem;
}

.gallery-description h3 {
	font-size: 1.5rem;
	font-weight: 300;
	padding: 2rem 0 .5rem;
}
/*end gallery page styles*/

textarea {
	min-width:100%;
  max-width: 100%;
  padding: .5rem;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;	
}
input[type=text] {
  padding: .6rem;
	min-width:100%;
	max-width: 100%;
  margin: 4px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
@media screen and (min-width:32rem){
textarea {
/*	min-width:350px;*/
  max-width: 100%;
  padding: .5rem;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;	
}
input[type=text] {
/*	min-width:350px;*/
  padding: .6rem;
  margin: 4px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
	}
input[type=submit] {
	width:auto;
    margin: 8px 0;
    padding:.6rem;
  box-sizing: border-box;
  border: 1px solid #0e6bc9;
  }


.social {
	width:20px;
display: inline-block;
padding: 0 .25rem;
margin-bottom: -4px;
}

figcaption {
	font-size:.75rem;
	line-height: 1.3;
	color: #4a4a4a;
	font-weight:300;
	padding:.5rem;
}



/*manualslideshowgallery*/
* {
  box-sizing: border-box;
}


p#caption {
	font-size:.75rem;
	padding:0 1rem;
	text-align:center;
}
.vid-con {
	width:300px
}
@media screen and (min-width:700px){
.vid-con {
	width:400px
}
}




