/* ==========================================================================
   Global styles
   ========================================================================== */

h1, h2, h3, h4, h5, h6, p, .btn, .navbar-nav a, .form-control, .list-inline, #pricing {
  font-family: 'Google Sans', sans-serif;
}

p, small, .lead {
	font-family: 'Poppins', sans-serif;
}

h1 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 1.6em;
  color: #ffffff;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #231f20;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.lead {
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 300;
}

small {
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 300;
}

p {
  font-size: 17px;
  line-height: 22px;
  color: #6e6e6e;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #231f20; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #231f20; /* Firefox */
	color: #FFFFFF;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  background-color:#8CBD3E;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active {
  background-color: #abe54e;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-primary:focus{
  color: #fff;
  background-color: #8CBD3E;
  border-color: #122b40
}

.btn-secondary {
  background-color: #ffffff;
  color: #231f20;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #ededed;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}


/*-----------------Margins------------------*/

.margin-left-1-pct {
  margin-left: 1%;
}
.margin-right-1-pct {
  margin-right: 1%;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}

.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*-----------------Colors------------------*/

.black {
  color: #231f20;
}

.blue {
  color: #70cbce;
}

.white {
  color: #ffffff;
}

.black-bg {
  background: #231f20;
}

.blue-bg {
  background: #70cbce;
}

.white-bg {
  background: #ffffff;
}

.purple-bg {
	background: #6d3f96;
}



/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: rgba(255,255,255,1);
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -60px;
    transition: top 0.4s ease 0s;
}

.navbar.open {
    top: 0;
    -webkit-box-shadow: 4px 4px 4px #777;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-home {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
    opacity: 0.6;
}

.navbar-inverse .navbar-nav > li > a:focus {
  color: #000;
}

.navbar-home a:hover {
  color: #fff;
  opacity:0.6;
}

.navbar-home a.selected {
  background-color: yellow;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #4ec3cd;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
    background-color: #8CBD3E;
}

.navbar-inverse .navbar-toggle:focus {
  background-color: #8CBD3E;
}

/*.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000;
}*/

.logo img {
	margin-top: -2px;
}

/* ==========================================================================
   Main styles
   ========================================================================== */
header {
  background: url(/assets/chorus-with-cds-c526f7196a2c8689cd703a68078aa635fa8918994eb6319ac32324d8365419bd.jpg) no-repeat center center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: 20%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.header-pad {
  padding: 20px 10px 60px 10px;
}

.header-top-buttons-container {
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(0,0,0, 0.6) 0%, rgba(0,0,0, 0) 100%);
  padding: 0px 40px 0 40px;
}

.text-logo {
  float: left;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 2px;
}

#main-info {
  margin-bottom: -60px;
}

/*#main-info .row {
  margin: 0 !important
}*/

#play-txt {
  margin-top: 20px;
  text-align: center;
  color: #0070c9;
}

#play-txt:hover {
  cursor: pointer;
  text-decoration: underline;
}

.header-info {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0px;
  margin-bottom: 12%;
}

#macbook {
  margin-top: 90px;
  position: relative;
  padding-bottom: 37.5%;
  height: 0;
}

#macbook iframe {
  box-sizing: border-box;
  background: url(/assets/macbook-d1976705d7bc6e859acae048d371cd973155878a2b8badb4ab5fc21d1c0caff1.jpg) center center no-repeat;
  background-size: contain;
  padding: 3.0% 13% 7%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gray-bg {
  background-color: rgba(55, 56, 62, 0.6);
  border-radius: 20px;
}

.btn-bg {
  margin-bottom: 15px;
}

.signin {
  padding-top: 9px;
}

.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}
.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}
@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}

.pad-xxl {
  padding: 240px 0px;
}

.pad-xl {
	padding: 200px 0px;
}

.pad-lg {
	padding: 160px 0px;
}

.pad-md {
  padding: 120px 0px;
}

.pad-sm {
	padding: 80px 0px;
}

.pad-xs {
	padding: 30px 0px;
}

#features {
  background: url(/assets/ukulele_backdrop-7ad35aeb37a8886d80dce9dc284e011713607ca3ae728d96c62dc96715767bb6.jpg) #231f20 no-repeat center center;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.animate-duration {
  /*-ms-transform: scale(1.05);*/
  /*-moz-transform: scale(1.05);*/
  /*-webkit-transform: scale(1.05);*/
  /*-o-transform: scale(1.05);*/
  /*transform : scale(1.05);*/
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.animate {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform : scale(1.05);
}

/*#features:hover {*/
  /*transform: scale(1.0);*/
  /*-webkit-transform: 'scale(1.0);*/
/*}*/

.image-container {
  background: url(/assets/guitar-rooftop-5b695172da4eae0ce4f4a4dc5eac182e5d57ef35c7c011423174d10e62c458d3.jpg) #231f20 no-repeat center center;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  z-index: 1;
}

.instrument-container {
  padding: 80px 15px 80px 4%;
}

.panel-image {
  margin-left: -4.1%;
}

.panel-image img {
  width: 100%;
}

.panel-title {
  margin-bottom: 120px;
}

/*.panel-title h2 {*/
  /*margin: 0 0% 0 5%;*/
/*}*/

/*.panel-title small {*/
  /*margin: 0 0% 5% 5%;*/
  /*display: block;*/
/*}*/

.introduction-container {
  padding: 160px 15px;
  height: 100%;
  width: 100%;
  position: relative;
  background: linear-gradient(to bottom,
  rgba(0,0,0, 0.6) 0%,
  rgba(0,0,0, 0) 60%
  );
  z-index: 2;
}

/*.introduction-container .row {
  width: 100%;
}*/

hr.line {
	width: 100%;
	border: 2px solid;
}

.purple {
	border-color: #6d3f96;
	color: #6d3f96;
}

.blue {
	border-color: #70cbce;
	color: #70cbce
}

.yellow {
  border-color: #fdc05d;
  color: #fdc05d;
}

.red {
  border-color: #ce2b26;
  color: #ce2b26;
}

.green {
  border-color: #4aa248;
  color: #4aa248;
}

.iphone {
  position: relative;
  height: 200px;
}

.iphone img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 440px;
}

.iphone video {
  margin: 60px auto 0 auto;
  vertical-align: middle;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 250px;
}

#iphone_container {
  max-width: 350px;
  height: 600px; /* Adjust TV image height */
  position: relative;
}

#iphone_container:after {
  content: '';
  display: block;
  background: url(/assets/iphone-3a634d996b6f17d3f8ae0e6ee05527d675614d6759e4818b08b01bb18ead8463.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 10;
}

#iphone_container video {
  position: absolute;
  background-size: contain;
  padding: 0 2% 0 1%;
  /*top: 30px; !* Adjust top position *!*/
  /*left: 40px; !* Adjust left position *!*/
  z-index: 11;
}

#nameTxt {
  margin-top: 10px;
}

#emailTxt {
  margin-top: 10px;
}

#invite {
  background: url(/assets/bottom-banner-efa5da76cdd632ddc5b2d4302ccd3b3b0635b954b1ed78e112fba58cefc2490e.jpg) no-repeat left top fixed;
  width: 100%;
  padding: 0px 10px 60px 10px;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.second-feature {
  margin-top: 60px;
}

.radio-inline {
  font-size: 15px;
}

[type="radio"].with-gap:checked+label:before,
            [type="radio"].with-gap:checked+label:after {
                          border: 2px solid black !important;
                        }

[type="radio"].with-gap:checked+label:after {
              background-color: #424242 !important;
            }
/*.with-gap[type="radio"]:checked + label:after {*/
  /*border-radius: 50%;*/
  /*border: 2px solid #ffffff !important;*/
  /*background-color: #ffffff;*/
  /*z-index: 0;*/
  /*-webkit-transform: scale(.5);*/
  /*-moz-transform: scale(.5);*/
  /*-ms-transform: scale(.5);*/
  /*-o-transform: scale(.5);*/
  /*transform: scale(.5);*/
/*}*/

/* label focus color */
/*.input-field input[type=text]:focus + label {*/
  /*color: #ff0000;*/
/*}*/

/*.input-field label {*/
  /*color: #FFFFFF;*/
/*}*/

/*.input-field input[type=text] {*/
  /*color: #FFFFFF;*/
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.4);*/
  /*box-shadow: 0 1px 0 0 #FFFFFF;*/
/*}*/

/*.input-field input[type=email] {*/
  /*color: #FFFFFF;*/
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.4);*/
  /*box-shadow: 0 1px 0 0 #FFFFFF;*/
/*}*/

/*.input-field input[type=text]:focus {*/
  /*color: #FFFFFF;*/
  /*border-bottom: 1px solid #FFFFFF !important;*/
  /*box-shadow: 0 2px 0 0 #FFFFFF !important;*/
/*}*/

/*.input-field input[type=email]:focus {*/
  /*color: #FFFFFF;*/
  /*border-bottom: 1px solid #FFFFFF !important;*/
  /*box-shadow: 0 2px 0 0 #FFFFFF !important;*/
/*}*/

.phone-bg {
  background: url(/assets/phone-bg-8fd94906887df34ed5053d37d435a3ad4efb667f07a2f9368987873bf6c98620.png) no-repeat;
  padding: 15px 10px 60px 10px;
  height: 100vh;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.fa-envelope-o {
  color: #FFFFFF;
  font-size: 22px;
  display: block;
  padding-top: 17px;
  width: 60px;
  height: 60px;
  border: 2px solid #FFFFFF;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
  margin-top: 40px;
}

.news-container {
  padding: 10px 0px 20px;
  border-bottom: 1px dotted #d9d9d9;
}

.news-img {
  padding-right: 20px;
}

footer {
  background: #ffffff;
  padding: 40px 0px;
}

.social li a:hover {
  opacity: 0.5;
}



/*---------------Pricing Tables-------------------*/


#pricing {
  background: #005ABE;
}

.pricing-container {
  padding-left: 0px;
  padding-right: 0px;
}

.pricing-table {
  background: transparent;
  margin-bottom: 50px;
  margin-top: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing-table.active {
  box-shadow: 0px 0px 12px rgba(41,46,50,0.6);
  position: absolute;
  margin: auto;
  z-index: 200;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pricing-table:hover {
  margin-top: -10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pricing-table li {
  padding-left: 20px;
  padding-right: 20px;
}

.headline {
  background: #231f20;
  color: #FFFFFF;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.price {
    background: none repeat scroll 0 0 #231f20;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}


.pricing-table:hover li.price  {
  background: #303236;
  -webkit-transition: all 0.85s ease-in-out;
  -moz-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
}

.price small {
  font-weight: 300;
  color: #929496;
}

.info {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
  color: #929496;
  background: #ffffff;
}

.features {
  color: #231f20;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #E8EAEA;
  background: #ffffff
}

.features.first {
  border-top: 1px dotted #E8EAEA;
}

.features.last {
  padding-top: 17px;
  padding-bottom: 20px;
}

.features.last a {
	color: #005ABE;
	font-size: 14px;
	letter-spacing: 1px;
}

.pricing-container .btn {
    border-radius: 0;
}

.overlay {
  opacity:0.6;
  background-color:#000000;
  position:fixed;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  z-index:1000;
  background: url(/assets/loading-79ff18d31c1a6cecfba54e4014ea15190e5e7c7453a69f28b615da3246a396cb.svg) #231f20 no-repeat center center fixed;;
  background-size: 150px 150px;
}

/* ==========================================================================
   Form styles
   ========================================================================== */
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}




/* ==========================================================================
   Mobile styles
   ========================================================================== */


/* iphone7 and portrait */
/*@media (max-width: 480px) and (orientation:portrait) and (max-height: 568px) {*/

  /*#invite {*/
    /*height: 100vh;*/
  /*}*/

  /*.phone-bg {*/
    /*height: 100vh;*/
  /*}*/

  /*.text-logo {*/
    /*font-size: 15px;*/
  /*}*/

/*}*/

/* iphone5 and portrait */
@media (max-width: 320px) and (orientation:portrait) and (max-height: 568px) {

  #invite {
    height: 120vh;
  }

  .phone-bg {
    height: 100%;
  }

  .text-logo {
    font-size: 15px;
  }

}


/* iphone5 and landscape */
@media screen and (orientation:landscape) and (max-height: 320px) {

  #invite {
    height: 180vh;
  }

  .phone-bg {
    height: 100%;
  }

  #macbook {
    padding-bottom: 42.5%;
  }

}

@media screen and (orientation:landscape) and (max-height: 375px) {

  #invite {
    height: 170vh;
  }

  .phone-bg {
    height: 100%;
  }

  #macbook {
    padding-bottom: 47.5%;
  }

}

@media screen and (orientation:landscape) and (min-height: 375px) {

  #invite {
    height: 150vh;
  }

  .phone-bg {
    height: 100%;
  }

  #macbook {
    padding-bottom: 47.5%;
  }

}

/* Landscape phones and down */
@media (max-width: 480px) {

.btn-lg {
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}

.btn-wide {
  width: 100%;
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}

.header-top-buttons-container {
  padding: 0px 13px 0 13px;
}

.header-top-buttons-container .text-logo {
  margin: 15px 0 0 8px !important;
}

#features {
      background-attachment: scroll;
  }

}


/* portrait phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) and (orientation: portrait) {

  #features {
      background-attachment: scroll;
  }

  #macbook {
    padding-bottom: 47.5%;
  }

  #invite {
    height: 170vh;
  }

  .phone-bg {
    height: 100%;
  }

  .header-info {
    bottom: -45px;
  }

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 481px) and (max-width: 767px) and (min-height: 500px) {

  #invite {
    height: 90vh;
  }

  #macbook {
    padding-bottom: 47.5%;
  }

  #features {
    background-attachment: scroll;
  }

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) and (min-height: 500px) {

  #invite {
    height: 90vh;
  }

  #macbook {
    padding-bottom: 47.5%;
  }

  #features {
      background-attachment: scroll;
  }

}

/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) and (min-height: 500px) {

  #invite {
    height: 90vh;
  }

  #macbook {
    padding-bottom: 32.5%;
  }

}

/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

  #invite {
    height: 100vh;
  }

  #macbook {
    padding-bottom: 37.5%;
  }

  .phone-bg {
    height: 100vh;
  }

}
