@font-face {
    font-family: 'Looney Tunes';
    src: url('../fonts/looney_tunes.woff2') format('woff2'),
         url('../fonts/looney_tunes.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.sr-only { /* better solution */
    height: auto; 
    margin: 0; 
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: absolute;
	display: block;
	left: 15px;
	top: 2px;
	right: auto;
	background-color: #f1f1f1;
	color: #f60;
	clip-path: none;
	text-decoration: none;
	line-height: normal;
	padding: 13px 23px 12px;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	z-index: 9999;
}
html { min-width: 960px; height: 100%; scroll-behavior: smooth; }
/***** A 1 1 Y  R E S E T *****/
*:focus:not(:focus-visible), *::before:focus:not(:focus-visible), *::after:focus:not(:focus-visible) {
	outline: none;
}
body.using-tab a:focus, body.using-tab .btn:focus, body.using-tab button:focus { 
	outline: none; 
	text-decoration: none; 
	box-shadow: 0 0 0 .1rem #fff, 0 0 0 .3rem #ff0dbf; 
}
/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
@media(prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		transition: none !important;
		animation: none !important;
		scroll-behavior: auto !important;
	}
}
body {
	background: url(../images/bkgd_oakwood.jpg) #cf995a;
	background-attachment: fixed;
	color: #212121;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.62;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
}
.container {
	width: 960px;
	background: #cdcdcd url(../images/bkgd_gray_texture.jpg) repeat-y;
	margin: 10px auto;
	padding: 1em;
	border: .4em double #f60;
	border-radius: 70px;
	box-shadow: 6px 6px 5px rgba(50, 50, 50, 0.7);
	z-index: 10;
}
.content {
	position: relative;
	background: #fff url(../images/bkgd_bbfaces.jpg) no-repeat center 1.4em;
	background-size: cover;
	border-radius: 55px;
	border: 2px solid #f60;
	box-shadow: inset 4px 4px 5px rgba(50, 50, 50, 0.7);
}
/***** H E A D E R *****/
header { 
	position: relative;
	flex-shrink: 0;
	width: 100%;
	height: 110px; 
	background-color: rgba(0,0,0,0);
	margin: 0 auto;
}
.navbar-brand {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	padding: 0;
	line-height: normal;
}
.jeffBox {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 90px;
	height: 94px;
	background: #fff url(../images/jeff_avatar.png) no-repeat center;
	border: solid 1px silver;
	border-radius: 5px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.jeffBox img {
	display: inline-block;
	opacity: 0;
	border-radius: 5px;
	transition: opacity .3s linear;
	z-index: 10;
}
.jeffBox img:hover { opacity: 1; }
.bubble:hover::before {
	position: absolute;
	top: 53px;
	left: 70px;
	width: auto;
	min-width: 120px;
	height: auto;
	display: block;
	background-color: rgba(0, 0, 102, 0.7);
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	white-space: nowrap;
	content: "Greetings & Welcome To My Web Site.";
	padding: 3px 8px;
	border-radius: 5px;
	z-index: 20;
}
.bubble:hover::after {
	position: absolute;
	top: 59px;
	left: 52px;
	width:0;
	height:0;
	display: block;
	content: "";
	border-top: 6px solid transparent;
	border-right: 12px solid rgba(0, 0, 102, 0.7);
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
	z-index: 20;
}
.headerBox {
	position: relative;
	width: 550px;
	max-width: 100%;
	margin: 0 auto;
}
.logo {
	display: flex;
	float: right;
	margin-top: 10px;
}
/***** P A G E  H E A D E R *****/
.page-header {
	position: relative;
	text-align: center;
	margin: 0 0 20px;
	padding-bottom: 0;
	border-bottom: 0;
}
.page-header h1 {
	position: relative;
	display: inline-block;
	text-align: center;
	font: 3.7rem 'Looney Tunes', 'Merriweather', serif; 
	letter-spacing: .05em;
	color: #000;
}
.page-header h1:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	height: 2px;
	width: 100%;
	content: "";
	display: inline-block;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0)); 
	background-image: linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0)); 
	margin: 0;
}

/***** F O N T  A W E S O M E  S T Y L E S *****/
i {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

/***** B U T T O N S *****/
.btn {
	max-width: 100%;
	font-size: 110%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.btn-ghost {
	color: #212121;
	background: transparent;
	text-shadow: 0 -1px 0 #222;
    border: 2px solid #212121;
    box-shadow: none;
}
.btn-ghost:hover, .btn-ghost:focus { 
	background-color: rgba(0,0,0,0);
	color: #696969;
	border-color: #696969;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/***** I C O N  G R O W *****/
.back, .grow {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding-left: 2.2em;
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	transition-duration: 0.3s;
}
.back:before, .grow:before {
	content: "\f137";
	position: absolute;
	left: 1em;
	font-family: FontAwesome;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 -1px 0 rgba(0,0,0,0.7);
	padding: 0 1px;
	transform: translateZ(0);
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}
.back:hover:before, .back:focus:before, .back:active:before {
	text-shadow: none;
	transform: scale(1.3) translate(-4px, 1px);
}
.grow:before { content: "\f015"; }
.grow:hover:before, .grow:focus:before, .grow:active:before {
	text-shadow: none;
	transform: scale(1.3) translateZ(0);
}
.flex-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn-container {
	list-style: none;
	padding-left: 2.5rem;
}
.btn-container > li {
	display: inline-block; 
	padding-right: 10px; 
	padding-left: 10px;
}
.btn-container .btn {
	padding: 5px 10px;
	font: 700 13px/1.5 Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-shadow: none;
	border-radius: 3px;
}
.btn-container .grow, .btn-container .back { padding-left: 2.2em; }
.btn-bugs {
	width: 36px;
	height: 36px;
	color: #fff;
	background-color: #f60;
	outline: 0;
    border: 2px solid #fff;
	border-radius: 50%!important;
	box-shadow: 0 0 0 2px #f60;
}
.btn-bugs.left:hover {
	color: #fff;
	animation: rotateLeft 2s infinite linear;
}
.btn-bugs.right:hover {
	color: #fff;
	animation: rotateRight 2s infinite linear;
}
.btn-bugs.left:focus, .btn-bugs.right:focus { outline: none; }
.titleBox { width: 350px; }
.title-text {
	font: bold italic 21px Tahoma, Geneva, sans-serif;
	font-size: 2.1rem;
	color: #f60;
	text-align: right;
	text-shadow: 2px 2px 1px rgba(50, 50, 50, .7);
	margin-top: 0;
	margin-right: 2em;
	padding: 0;
}
.alt-text {
	font: 18px Tahoma,Geneva,sans-serif;
	font-size: 1.8rem;
	text-align: right;
	text-shadow: 1px 1px 1px rgba(50, 50, 50, .7);
	margin-top: -10px;
	margin-right: 2em;
	padding: 0;
}
#carousel1 {
	position: relative;
	height: 480px;
	width: 900px;
	overflow: scroll;
}
p {
	margin-left: 0;
	text-indent: 0;
}
.copyright {
	font-size: 11px;
	font-size: 1.1rem;
	text-indent: 0;
	text-align: center;
}

/***** A N I M A T I O N S *****/
@keyframes rotateLeft {
	0% { transform: rotate(0); }
	100% { transform: rotate(-360deg); }
}
@keyframes rotateRight {
	0% { transform: rotate(0); }
	100% { transform: rotate(360deg); }
}
/***** M A G N I F I C  P O P U P  *****/
.mfp-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	opacity: 0.8;
	z-index: 902;
}
.mfp-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none !important;
	backface-visibility: hidden;
	z-index: 903;
}
.mfp-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 905;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
/***** Animated preloader *****/
.mfp-preloader {
	position: absolute;
	top: 50%;
	left: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	margin: 0 auto;
	opacity: 0.65;
	border-radius: 50%;
	animation: rotateplane 1.2s infinite ease-in-out;
	z-index: 904;
}
@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); }
}
.mfp-preloader a { color: #cccccc; }
.mfp-preloader a:hover { color: #fff; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow {
	display: block;
	background: transparent;
	overflow: visible;
	padding: 0;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	z-index: 906;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	color: #ff0;
	font-size: 3.6rem;
	line-height: 44px;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
}
.mfp-close:hover, .mfp-close:focus { opacity: 1; }
.mfp-close:active { top: 1px; }
.mfp-close-btn-in .mfp-close { color: #333333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ff0;
	font-size: 12px;
	line-height: 1.5;
}
.mfp-arrow {
	position: absolute;
	top: 50%;
	opacity: 0.65;
	margin: 0;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: solid transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	top: 8px;
	opacity: 0.8;
	border-top-width: 12px;
	border-bottom-width: 12px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 20px;
	border-bottom-width: 20px;
}
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after,  .mfp-arrow-left .mfp-a {
	border-right: 12px solid black;
	left: 5px;
}
.mfp-arrow-left:before,  .mfp-arrow-left .mfp-b { border-right: 20px solid white; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after,  .mfp-arrow-right .mfp-a {
	border-left: 12px solid black;
	left: 3px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 20px solid white; }
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background-color: #000;
}
.mfp-iframe-holder .mfp-close { top: -43px; }
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	padding: 40px 0 40px;
	margin: 0 auto;
	box-sizing: border-box;
}
/* The shadow behind the image */
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	z-index: -1;
}
.mfp-figure { line-height: 0; }
.mfp-bottom-bar {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
	margin-top: -36px;
}
.mfp-title {
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.5;
	color: #fafafa;
	word-break: break-word;
	padding-right: 45px;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 1.2rem;
	line-height: 14px;
}
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }
/***** A N I M A T I O N S *****/
/* ====== Zoom-out effect ====== */
/* start state */
.mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-bg.mfp-ready { opacity: 0.8; }
.mfp-zoom-out.mfp-bg.mfp-removing { opacity: 0; }
.mfp-zoom-out .mfp-content{
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: scale(1.3);
}
/* animate in */
.mfp-zoom-out.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
}
/* animate out */ 
.mfp-zoom-out.mfp-removing .mfp-content {
	opacity: 0;
	transform: scale(1.3);
}
.pin-it {
	position: absolute;
	top: -35px;
	left: 100%;
	margin-left: -30px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/***** Remove all paddings around the image on small screen *****/
  	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img { padding: 0; }
	/* The shadow behind the image */
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background-color: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		position: fixed;
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background-color: rgba(0, 0, 0, 0.6);
		text-align: center;
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
}
@media all and (max-width: 800px) {
	.mfp-arrow { transform: scale(0.75); }
	.mfp-arrow-left { transform-origin: 0; }
	.mfp-arrow-right { transform-origin: 100%; }
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
