@charset "utf-8";
/* CSS Document */
html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	margin-left: auto;
	margin-right: auto;	
}
header {
		padding: 32px;
		background-color: #BABABA 
}
.mysize18 {
	font-size: 18px;
	text-align: center;
}
.mysize28 {
	font-size: 28px;
	text-align: center;
}
.mysize36 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.mysize12 {
	font-size: 12px;
	text-align: center;
}
.mysize14 {
	font-size: 14px;
 	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.mysize16 {
	font-size: 16px;
	font-weight: bold;
}
input .themailform {
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	float:left;
}
form input {
	font-size: 1.5em;
	font-weight: bold;
}
input[type="submit"] {
    background: url(images/sendbutton.jpg);
    width: 200px; /* width of image */
    height: 50px; /* height of image */
    border: 0;
}
img {
		width: 100%;
		max-width: 100%;
		height: auto;
		vertical-align: middle;
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 102px;
}
.style-nav ul {

	list-style-type: none;
	font-size: 1em;
}
.style-nav ul li a {
	text-decoration: none;
	color: #ff0000;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}
.style-nav ul li.selected a {
	font-size: 28px;
	padding: 6px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
    color: red;
	background-image: url(images/selectedgradient.png);
	text-decoration: none;
    border:1px solid red; 
    width: 220px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 8px;
}
h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
h3 {
	text-align: center;
}
h7 { 
	font-size: 2em; 
	text-align: center;
	font-weight: bold;
} 
p {
 padding: 5px 5px 5px 5px;
}
div img {
	width: 100%;
	height: auto;
	max-width: 315pt;
	/* max-height: 310pt; */
}
.pricebox {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height:auto;
	border:5px solid blue;
	display:block;
}
a:link {
	font-size: 1.5em;
    color: green; 
    background-color: transparent; 
    text-decoration: none;
    border:1px solid red; 
    width: 220px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 8px;
}

a:hover {
    color: red;
    background-color: #5FA5F8;
    text-decoration: underline;
}
a:active {
    color: blue;
    background-color: #FFFF00;
}
.myselected {
	font-size: 28px;
	padding: 6px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
    color: red;
	background-image: url(images/selectedgradient.png);
	text-decoration: none;
    border:1px solid red; 
    width: 220px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 8px;	
}
.grandpiano {
	background-image: url(images/grandpiano.jpg);
	background-size: cover;
	padding: 30px 30px 70px 30px;
	color: #FFFFFF;
	text-align: center;
	max-width: 500px;
}
.toddatpiano {
	background-image: url(images/tspianoTodd.jpg);
	 background-size: cover; 
	padding: 30px 30px 30px 30px;
	height:380px;
	display:block;
}
.sharonatpiano {
	background-image: url(images/tspianoSharon.jpg);
	background-size: cover; 
	padding: 30px 30px 30px 30px;
	height:380px;
	display:block;
}
.aboutus {
	background-image:url(images/testimonialsscreen.png);
	background-size: cover;
	padding: 40px 40px 40px 40px;
}
.servicepic {
	background-image: url(images/tspianoServices.jpg);
	background-size: cover; 
	padding: 30px 30px 30px 30px;
	height:390px;
	display:block;
}
.servicecost {
	background-image: url(images/tspianoServiceCost.jpg);
	background-size: cover; 
	padding: 30px 30px 30px 30px;
	height:390px;
	display:block;
}
.testimonials {
		background-image:url(images/testimonials.jpg);
	background-size: cover;
		margin-left: auto;
	margin-right: auto;
	display: block;
	color: #FFFFFF;

	width: 350px;
	height:60px;
	text-align: center;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.clientsitalic {
			background-image:url(images/music-border.jpg);
	background-size: cover;
	padding: 40px;
	padding-bottom: 35px;
		font-style: italic;
			margin-left: auto;
	margin-right: auto;
	display: block;
}
footer {
	padding: 20px 30px;
	background-color:#ECEFC6
}
.col {
	width: 100%;
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
@media (min-width: 768px) {
	header {
		padding: 8px;
}
.mysize36 {
	font-size: 48px;
}
	a:link {
	font-size: 16px;
    color: green; 
    background-color: transparent; 
    text-decoration: none;
    border:1px solid red; 
    width: 110px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 8px;
}
		a:hover {
    color: red;
    background-color: #5FA5F8;
    text-decoration: underline;
}
.style-nav ul li.selected a {
	font-size: 16px;
	padding: 6px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
    color: red;
	background-image: url(images/selectedgradient.png);
	text-decoration: none;
    border:1px solid red; 
    width: 110px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 8px;	
}
.myselected {
	font-size: 16px;
	padding: 6px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
    color: red;
	background-image: url(images/selectedgradient.png);
	text-decoration: none;
    border:1px solid red; 
    width: 110px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 8px;	
}	
.style-nav ul {
	text-align: center;
	list-style-type: none;
	font-size: 16px;
}
.style-nav ul li {
	text-decoration: none;
	font-size: 16px;
	color: #ff0000;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	padding: 4px 4px 4px 4px;
}
.style-nav ul li a{
	text-decoration: none;
	font-size: 16px;
	color: #ff0000;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	padding: 4px 4px 4px 4px;
}	
.clientsitalic {
			background-image:url(images/selectedgradient.png);
	background-size: cover;
	padding: 40px;
	padding-bottom: 25px;
		font-style: italic;
			margin-left: auto;
	margin-right: auto;
	display: block;
}
.col-md-one-half {
		width: 50%;
	}
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
.testimonials {
width: 70%;
float:right;
padding: 40px 40px 80px 40px;
display:block;
}
.pricebox {
	margin-left: auto;
	margin-right: auto;
	width: 27%;
	height:auto;
	border:5px solid blue;
	float:left;
	display:block;
}
	h1 {
		text-align: center;
	}
	h2 {
		text-align: center;
	}
	h7 { 
	font-size: 2em; 
	text-align: center;
	font-weight: bold;
	} 
}
@media (min-width: 1024px) {
		header {
		padding: 8px 8px 64px 8px;
}
.todd {
	float:left;
     height:300px;
	margin-left: auto;
	margin-right: auto;
	display:block;
}
	img {
		width: 100%;
		max-width: 100%;
		height: auto;
		vertical-align: middle;
float: left;
		display: block;
		width: 102px;
}
		a:link {
	font-size: 16px;
    color: green; 
    background-color: transparent; 
    text-decoration: none;
    border:1px solid red; 
    width: 110px;

	float: right;
	display: inline-block;
	margin-bottom: 8px;
}
	.style-nav ul {
	float: right;
	list-style-type: none;
	font-size: 16px;
}
	.style-nav ul li {
	text-decoration: none;
	font-size: 16px;
	color: #ff0000;

	display: inline-block;
	text-transform: uppercase;
	padding: 4px 4px 4px 4px;
}
	.style-nav ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #ff0000;
	display: inline-block;
	text-transform: uppercase;
	padding: 4px 4px 4px 4px;
	display: inline-block;	
	}
	a:hover {
    color: red;
    background-color: #5FA5F8;
    text-decoration: underline;
}
.style-nav ul li.selected a {
	font-size: 16px;

	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
    color: red;
	background-image: url(images/selectedgradient.png);
	text-decoration: none;
    border:1px solid red; 
    width: 110px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	display: inline-block;


}
.myselected {
	font-size: 16px;

	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
    color: red;
	background-image: url(images/selectedgradient.png);
	text-decoration: none;
    border:1px solid red; 
    width: 110px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	display: inline-block;


}
	.clientsitalic {
			background-image:url(images/testimonialsscreen.png);
			background-size: cover;
	padding: 40px;
	padding-bottom: 25px;
		font-style: italic;
			margin-left: auto;
	margin-right: auto;
	display: inline-block;
	}
	.mysize36 {
	text-align: right;
		font-size: 28px;
}
.mysize28 {
	text-align: right;
		font-size: 22px;
}
.mysize18 {
	text-align: right;
	font-size: 18px;
}
.col-md-one-half {
		width: 50%;
	}
.col {
	    float: left; 
		padding: 0px 7px 14px;
	}
	.colrt {
	    float: right; 
		padding: 0px 7px 14px;
	}
	.pricebox {
	margin-left: auto;
	margin-right: auto;
	width: 22%;
	height:auto;
	border:5px solid blue;
	float:left;
	display:block;
}
	h1 {
		text-align: center;
	}
	h2 {
		text-align: center;
	}
	h7 { 
	font-size: 2em; 
	text-align: center;
	font-weight: bold;
	} 
	.testimonials {
		background-image:url(images/testimonials.jpg);
	background-size: cover;
	float:inline-start;
	display: inline-block;
	color: #FFFFFF;

	width: 960px;
	height: 130px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.servicecost {
	background-size: 50%; 
                   background-repeat: no-repeat;
}
}