@charset "UTF-8";
/* CSS Document */

body { 
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1.6rem; 
	}

p { font-size: 16px; line-height:28px; margin-bottom:28px }

.offsetBottom {
  padding-bottom: 115px;
}
.offsetTop {
  padding-top: 115px;
}

header .links {padding-top:20px; text-align:right; width:100%;}
header a {color:#fff; text-transform:uppercase; }
header a:hover {color:#ccc; text-decoration:none; }

.load-background-image { max-width:100%; height: 950px; background: #000 url('../img/manhattan-bridge-tc-mal.jpg') center no-repeat;  }
.logo { margin-top:20px; max-width:100%; height:auto; }
.two-guys-singing { max-width:100%; height:auto; }

.intro {
	text-align:center;
	background: url('../img/mircophone.jpg') no-repeat center bottom;
	padding-bottom: 320px; 
	}

.intro h1 {
	font-size: 46px;
	line-height:58px;
	padding-top: 110px;
	padding-bottom: 35px;
	text-transform: uppercase;
}

.intro h2 {
	font-size: 32px;
	line-height:48px;
	padding-bottom: 35px;
	text-transform: uppercase;
}


.sound {
	width:100%;
	background-color: #f1f1f1;
	padding: 20px;	
	text-align:center;
}

.about {
	text-align:center;
	padding-top: 115px;
	padding-bottom: 95px;
}

.about h2 {
	font-size: 46px;
	line-height:46px;
	padding-bottom: 100px;
	text-transform: uppercase;
}

.about .col-md-6 p { padding: 40px 60px; }
.about .col-md-6 p:first-child { padding-top: 80px; }

.testimonial {
	background-color: #f1f1f1;
	padding: 140px 40px;
	text-align:center;
}
.testimonial header {margin-bottom: 50px; }
.testimonial p {
	font-size: 18px;
	line-height: 36px;
}
.testimonial p.t-name {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	padding-top: 40px;
	margin:0;
}
.testimonial p.t-title {
	font-size: 14px;
	line-height: 24px;
	color: #777;
	margin:0;
}

#contact {
  background-color: #222;
}
#contact h2 {
	font-size: 40px;
	line-height:46px;
	text-transform: uppercase;
	color: #fff;
}
#contact p {
	color: #777;
}
.contact-form  {
  padding-top: 55px;
}
.contact-form .field input, .contact-form .field textarea {
  width: 100%;
}
.contact-form .field {
  width: 98.24561403508772%;
  margin-bottom: 30px;
  position: relative;
}
.contact-form .field textarea {
  height: 210px;
}
input, textarea {
  line-height: 1;
  padding: 14px 18px;
  color: #a6a6a6;
  border-radius: 3px;
  border: 1px solid #f7f7f7;
  background-color: #ffffff;
  -webkit-transition: border-color 0.15s ease-in;
  -moz-transition: border-color 0.15s ease-in;
  -o-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
}
.btn {
  border-radius: 3px;
  padding: 18px 30px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  border-width: 0;
  margin-bottom: 1.5em;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.btn.btn-default {
  background-color: #777;
  color: #ffffff;
}

footer { padding: 40px 0; text-align:center; margin:0 auto; }
footer p { color:#777; font-size:14px; line-height: 18px; margin:0; }
footer a { color:#777; }


/* Player Styles */
#player{
    width: 334px;
    margin: auto;
}
#player-top{
    padding: 10px;
    height: 55px;
}
#slash{
    color: #3b3b3b;
    font-size: 14px;
    text-shadow: 1px 1px #ffffff;
    margin-top: 20px;
}
#track-info-container{
    float: left;
    font-size: 10px;
    width: 170px;
    overflow: hidden;
    margin-left: 10px;
}
#time-info-container{
    float: left;
    margin-top: 15px;
    font-size: 10px;
    line-height: 19px;
}

/* Amplitude Element Styles */
#amplitude-play-pause{
    width: 58px;
    height: 59px;
    cursor: pointer;
    float: left;
}
.amplitude-paused{
    background-image: url('../img/yellow-play.png');
    background-repeat: no-repeat;
}
.amplitude-playing{
    background-image: url('../img/yellow-pause.png');
    background-repeat: no-repeat;
}
#amplitude-now-playing-artist{
    font-size: 14px;
}
#amplitude-now-playing-title{
    color: #3b3b3b;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px #ffffff;
    margin-top: 20px;
}

#amplitude-song-slider{
    display: inline-block;
    height: 10px;
    border-radius: 5px;
    width: 220px;
    background-color: rgba(237,237,237,.8);
    margin-left: 10px;
    margin-top: 5px;
}
#amplitude-track-progress{
    background-color: #fad52c;
    height: 10px;
    border-radius: 5px;
    width: 0px;
}

@media (max-width: 768px) {
	
header .links {padding-top:20px; text-align:center; width:100%;}
.about .col-md-6 p { padding: 40px 0px; }	
.testimonial {
	padding: 140px 10px;
}
.testimonial p {
	font-size: 16px;
	line-height: 28px;
}
.load-background-image { 
	max-width:100%; height: 420px; background: #000 url('../img/manhattan-bridge-tc-mal-m.jpg') center no-repeat;  
	}
.logo { margin-top:15px; max-width:100%; height:auto; }
}