/* --------- Custom CSS for Jim Sheppard Voice 2025 theme ----------- */

/* ---------- BEGIN CUSTOM CSS ---------------- */


@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Yellowtail&display=swap');

/*   font-family: "Quicksand", sans-serif; */
/*   font-family: "Yellowtail", cursive; */

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 700

*, body h1, body h2, body h3, body h4, body h5, body h6, body p {
  	font-family: "Quicksand", sans-serif;
	font-size: unset;
	line-height: unset;
	font-weight: unset;
	text-transform: unset;
}

:root {
  --jsv-white: #FFF;
  --jsv-verylitegray: #F5F5F5;
  --jsv-navy: #132639;
  --jsv-darknavy: #0e1a25;
  --jsv-midnavy: #264d73;
  --jsv-litenavy: #3973ac;
  --jsv-litecoolgray: #b3bfcc;
  --jsv-cider: #cf9351;
  --jsv-litecider: #e4c09b;
  --jsv-darkcider: #a0682c;
}

/* --------- START SCROLLBAR CSS ----------- */

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--jsv-navy);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  transition: all ease 0.3s;
  border-radius: 4px;
  background-color: var(--jsv-midnavy);
  transition: background-color ease 0.3s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: var(--jsv-litenavy);
}

/* ---------- END SCROLLBAR CSS ------------ */

/* ---------- START STICKY FOOTER CSS ------------ */

.jsv-page-wrap {
	min-height: calc(100vh - 300px);
	position: relative;
}

.jsv-footer-wrapper {
	min-height: 300px;
	background: var(--jsv-navy);
	position: relative;
}

.jsv-footer-wrapper:before {
	content: '';
	display: block;
	width: 100%;
	height: 40px;
	top: 0px;
	left: 0px;
	position: absolute;
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
	mix-blend-mode: multiply;
}

/* ---------- END STICKY FOOTER CSS ------------ */

html {
  scroll-behavior: smooth;
}

.clearfix {
	clear: both;
}

body {
	overflow-x: hidden;
	background: var(--jsv-verylitegray);
}

body.page {
	margin: 0px;
}

.jsv-site-main .page {
	margin: 0px;
}

.jsv-entry-content {
	margin: 0px;
}

.jsv-site-header {
	position: fixed;
	top: 0px;
	width: 100vw;
	padding: 50px 20px;
	background: var(--jsv-navy);
	z-index: 1000;
	transition: all ease 0.3s;
}

.jsv-site-header.jsv-site-header-scroll {
	padding: 15px 20px;
	background: var(--jsv-navy);
	background-image: unset;
	border-bottom: solid 1px var(--jsv-cider);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}

.jsv-nav-container {
    display: flex;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
/*    border: dotted 1px var(--jsv-cider);*/
    border-radius: 4px;
}

.jsv-nav-container .site-branding {
	white-space: nowrap;
	display: flex;
	justify-content: start;
	align-items: center;
}

.jsv-nav-container .site-branding .site-title {
	margin: unset;
	font-family: "Quicksand", sans-serif;
	font-size: 1.7rem;
	line-height: 1em;
	color: var(--jsv-white);
}

.jsv-nav-container .site-branding .site-title span.site-title-name {
    padding-right: 10px;
    font-weight: 300;
}

.jsv-nav-container .site-branding .site-title span.site-title-voice {
    padding-left: 10px;
    border-left: solid 2px rgba(255, 255, 255, 0.2);
    font-weight: 600;
}

.jsv-nav-container .site-branding .site-title a {
	color: var(--jsv-white);
	text-decoration: none;
}

.jsv-nav-container .main-navigation {
	display: flex;
	align-items: center;
	justify-content: end;
}

.jsv-nav-container .main-navigation ul.nav-menu {
	align-items: center;
	gap: 30px;
	padding: 15px 0px 15px 30px;
	position: relative;
	transition: all ease 0.3s;
}

.jsv-site-header.jsv-site-header-scroll .jsv-nav-container .main-navigation ul.nav-menu {
    padding: 10px 0px 9px 30px;
}

.jsv-nav-container .main-navigation ul.nav-menu:before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100%;
	background: var(--jsv-white);
	border-radius: 50px;
}

.jsv-nav-container .main-navigation ul.nav-menu .menu-item {
	font-size: 1rem;
	line-height: 1em;
	color: var(--jsv-navy);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-family: "Quicksand", sans-serif;
}

.jsv-nav-container .main-navigation ul.nav-menu .menu-item a {
	color: var(--jsv-navy);
	text-decoration: none;
	padding: 5px 0px 4px 0px;
	border-bottom: solid 2px transparent;
	transition: all ease 0.3s;
}

.jsv-nav-container .main-navigation ul.nav-menu .menu-item a:hover {
	border-bottom: solid 2px var(--jsv-cider);
}

.jsv-welcome-wrapper {
	background: var(--jsv-navy);
	position: relative;
}

.jsv-welcome-wrapper .jsv-welcome-background-holder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.jsv-welcome-wrapper .jsv-welcome-background-holder .jsv-welcome-background-image {
	position: absolute;
	max-width: unset;
	width: calc(100% + 200px);
	bottom: 0px;
	left: -100px;
	opacity: 0.7;
}

.jsv-welcome-wrapper:after {
	background: var(--jsv-cider);
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	display: block;
}

.jsv-welcome-container {
	display: flex;
	max-width: 1600px;
	margin: 0 auto;
	justify-content: space-between;
	padding: 70px 0px 140px 0px;
	transition: all ease 0.3s;
}

.jsv-welcome-left {
	width: 100%;
	max-width: 1000px;
	padding-right: 100px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	transition: all ease 0.3s;
}

.jsv-welcome-text-jim {
	font-size: 1.7rem;
	line-height: 1em;
	color: var(--jsv-white);
	margin: 0px;
	font-family: "Quicksand", sans-serif;
	transition: all ease 0.3s;
}

.jsv-welcome-text-title {
	font-size: 7rem;
	line-height: 1em;
	color: var(--jsv-cider);
	margin: 20px 0px 20px 0px;
	font-weight: 500;
	font-family: "Quicksand", sans-serif;
	transition: all ease 0.3s;
}

.jsv-welcome-text-paragraph {
	font-size: 1.4rem;
	line-height: 1.8em;
	color: var(--jsv-litecoolgray);
	margin: 0px 0px 50px 0px;
	font-weight: 500;
	font-family: "Quicksand", sans-serif;
	transition: all ease 0.3s;
}

.jsv-welcome-right {
	width: 450px;
	padding-right: 100px;
	border: dotted solid cyan;
	position: relative;
	z-index: 10;
	flex-shrink: 0;
	flex-grow: 0;
}

.jsv-welcome-right img.jsv-welcome-right-image {
	position: relative;
	bottom: -230px;
	transition: all ease 0.3s;
}

a.jsv-welcome-button {
	font-family: "Quicksand", sans-serif;
    border: solid 2px var(--jsv-litecoolgray);
    line-height: 1em;
    font-size: 1.3rem;
    padding: 12px 25px 14px 25px;
    margin: 0px;
    border-radius: 40px;
    color: var(--jsv-litecoolgray);
    text-decoration: none;
    background: transparent;
    transition: all ease 0.3s;
    font-weight: 500;
    background: rgba(0,0,0,0.2);
    transition: all ease 0.3s;
    display: inline-block;
}

a.jsv-welcome-button:hover {
	border: solid 2px var(--jsv-white);
	color: var(--jsv-white);
    background: rgba(0,0,0,0.5);
}

.jsv-bio-wrapper {
	padding: 150px 0px;
	overflow: hidden;
}

.jsv-bio-container {
	width: 100%;
	padding: 0px 20px;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.jsv-bio-photo {
	width: 300px;
	height: 300px;
	object-fit: cover;
	border-radius: 50%;
	background: var(--jsv-navy);
	margin-bottom: 40px;
	border: solid 3px var(--jsv-cider);
}

.jsv-bio-h2 {
	font-size: 3.0em;
    line-height: 1.0em;
    color: var(--jsv-cider);
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    margin: 0px 0px 30px 0px;
}

.jsv-bio-paragraph {
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.8em;
    color: var(--jsv-navy);
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
}

.jsv-bio-h4 {
	font-size: 1.5em;
	line-height: 1em;
	color: var(--jsv-navy);
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
}

.jsv-services-wrapper {
	background: var(--jsv-navy);
	padding: 100px 0px;
	position: relative;
	overflow: hidden;
}

.jsv-services-wrapper .jsv-services-background-holder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
}

.jsv-services-wrapper .jsv-services-background-image {
	max-width: unset;
	width: 100%;
	opacity: 0.05;
	position: relative;
}

.jsv-services-container {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}

.jsv-services-container .jsv-services-title {
	color: var(--jsv-white);
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1em;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.jsv-services-container .jsv-services-headline {
	color: var(--jsv-cider);
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	font-size: 4rem;
	line-height: 1em;
	margin: 0px 0px 40px 0px;
}

.jsv-services-container .jsv-services-paragraph {
	color: var(--jsv-litecoolgray);
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.8em;
	margin: 0px 0px 30px 0px;
}

.jsv-services-container .jsv-services-list {
	column-count: 2;
	width: fit-content;
	column-gap: 50px;
	margin: 0 auto;
	padding: 0px;
}

.jsv-services-container .jsv-services-list li {
	color: var(--jsv-white);
	text-align: left;
	list-style-type: none;
	position: relative;
	font-size: 1.2rem;
	line-height: 1.8em;
	letter-spacing: 0.5px;
	font-family: "Quicksand", sans-serif;
}

.jsv-services-container .jsv-services-list li:before {
	position: absolute;
	display: block;
	content: '';
	left: -18px;
	top: 14px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--jsv-cider);
}

.jsv-contact-wrapper {
	background: var(--jsv-cider);
	padding: 100px 0px;	
}

.jsv-contact-container {
	width: 100%;
	max-width: 900px;
	padding: 0px 20px;
	margin: 0 auto;
}

.jsv-contact-container .jsv-contact-title {
	color: var(--jsv-white);
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1em;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
}

.jsv-contact-container .jsv-contact-headline {
	color: var(--jsv-navy);
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	font-size: 4rem;
	line-height: 1em;
	margin: 0px 0px 40px 0px;
	text-align: center;
}

.fluentform .jsv-contact-form .jsv-field-container-name .ff-el-form-control,
.fluentform .jsv-contact-form .jsv-field-email,
.fluentform .jsv-contact-form .jsv-field-phone,
.fluentform .jsv-contact-form .jsv-field-text,
.fluentform .jsv-contact-form .jsv-field-textarea {
	border-radius: 2px;
}

.fluentform .jsv-contact-form label {
	color: var(--jsv-white);
	font-family: "Quicksand", sans-serif;
	font-size: 0.8rem;
	line-height: 1em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.fluentform .jsv-contact-form .ff-el-input--label label:after {
    color: var(--jsv-white) !important;
}

.fluentform .jsv-contact-form .jsv-btn-contact {
	font-family: "Quicksand", sans-serif;
    border: solid 2px var(--jsv-litecider);
    line-height: 1em;
    font-size: 1.3rem;
    padding: 12px 25px 14px 25px;
    margin: 0px;
    border-radius: 40px;
    color: var(--jsv-litecider);
    text-decoration: none;
    background: transparent;
    transition: all ease 0.3s;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin-top: 30px;
}

.fluentform .jsv-contact-form .jsv-btn-contact:hover {
    border: solid 2px var(--jsv-white);
    color: var(--jsv-white);
    background: rgba(0, 0, 0, 0.4);
}

.jsv-footer-wrapper .jsv-footer-content-widget {
	position: absolute !important;
	width: 100% !important;
	top: 0px;
	left: 0px;
	height: 100%;
}

.jsv-footer-wrapper .jsv-footer-content-widget .custom-html-widget {
	height: 100%;
}

.jsv-footer-content {
	text-align: center;
	padding-bottom: 70px;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.jsv-footer-brand {
	color: var(--jsv-white);
	font-family: "Quicksand", sans-serif;
	font-weight: 300;
	font-size: 2rem;
	line-height: 1em;
	padding: 40px 20px 0px 20px;
}

.jsv-footer-brand span {
	color: var(--jsv-white);
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	display: inline-block;
	padding-left: 10px;
	margin-left: 5px;
	border-left: solid 1px rgba(255,255,255,0.2);
}

.jsv-footer-secondary {
	position: absolute;
	text-align: center;
	background: var(--jsv-darknavy);
	width: 100%;
	bottom: 0px;
	left: 0px;
	padding: 25px 20px;
}

.jsv-footer-secondary p.jsv-footer-copyright {
	color: var(--jsv-litecoolgray);
	font-size: 1.0rem;
	line-height: 0.9em;
	margin: 0px 0px 12px 0px;
	font-family: "Quicksand", sans-serif;
	text-transform: uppercase;
}

.jsv-footer-secondary p.jsv-footer-design-by {
	color: var(--jsv-midnavy);
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1em;
	margin: 0px;
	font-family: "Quicksand", sans-serif;
	text-transform: uppercase;
}

.jsv-footer-secondary p.jsv-footer-design-by a {
	color: var(--jsv-midnavy);
	text-decoration: none;
	transition: all ease 0.3s;
}

.jsv-footer-secondary p.jsv-footer-design-by a:hover {
	color: var(--jsv-white);
}

.soundbars-holder {
    width: 100%;
    position: absolute;
    bottom: 88px;
}

.soundbars-holder svg {
    fill: rgba(255,255,255,0.05);
}

.fluentform .jsv-contact-form .text-danger {
    color: var(--jsv-navy);
}

.fluentform .jsv-contact-form .ff-el-is-error .ff-el-form-control {
    border-color: var(--jsv-navy);
}

.fluentform .jsv-contact-form input {
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
	color: var(--jsv-navy);
}

.fluentform .ff-message-success {
    border: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    margin-top: 10px;
    padding: 15px;
    position: relative;
    border-radius: 30px;
    text-align: center;
    background: #FFF;
    color: var(--jsv-cider);
    font-size: 1.2rem;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
}

.jsv-nav-container .menu-toggle {
	background: transparent;
	cursor: pointer;
	width: 35px;
	padding: 0px;
	border: none;
}

.jsv-nav-container .menu-toggle svg {
	width: 100%;
	fill: var(--jsv-midnavy);
	transition: all ease 0.3s;
}

.jsv-nav-container .menu-toggle:hover svg {
	fill: var(--jsv-white);
}

.jsv-demos-wrapper {
    padding: 100px 0px 120px 0px;
}

.jsv-demos-container {
    width: 100%;
    max-width: 900px;
    padding: 0px 20px;
    margin: 0 auto;
}

.jsv-demos-title {
	color: var(--jsv-navy);
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1em;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}

.jsv-demos-container .jsv-demos-headline {
    color: var(--jsv-cider);
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1em;
    margin: 0px 0px 50px 0px;
    text-align: center;
}

.jsv-demos-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.jsv-demo-item {
	background: var(--jsv-white);
	border-radius: 3px;
	padding: 0px;
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.1);
	border: solid 2px var(--jsv-navy);
}

.jsv-demo-item h4 {
	color: var(--jsv-white);
	background: var(--jsv-navy);
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1em;
    margin: 0px;
    padding: 15px;
    text-align: center;
}

.jsv-demo-item #skin_default .plyr__controls {
    background: transparent;
}

#jsv-bio-scroll-link,
#jsv-services-scroll-link,
#jsv-demos-scroll-link,
#jsv-contact-scroll-link {
	display: block;
	width: 1px;
	height: 0px;
	position: relative;
	bottom: 110px;
}

.jsv-bio-h4-signature {
	font-family: "Yellowtail", cursive;
	font-size: 3rem;
	line-height: 1em;
	color: var(--jsv-cider);
	margin: 0px;
}

.jsv-demo-item .plyr__controls .plyr__controls__item.plyr__menu,
.jsv-demo-item .plyr__controls .plyr__controls__item.plyr__volume {
    display: none;
}


/* ----------------------------------------------------- */

@media screen and (max-width: 1700px) {

	.jsv-site-header {
    padding: 20px 20px;
	}

	.jsv-welcome-container {
    padding: 70px 20px 140px 40px;
	}

	.jsv-welcome-left {
    max-width: 800px;
	}

	.jsv-welcome-text-title {
    font-size: 4.5rem;
	}

	.jsv-welcome-text-paragraph {
    font-size: 1.2rem;
	}

	.jsv-welcome-text-jim {
    font-size: 1.5rem;
	}

	a.jsv-welcome-button {
    font-size: 1.2rem;
    padding: 10px 20px 11px 20px;
	}

	.jsv-welcome-right {
	width: 450px;
	}

}

/* ----------------------------------------------------- */

@media screen and (max-width: 1199px) { 

	.jsv-welcome-container {
    padding: 70px 20px 80px 40px;
    }

	.jsv-welcome-right {
	width: 300px;
	padding-right: 30px;
	}

	.jsv-welcome-right img.jsv-welcome-right-image {
    bottom: -140px;
	}

	.jsv-welcome-wrapper:after {
    height: 50px;
	}

	.jsv-nav-container .site-branding .site-title {
    font-size: 1.5rem;
	}

	.jsv-nav-container .main-navigation ul.nav-menu {
    padding: 10px 0px 10px 30px;
	}

	.jsv-welcome-text-title {
    font-size: 3.8rem;
    }

    .jsv-bio-photo {
    width: 250px;
    height: 250px;
	}

	.jsv-bio-h2 {
    font-size: 2.5em;
	}

	.jsv-bio-h4 {
    font-size: 1.3em;
	}

}

/* ----------------------------------------------------- */

@media screen and (max-width: 990px) { 

	.jsv-nav-container {
    display: block;
	}

	.jsv-nav-container .main-navigation {
    display: block;
    position: relative;
	}

	.jsv-nav-container .site-branding {
    display: inline-block;
	}

	.jsv-nav-container .menu-toggle {
    display: block;
    position: absolute;
    right: 0px;
    top: -28px;
	}

	.jsv-nav-container .main-navigation ul.nav-menu:before {
    width: 100%;
    border-radius: 2px;
	}

	.jsv-nav-container .main-navigation ul.nav-menu {
    padding: 10px 20px 10px 20px;
    text-align: center;
    position: relative;
    top: 15px;
    margin-bottom: 15px;
    }

    .jsv-nav-container .main-navigation ul.nav-menu .menu-item a {
    min-width: 150px;
    display: inline-block;
	}

	.jsv-welcome-text-title {
    font-size: 2.5rem;
    }

    .jsv-welcome-text-paragraph {
    font-size: 1.0rem;
    }

    .jsv-welcome-left {
    padding-right: 20px;
    }

    .jsv-welcome-right {
    width: 250px;
    }

}


/* ----------------------------------------------------- */

@media screen and (max-width: 767px) { 

    .jsv-welcome-right {
    width: 200px;
    padding-right: 10px;
    }

    .jsv-bio-photo {
    width: 220px;
    height: 220px;
	}

	.jsv-bio-h2 {
    font-size: 2.3rem;
	}

	.jsv-bio-h4 {
    font-size: 1.2rem;
    line-height: 1.4em;
	}

	.jsv-bio-paragraph {
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.8em;
	}

	.jsv-bio-wrapper {
    padding: 70px 0px 50px 0px;
    overflow: hidden;
	}

	.jsv-services-container .jsv-services-title {
    font-size: 1.4rem;
	}

	.jsv-services-container .jsv-services-headline {
    font-size: 3rem;
    margin: 0px 0px 30px 0px;
	}

	.jsv-services-container .jsv-services-paragraph {
    font-size: 1.0rem;
	}

	.jsv-services-wrapper {
    padding: 45px 0px;
	}

	.jsv-services-container .jsv-services-list li {
    font-size: 1.0rem;
	}

	.jsv-services-container .jsv-services-list li:before {
    left: -14px;
    top: 12px;
    width: 6px;
    height: 6px;
	}

	.jsv-contact-wrapper {
    padding: 50px 0px;
	}

	.jsv-contact-container .jsv-contact-title {
    font-size: 1.4rem;
	}

	.jsv-contact-container .jsv-contact-headline {
    font-size: 3rem;
	}

	.fluentform .jsv-contact-form .jsv-btn-contact {
    font-size: 1.2rem;
    padding: 10px 22px 11px 22px;
	}

	.jsv-footer-brand {
    font-size: 1.5rem;
	}

	.jsv-footer-secondary p.jsv-footer-copyright {
    font-size: 0.70rem;
	}

	.jsv-footer-secondary p.jsv-footer-design-by {
    font-weight: 600;
    font-size: 0.7rem;
	}

	.soundbars-holder {
    width: 200%;
    bottom: 82px;
	}

	.jsv-demos-title {
    font-size: 1.4rem;
	}

	.jsv-demos-container .jsv-demos-headline {
    font-size: 3rem;
	}

	.jsv-demos-list {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 500px;
    margin: 0 auto;
	}

	.jsv-demos-wrapper {
    padding: 50px 0px 60px 0px;
	}

}

/* ----------------------------------------------------- */

@media screen and (max-width: 600px) { 

	.jsv-welcome-text-title {
    font-size: 2.4rem;
    margin: 10px 0px 15px 0px;
    }

	.jsv-nav-container .site-branding .site-title {
    font-size: 1.25rem;
    }

    .jsv-welcome-container {
    display: block;
    padding: 80px 20px 80px 20px;
    }

    .jsv-nav-container .menu-toggle {
    top: -25px;
    width: 32px;
    }

    .jsv-welcome-left {
    padding-right: unset;
    text-align: center;
    position: relative;
    z-index: 100;
    }

    .jsv-welcome-right {
    margin-top: -75px;
    width: 100%;
    padding-right: unset;
    text-align: center;
    }

    .jsv-welcome-right img.jsv-welcome-right-image {
    bottom: -125px;
    width: 170px;
    }

    .jsv-welcome-text-jim {
    font-size: 1.1rem;
    margin-bottom: 5px;
    }

    .jsv-welcome-text-paragraph {
    font-size: 0.95rem;
    margin-bottom: 20px;
    }

    .jsv-demos-container .jsv-demos-headline {
    font-size: 2rem;
    }

    .jsv-contact-container .jsv-contact-headline {
    font-size: 2rem;
    }

    .jsv-services-container .jsv-services-headline {
    font-size: 2rem;
    margin: 0px 0px 25px 0px;
    }

}