html {
	box-sizing:border-box
}
*, * :before, * :after {
	box-sizing: inherit
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust:100%
}
body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	letter-spacing: 1px;
	color: #333333;
}
menu, nav, section {
	display:block
}
.topbar, #topbar {
	transition: margin-left .4s;
	display:block
}
.btn, .button {
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
}
button, input, select, textarea, optgroup {
	font: inherit;
	margin:0
}
button, input {
	overflow:visible
}
button, select {
	text-transform: none
}
.black, .hover-black:hover {
	color: #fff !important;
	background-color: #000 !important
}
.sidebar {
	height: 100%;
	width: 200px;
	background-color: #fff;
	position: fixed !important;
	border-left: 1px solid #ccc;
	z-index: 1;
	overflow: auto
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%;
	text-align: left;
	padding: 8px 16px
}
.bar .bar-item {
	padding: 8px 16px;
	float: left;
	width: auto;
	border: none;
	display: block;
	outline: 0
}
.bar-block .bar-item {
	width: 100%;
	display: block;
	padding: 8px 16px;
	text-align: left;
	border: none;
	white-space: normal;
	float: none;
	outline: 0
}
.bar-block.center .bar-item {
	text-align:center
}
/* from base */
img {
	max-height: 240px;
	max-width: 240px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
.portfolio {
	text-align: center;
	margin-top: 20px;
}
.caption {
	padding-top: 6px;
	margin-bottom: 0px;
	font-size: 1em;
	font-weight: lighter;
	font-style: italic;
	text-align: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
}
.marygarner {
	font-size: 1.25em;
	color: #ffffff;
	font-weight: lighter;
	letter-spacing: 2pt;
	text-indent: 20px;
}
.menu {
	font-family: Helvetica, Arial, sans-serif;
	color: #999999;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 36px;
}
ul {
   list-style: none;
   margin-left: 1em;
   padding-left: 1em;
   text-indent: -1em;
}
li {
	list-style-type: none;
}
.menuon {
	list-style-type: disc;
	color: #000000;
	list-style-position: outside;
}
.indent {
	text-indent: 10px;
}
.menu a:link {
	text-decoration: none;
	color: #666666;
}
.menu a:visited {
	text-decoration: none;
	color: #666666;
}
.menu a:hover {
	text-decoration: none;
	color: #000000;
}
.indenton {
	color: #000000;
	list-style-type: none;
	text-indent: 10px;
}
.pagehead {
	font-size: 1.5em;
	font-weight: lighter;
	letter-spacing: 2pt;
	color: #000000;
	padding-bottom: 36px;
	text-align: center;
}
.fullmeas_12 {
	font-size: 12px;
	line-height: 20px;
	font-weight: lighter;
}
.fullmeas_11 {
	font-size: 1em;
	line-height: 24px;
	font-weight: lighter;
}
.narrow {
	padding-right: 50px;
	padding-left: 50px;
}
h3 {
	font-size: 12px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.animate-right {
	position: relative;
	animation:animateright 0.4s
}
@keyframes animateright {
	from {
		right: -300px;
		opacity:0
	}
	to {
		right: 0;
		opacity: 1
	}
}

@media (max-width: 576px) {
/*	img {
		max-height: 200px;
		max-width: 200px;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 20px;
	}
*/
	.caption {
		padding-top: 6px;
		margin-bottom: 0px;
		font-size: 1.25em;
		font-weight: lighter;
		font-style: italic;
		text-align: center;
		padding-bottom: 50px;
		border-bottom: 1px solid #ccc;
	}
	
}

@media (min-width: 993px) {
	.sidebar.collapse {
		display: block !important
	}
	.hide-large {
		display:none !important
	}
/*	img {
		max-height: 300px;
		max-width: 300px;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 20px;
	}
*/	
}
@media (max-width: 992px) {
	.sidebar.collapse {
		display:none
	}
	.topbar {
		margin-left: 0 !important;
		margin-right:0 !important
	}
}
.bar-item.mobile, .dropdown-hover.mobile, .dropdown-click.mobile {
	text-align: center
}
.large {
	font-size: 18px !important
}
.container {
	padding:0.01em 16px
}
.right {
	float: right !important
}
.xlarge {
	font-size:24px !important;
	font-size:30px !important
}

.modal {
    z-index: 10;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    position: fixed;
    background-color: rgb(0, 0, 0, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}
.no-display {
    display: none;
}
#modal-description {
    text-align: center;
}
#modal-image{
	max-height: 90vh;
	max-width: 90vw;
}
