body {
    background-color: #171717;
}

#sticky-buy {
    background-color: #111111;
}
#sticky-buy h1 {
    color: #FFFFFF;
}


.white-box {
    background-color: #FFFFFF;
    padding: 13px 0px;
    margin-bottom: 7px;
}
h3.heading {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.2em;
    text-align: center;
}
h3.heading span { font-weight: 800; }
.white-box h3.heading {
    margin-bottom: 0px;
    text-align: left;
}
.image-title { margin: 0px; }
.image-title img {
    width: 100%; display: block;
}
.text-section { padding: 20px 0px; }

#intro-section {
    padding-top: 9.5%;
    padding-bottom: 25px;
    background: url('/images/lofi_section-background_distorted-red_1@2x.jpg') no-repeat;
    background-size: cover;
}
#intro-heading, #intro-content {
    position: relative;
}
#intro-heading:after {
    display: block;
    content: "";
    width: 88.5%;
    height: 25px;
    background-color: #FFFFFF;
    position: absolute;
    top: -30px;
    left: 6%;
}
#intro-heading .white-box {
    width: 92%;
}
#intro-heading .white-box h3 {
    padding-left: 12%;
    letter-spacing: 2px;
}
#intro-content {
    padding-bottom: 25px;
}
#intro-content:after {
    display: block;
    content: "";
    width: 93.5%;
    height: 15px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 18px;
    left: 3%;
}
#intro-content .white-box {
    width: 78%;
    padding-left: 5%;
    padding-right: 10%;
    margin-left: 6%;
    margin-bottom: 15px;
}


#mixer-section {
    padding: 10px 0px;
    background: url('/images/lofi_section-background_grainy-red_1@2x.jpg') no-repeat;
    background-size: cover;
}

#walkthrough-section {
    padding: 15px 0px;
    padding-bottom: 55px;
    background: url('/images/lofi_section-background_red-film_1@2x.jpg') no-repeat;
    background-size: cover;
}

#walkthrough-section h3 {
    margin: 0px; margin-bottom: 25px;
}

#demos-section {
    padding: 35px 0px;
    background: url('/images/lofi_section-background_demos_1@2x.jpg') top center no-repeat;
    background-size: cover;
}
#demos-section #demos-header {
	background: url('/images/lofi_title_demos_1@2x.png') top center no-repeat;
	background-size: 288px auto;
	height: 100px;
	padding-top: 10%;
}
#demos-section #demos-header h3 { margin: 0px; }


#interface-section {
    padding: 35px 0px;
    padding-top: 95px;
    background: url('/images/lofi_section-background_distorted-red_2@2x.jpg') no-repeat;	
	background-size: 500%;
	background-position: 0 5%;
}
#interface-section h3 {
    text-align: left;
}

#pulsate-animation {
	position: relative;
	margin-bottom: 15px;
}
#pulsate-bubbles { display: none; }
#pulsate-bubbles .pulsate-bubble {
	position: absolute;
    color: #FFFFFF;
}

#pulsate-bubbles .pulsate-bubble .bubble-container {
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
}

#pulsate-bubbles .pulsate-bubble .bubble-container:before {
	content: '';
	position: relative;
	display: block;
	width: 300%;
	height: 300%;
	box-sizing: border-box;
	margin-left: -100%;
	margin-top: -100%;
	border-radius: 100px;
	border: 3px solid #FFFFFF;
	animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
#pulsate-bubbles .pulsate-bubble .bubble-container:after {
	cursor: pointer;
	content: '+';
	color: #000000;
    position: absolute;
    left: -5px; 
    top: -5px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 45px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	-webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out;
    border: 5px solid #f29e5d;
}
#pulsate-bubbles .pulsate-bubble.active-bubble .bubble-container:after {
	transform: rotate(45deg);
}
@keyframes pulse-ring {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

#pulsate-bubbles .pulsate-bubble .bubble-content {
	display: none;
	position: absolute;
	top: 75px;
	padding: 25px;
	background-color: #d7d5d1;
	width: 400px;
	border-radius: 15px;
	z-index: 10;
    -webkit-box-shadow: 1px 10px 47px 3px rgba(0,0,0,0.8);
    -moz-box-shadow: 1px 10px 47px 3px rgba(0,0,0,0.8);
    box-shadow: 1px 10px 47px 3px rgba(0,0,0,0.8);
    
    
    background: radial-gradient(circle at 100% 100%, #18191c 0, #18191c 10px, transparent 10px) 0% 0%/15px 15px no-repeat,
    radial-gradient(circle at 0 100%, #18191c 0, #18191c 10px, transparent 10px) 100% 0%/15px 15px no-repeat,
    radial-gradient(circle at 100% 0, #18191c 0, #18191c 10px, transparent 10px) 0% 100%/15px 15px no-repeat,
    radial-gradient(circle at 0 0, #18191c 0, #18191c 10px, transparent 10px) 100% 100%/15px 15px no-repeat,
    linear-gradient(#18191c, #18191c) 50% 50%/calc(100% - 10px) calc(100% - 30px) no-repeat,
    linear-gradient(#18191c, #18191c) 50% 50%/calc(100% - 30px) calc(100% - 10px) no-repeat,
    linear-gradient(0deg, #592b03 0%, #de6a05 100%);
    border-radius: 15px;
    box-sizing: content-box;
    
}
#pulsate-bubbles .pulsate-bubble .bubble-content.left {
	text-align: left;
    left: 75px;
    top: -50px;
}
#pulsate-bubbles .pulsate-bubble .bubble-content.center {
	text-align: center;
	left: -200px;
}



#pulsate-bubbles .pulsate-bubble .bubble-content.right {
	text-align: left;
	right: 40px;
    top: -50px;
}
#pulsate-bubbles .pulsate-bubble .bubble-content.center:after {
    position: absolute;
    display: block;
    content: "";
    top: -25px;
    left: calc(50% - 22px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17.5px 25px 17.5px;
    border-color: transparent transparent #a04c04 transparent;
    
}
#pulsate-bubbles .pulsate-bubble .bubble-content.left:after {
    position: absolute;
    display: block;
    content: "";
    left: -25px;
    top: 53px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 25px 17.5px 0;
    border-color: transparent #a04c04 transparent transparent;
}
#pulsate-bubbles .pulsate-bubble .bubble-content.right:after {
    position: absolute;
    display: block;
    content: "";
    right: -25px;
    top: 53px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 0 17.5px 25px;
    border-color: transparent transparent transparent #a04c04;
}


#pulsate-bubbles .pulsate-bubble .bubble-content h6 {
	text-transform: uppercase;
	font-size: 18px;
}
#pulsate-bubbles .pulsate-bubble .bubble-content p, #pulsate-bubbles .pulsate-bubble .bubble-content li {
	font-size: 14px;
}
#pulsate-bubbles .pulsate-bubble .bubble-content p:last-child, #pulsate-bubbles .pulsate-bubble .bubble-content li:last-child { margin-bottom: 0px; }


#pulsate-bubbles .pulsate-bubble:nth-child(1) {
    top: 22%;
    left: 15%;
}
#pulsate-bubbles .pulsate-bubble:nth-child(2) {
    top: 34.5%;
    left: 7.7%;
}
#pulsate-bubbles .pulsate-bubble:nth-child(3) {
    top: 40%;
    left: 48%;
}
#pulsate-bubbles .pulsate-bubble:nth-child(4) {
    top: 38.5%;
    left: 69%;
}
#pulsate-bubbles .pulsate-bubble:nth-child(5) {
    top: 50.75%;
    left: 13.5%;
}
#pulsate-bubbles .pulsate-bubble:nth-child(6) {
    top: 50.75%;
    left: 31.4%;
}
#pulsate-bubbles .pulsate-bubble:nth-child(7) {
    top: 52.5%;
    left: 72.45%;
}
#pulsate-bubbles .pulsate-bubble:nth-child(8) {
    top: 60%;
    left: 19%;
}
#pulsate-bubbles .pulsate-bubble:nth-child(9) {
    top: 70%;
    left: 48.1%;
}
#pulsate-bubbles .pulsate-bubble:nth-child(10) {
    top: 66.5%;
    left: 72.45%;
}
#pulsate-bubbles .pulsate-bubble:nth-child(11) {
    top: 75.5%;
    left: 5.5%;
}





#lofi-section {
    padding-top: 9.5%;
    padding-bottom: 45px;
    background: url('/images/lofi_section-background_grainy-red_2@2x.jpg') no-repeat;
    background-size: cover;
    border-bottom: 12px solid #FFFFFF;
}
#lofi-heading, #lofi-content {
    position: relative;
}
#lofi-heading:after {
    display: block;
    content: "";
    width: 88.5%;
    height: 25px;
    background-color: #FFFFFF;
    position: absolute;
    top: -30px;
    left: 0%;
    rotate: 0.25deg;
}
#lofi-heading .white-box {
    width: 88%;
}
#lofi-heading .white-box h3 {
    padding-left: 12%;
    letter-spacing: 2px;
}
#lofi-content {
    padding-bottom: 25px;
}
#lofi-content:after {
    display: block;
    content: "";
    width: 92.5%;
    height: 15px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 28px;
    left: 7%;
    rotate: 1deg;
}
#lofi-content .white-box {
    width: 78%;
    padding-left: 5%;
    padding-right: 10%;
    margin-left: 6%;
    margin-bottom: 15px;
}


#team-section {
    padding-top: 3.75%;
    padding-bottom: 45px;
    background: url('/images/lofi_section-background_grainy-red_3@2x.jpg') no-repeat;
    background-size: cover;
}
#team-section #team-heading {
    background: url('/images/lofi_title_about-the-team_1@2x.jpg') center no-repeat;
    background-size: 100% auto;
    padding: 25px 0px;
    margin-bottom: 35px;
}
#team-section #team-heading h3 { margin: 0px; }
#team-section ul#team-images {
    margin-bottom: 35px;
}
#team-section ul#team-images li { opacity: 1; }
#team-section ul#team-images li img {
    display: block;
    width: 75%;
    margin: 0 auto;
}
#team-section .team-bio {
    padding: 15px 25px;
    background-color: #000000;
    color: #FFFFFF;
    margin-bottom: 25px;
}
#team-section .team-bio p { margin-bottom: 3px; }
#team-section .team-bio p:last-child { margin-bottom: 0px; }


#tiles-section { background-color: #FFFFFF; }
#tiles-section .tile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;  
    height: 100vh;
    min-height: 300px;
}
#tiles-section #bass-tile {
    background: url('/images/lofi_section-tile_red-speaker_1@2x.jpg') center no-repeat;
    background-size: cover;
}
#tiles-section #bassguitar-tile {
    background: url('/images/lofi_section-tile_red-guitar_1@2x.jpg') center no-repeat;
    background-size: cover;
	height: 60vh;
}
#tiles-section #bass-tile #tiles-bass-title {
    width: 250px;
    margin: 0px auto;
}

#tiles-section .white-box {
    padding: 15px 25px;
}
#tiles-section .white-box:last-child { margin-bottom: 0px; }


#drums-section {
    padding-top: 3.5%;
    background: url('/images/lofi_section-background_lofi-mixer_1@2x.jpg') no-repeat;
    background-size: cover;
    border-bottom: 12px solid #FFFFFF;
}
#drums-section #drums-title {
    width: 375px;
    margin: 0 auto;
}


#tiles-section #guitar-tile {
    background: url('/images/lofi_section-tile_red-guitar_2@2x.jpg') center no-repeat;
    background-size: cover;
	height: 60vh;
}
#tiles-section #guitar-tile2 {
    background: url('/images/lofi_section-tile_red-guitar_3@2x.jpg') center no-repeat;
    background-size: cover;
}
#tiles-section #tiles-guitar-title {
    width: 340px;
    margin: 0px;
    margin-left: 53px;
}


#keys-section {
    padding-top: 3.5%;
    background: url('/images/lofi_section-background_yellow-mixer_1@2x.jpg') no-repeat;
    background-size: cover;
    border-bottom: 12px solid #FFFFFF;
}
#keys-section #keys-title {
    width: 340px;
    margin: 0 auto;
}


#tiles-section #leads-tile {
    background: url('/images/lofi_section-tile_red-tape_1@2x.jpg') center no-repeat;
    background-size: cover;
}
#tiles-section #leads-tile2 {
    background: url('/images/lofi_section-tile_mixer_1@2x.jpg') bottom no-repeat;
    background-size: cover;
	height: 70vh;
}
#tiles-section #tiles-leads-title {
    width: 275px;
    margin: 0px;
    margin-left: 53px;
}


#orchestra-section {
    padding-top: 17%;
    background: url('/images/lofi_section-background_violin_1@2x.jpg') no-repeat;
    background-size: cover;
    border-bottom: 12px solid #FFFFFF;
}
#orchestra-section #orchestra-title {
    width: 535px;
	max-width: 100%;
    margin: 0 auto;
}
#orchestra-copy {
    background: url('/images/lofi_section-background_grainy-yellow_1@2x.jpg') no-repeat;
    background-size: cover;
    background-position: right;
    padding-bottom: 10px;
}


#tiles-section #texture-tile {
    background: url('/images/lofi_section-tile_mixer_2@2x.jpg') center no-repeat;
    background-size: cover;
    height: 60vh;
}
#tiles-section #texture-tile2 {
    background: url('/images/lofi_section-tile_grainy-red_1@2x.jpg') center no-repeat;
    background-size: cover;
}
#tiles-section #tiles-texture-title {
    width: 365px;
    margin: 0px auto;
    max-width: 100%;
}


#vocals-section {
    padding-top: 17%;
    background: url('/images/lofi_section-background_microphone_1@2x.jpg') no-repeat;
    background-size: cover;
    border-bottom: 12px solid #FFFFFF;
}
#vocals-section #vocals-title {
    width: 355px;
    margin: 0 auto;
}
#vocals-copy {
    background: #1a1200 url('/images/lofi_section-background_microphone_3@2x.jpg') center no-repeat;
    background-size: contain;
    background-position: bottom;
    padding-bottom: 45%;
    padding-top: 30px;
}

#create-section {
    padding: 55px 0px;
    background: url('/images/lofi_section-background_grainy-red_4@2x.jpg') no-repeat;
    background-size: cover;
}
#create-section h3 {
    text-align: left;
    line-height: 43px;
	transition: none;
}
#create-section h3 span {
    font-weight: normal;
    display: block;
    font-size: 24px;
}
#create-section .white-box {
    padding: 20px;
    padding-bottom: 75px;
    margin-bottom: 5px;
}
#create-section p.button-rounded {
    float: right;
    padding: 15px;
    margin-right: 40px;
}
#create-section p.button-rounded a {
    padding: 12px 70px;
    font-size: 20px;
    background-color: #000000;
}
#create-section p.button-rounded a:hover {
	background-color: #202020;
}


@media only screen and (min-width: 480px) {
	#demos-section #demos-header {
		background-size: 300px auto;
		height: 90px;
		padding-top: 9%;
    }
	
}

@media only screen and (min-width: 768px) {
    h3.heading {
        font-size: 35px;
    }
    #intro-heading .white-box h3 span.custom-break {
        display: block;
    }
    
    #walkthrough-section {
        padding: 35px 0px;
        padding-bottom: 135px;
    }
    #walkthrough-section h3 {
        margin: 10% 0px;
    }
	#interface-section {
    	background-size: cover;
	}
    #interface-section h3 span.custom-break {
        display: block;
    }
    #demos-section #demos-header {
		height: 113px;
		padding-top: 3.5%;
    }
    #demos-section h3 span.custom-break {
        display: block;
    }
    #pulsate-bubbles {
		display: block;
	}
    
    #team-section h3.heading {
        padding: 52px 0px;
    }
    #team-section ul#team-images {
        margin-bottom: 35px;
        text-align: center;
        padding: 40px 0px;
        box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.7);
    }
    
    #team-section ul#team-images li {
        display: inline-block;
        width: 25%;
        margin: 0px 2.5%;
    }
    #team-section ul#team-images li img {
        width: 100%;
    }
    #team-section .team-bio {
        padding: 35px 45px;
    }
    
    #tiles-section .tile {
        width: 49.5%;
        float: left;
        min-height: 800px;
    }
    #tiles-section .tile:nth-child(even) {
        float: right;
    }
    #tiles-section .white-box {
        padding: 35px 55px;
    }
    #tiles-section #bassguitar-tile {
		height: 100vh;
	}
    #tiles-section #bass-tile #tiles-bass-title {
    	margin-left: 53px;
	}
    #drums-section #drums-title {
        width: 565px;
    }
	#tiles-section #guitar-tile {
		float: left;
		height: 100vh;
	}
    #tiles-section #guitar-tile2 {
		float: right;
	}
	#tiles-section #leads-tile2 {
		height: 100vh;
		background-position: bottom;
	}
	
    #keys-section #keys-title {
        width: 425px;
    }
    #leads-section #leads-title {
        width: 280px;
    }
    #orchestra-section #orchestra-title {
        width: 585px;
    }
    #tiles-section #tiles-texture-title {
        width: 435px;
    }
    #tiles-section #texture-tile {
        height: 100vh;
        float: left;
    }
    #tiles-section #texture-tile2 {
        float: right;
    }
	#vocals-copy {
		background-size: cover;
    	background-position: right;
	}
    #create-section {
        padding: 75px 0px;
        padding-top: 125px;
    }
    #create-section .white-box {
        padding: 15px 40px;
    }
    
    p.button.cc-button a {
        padding: 12px 45px;
    }
}

@media only screen and (min-width: 1140px) {
    h3.heading {
        font-size: 38px;
    }
    #demos-section #demos-header {
		background-size: 41% auto;
		height: 144px;
		padding-top: 6%;
    }
	#pulsate-bubbles .pulsate-bubble .bubble-content { width: 500px; }
    #pulsate-bubbles .pulsate-bubble .bubble-content.center {
        left: -249px;
    }
	#tiles-section #tiles-guitar-title {
        width: 395px;
    }
}