/*
Theme Name: JSM-2
Description: Custom theme made for JayScheideMusic and VGRT sites.
Template: twentyseventeen
Author: James Yang
Version: 1.0
*/

.bg-text {
	font-size: 19px;
	line-height: 1.25em;
}

.small-text {
	font-size: 17px;
}

.static-content {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 1.15em;
}

.wrap {
	float: left;
	margin-right: 5px;
}

#pic-caption {
	line-height: 1.35em;
}

#legacy-img {
	margin-left: auto;
	margin-right: auto;
}

#legacy-container {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}

body {
    background-color: #38726c;
}

.dotted {
	border: none;
  	border-top: 1px dotted #000;
}

.custom-logo-link img {
    width: 392px;
	height: 40px;
	margin-top: 30px;
	margin-bottom: 10px;
}

@media(min-width: 992px) {
	.container {
		width: 900px!important;
		margin-left: auto!important;
		margin-right: auto!important;
		padding: 0!important;
	}
}

@media(max-width: 992px) {
	.container {
		margin-left: auto!important;
		margin-right: auto!important;
		padding: 0!important;
	}
}

@media(max-width: 576px) {
	.container {
		width: auto!important;
		margin-left: 15px!important;
		margin-right: 15px!important;
		padding: 0!important;
	}
}

.navbar {
	margin: 0;
	padding: 0;
}

.page-content {
	background-color: white;
	padding: 20px;
	margin: 0;
}

.home-head {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
}

p {
	line-height: 1.25em;
	margin-bottom: 20px;
}

.italic {
	font-style: italic;
}

.top-menu {
	background-color: #004e64;
	margin: 0;
	padding: 0;
}

.top-menu .navbar-nav .nav-link {
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	padding-right: 10px;
}

.right-bar {
	border-right: 1px solid white;
}

.top-menu .navbar-nav .nav-link:hover {
	text-decoration: underline;
}

.naked-link {
	text-decoration: none;
}

.naked-link:hover {
	text-decoration: underline;
}

.music-link {
	color: #7f4c40;
}

.single-piece {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 10px;
}

.piece-container {
	border: 2px solid yellow;
	padding: 15px;
}

.headers {
	font-size: 23px;
	color: #360002;
}

.cart-total {
	border: none;
  	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
	padding-right: 100px;
}

.cart-container {
	align-content: center;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	font-family: "Times New Roman", Times, serif;
}

.cart-header {
	margin-bottom: 5px;
	font-size: 18px;
}

.fill-container {
	width: 100%;
}

.cart-buttons {
	padding: auto;
	display: block;
	margin-bottom: 5px;
	text-align: right;
}

.cart-buttons-container {
	display: block;
}

.home-footer {
	color: #273616;
	font-size: 20px;
	line-height: 1em;
}

.catalog-list {
	line-height: 1em;
}

.catalog-headers {
	padding-top: 15px;
	padding-bottom: 15px;
}

.categories {
	font-size: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.product-title {
	font-size: 24px;
	margin-bottom: 0px;
}

.composer {
	font-size: 15px;
	color: #907574;
}

.product-attributes {
	font-size: 15px;
	color: #907574;
	margin-bottom: 5px;
}

.product-name {
	margin-bottom: 10px;
}

.single-product-image {
	height: auto;
	width: 100%;
}

.button-cart {
	background-color: #e1e1e1;
	border: 1px solid #a2a2a2;
 	color: black;
	padding: 2px 8px;
	font-size: 12px;
 	text-align: center;
 	text-decoration: none;
 	display: inline-block;
}

.button-green {
	background-color: #376106;
	border: none;
	border-radius: 8px;
 	color: white;
	padding: 6px 10px;
	font-size: 15px;
	font-weight: 500;
 	text-align: center;
 	text-decoration: none;
 	display: inline-block;
}

.bottom-buttons {
	margin-bottom: 10px;
}

.right-align {
	float: right;
}

.cart-small {
	font-size: 14px;
}

.total {
	margin-right: 10px;
}

.part-type {
	font-size: 21px;
	line-height: 1.5em;
}

.piece-checkbox:after {
  
}

.thank-you {
	text-align: center;
}

#place_order {
	background-color: #376106;
	border: none;
	border-radius: 8px;
 	color: white;
	padding: 6px 10px;
	font-size: 15px;
	font-weight: 500;
 	text-align: center;
 	text-decoration: none;
 	display: inline-block;
	margin: auto;
}

.payment_box {
	background-color: white;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

.no-selection {
	font-size: 23px;
}

.music-container {
	padding: 0;
	width: 90%;
	margin: auto;
	border: 1px solid #376106;
}

.audio-title {
	background-color: #376106;
	text-align: center;
	color: white;
	font-size: 15px;
}

.music-controls {
	background-color: #eeeeee;
	padding: 5px;
	display: flex;
	align-items: center;
}

.music-buttons {
	margin-right: 5px;
}

.music-progress {
	background-color: #cccccc;
	height: 12px;
	width: 90%;
	margin: auto;
}

.progress-bar {
	width: 0%;
	height: 100%;
	background-color: #376106;
	transition: width 0.1s linear;
}

.timer {
	display: inline-block;
	font-size: 12px;
}

.slider-container {
	flex: 1;
	text-align: center;
}

.repeat {
	display: inline-block;
}

.volume-container {
	display: inline;
	margin: auto;
}

.volume-slider {
	display: inline-block;
	background-color: #cccccc;
	height: 6px;
	width: 30%;
	margin-bottom: 3px;
}

.volume-slider-fill {
	width: 100%;
	height: 100%;
	background-color: #376106;
	transition: width 0.1s linear;
}

.vol-button {
	display: inline;
}

.fa-VGRT-audio {
	color: #F5DB0B;
	text-shadow: 1px 1px 1px #ccc;
	background: #A24614;
	border-radius: 50%;
}