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

html{
	height: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

:focus{
	outline:none;
}
/*  Really don't know what this accomplishes*/
.clearfix::after,
.container::after,
.footer::after{
	content: "";
	display: block;
	clear: both;
}
/*Typography
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_423">Text with this font applied</p> */
.fontsforweb_fontid_423 {
	font-family: 'SansationLight' !important;
}

/* Font downloaded from FontsForWeb.com */
h1 {
	font-family: 'SansationLight';
	font-size: 3em;
	color: #666666;
	font-style: normal;
	font-weight: 400;
	font-weight: bolder;
	text-align: center;
	line-height: 1em;
	text-decoration: none;
    margin-bottom: 0;
}
.h1-titles_orange {
	font-weight: 600;
	font-size: 2.5em;
	color: #FF3403;
}
.h1-titles_grey {
	font-weight: 600;
	font-size: 2.2em;
	color: #666666;
}
h2 {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1.5em;
	color: #FF3403;
	font-style: normal;
	font-weight: 200;
	font-weight: normal;
	text-align:inherit;
	line-height: 1em;
	text-decoration: none;
	margin-top: .2em;
    margin-bottom: .4em;
}
.h2-titles {
	font-weight: 400;
	font-size: 1.6em;
	color: #FF3403;
}

.h3-comingSoon {
	font-family: 'SansationLight';
	font-weight: 600;
	font-size: 1.8em;
	text-align: center;
	color: black;
	text-shadow: 2px 2px 5px #FF3403;
	padding-top: 1em;
	padding-bottom: 2.5em;
}

h3 {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1.5em;
	color: #FF3403;
	font-style: normal;
	font-weight: 200;
	font-weight: normal;
	text-align:center;
	text-decoration: none;
	margin-top: .2em;
    margin-bottom: .4em;
}

body {
	margin: 0;
	background: #FFFFFF;
  	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #000;
    font-size: 1em;
	font-weight: 300;
	line-height: 1.3;
	text-align: left;
	/*this is needed for sticky footer*/
	display: flex;
	flex-direction: column;
	min-height: 100vh;
    /* END this is needed for sticky footer*/
}

p{
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #000000;
}
.p-footer{
	 color: #FFFFFF;
}

.footer{
  margin-top: auto;
  background-color: #666666;
  color: #ffffff;
  font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: .90em;
  text-align: center;
  padding-top: .30em;
  padding-bottom: .30em;
		
}
/* HEADER
====================*/
header {
  background: #FFFFFF;
  text-align: center;
  position: relative;/*fixed per video*/
  z-index: 999;
  width: 100%;
}

header::after {
  content: '';
  clear: both;
  display: block;
}

.nav-toggle {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.nav-toggle:focus ~ .nav-toggle-label {
  outline: 3px solid rgba(lightblue, .75);
}

.nav-toggle-label {
  position: center;
  top: 0;
  left: 0;
  margin-left: 45%;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  display: block;
  background: #FF3403;
  height: 2px;
  width: 2em;
  border-radius: 2px;
  position: relative;
}

.nav-toggle-label span::before,
.nav-toggle-label span::after {
  content: '';
  position: absolute;
}

.nav-toggle-label span::before {
  bottom: 7px;
}

.nav-toggle-label span::after {
  top: 7px;
}

nav {
  position: relative;
  text-align: left;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  width: 100%;
  transform: scale(1, 0);
  transform-origin: top;
  transition: transform 400ms ease-in-out;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
	  position: right;
}

nav li {
  margin-bottom: 1em;
  margin-left: 1em;
  border-bottom: none;
}

nav a {
  font-family: 'SansationLight';
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-weight: bolder;
  text-decoration: none;
  font-size: 1.2rem;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}

nav a:hover {
  color: #000;
}

.nav-toggle:checked ~ nav {
  transform: scale(1,1);
}

.nav-toggle:checked ~ nav a {
  opacity: 1;
  transition: opacity 250ms ease-in-out 250ms;
}
/*****END HEADER *****/
/*********************/
.hero-image {
  position: relative;
  background: url(images/audio-waves.png);
  background-position: center;
  backgound-repeat: no-repeat;
  background-size: cover;
  padding: 5em 2em;
	padding-bottom: 0;
  margins: 5em;
  align-items: center;
}


/***** HOME/INDEX PAGE *****/

.home-container{
    width: 100%;
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
    background-color: #ffffff;
    padding: 1.5em;
    margin-bottom: 5em;
}
.compositions-textbox{
	background-color: #EFEFEF;
	text-align: left;
	height: inherit;
  	margin: auto;
  	width: 75%;
	margin-bottom: 2em;
	padding: 4.2em; 
	padding-top: 4em;
	padding-left: 4.4em;
	outline: 3px solid #FF3403;
	outline-offset: -2.5em;
	position: relative;	
}
.project-box{
	height: 24em;
	width: 19em;
	max-width: 100%;
    margin-top: 1em;
    margin-right: 1em;
	padding-bottom: 1.3em;
	text-align: center;
	background-color: #FFFFFF;
    position:relative;
}
.project-box:before {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;left:0;right:0;
  background-color:rgba(255,255,255,0);
}
.project-box:hover::before {
  background-color:rgba(255,255,255,0.3);
}

.project-box img {
	display: block; 
	height: 24em;
	width: 19em;
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
	}
.project-box button{
  position: absolute;
 top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity:0;
  display: inline-block;
  font-family: 'SansationLight';
  	font-size: 1.1em;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;	
	border-style: solid;
  padding: .5em 1.1em;
  border: none;
  cursor: pointer;
}
.project-box:hover button, 
.project-box:focus button{   
  opacity: 1;
}

.project-box  span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.project-box  span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.project-box :link{
	color: black;
	border: none;
}

.project-box :hover span,
.project-box :focus span{
  padding-right: 3em;
}

.project-box :hover span:after,
.project-box :focus span:after {
  opacity: 1;
  right: 0;
}
.project-box :hover,
.project-box :focus{
  background: #efefef;
  cursor: pointer;
}

.project-box :visited{
  color: black;
}

.sound_design-box{
	height: 19em;
	width: 24em;
	max-width: 100%;
    margin-top: 1em;
    margin-right: 1em;
	padding-bottom: 1.3em;
	text-align: center;
	background-color: #FFFFFF;
    position:relative;
}
.sound_design-box:before {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;left:0;right:0;
  background-color:rgba(255,255,255,0);
}
.sound_design-box:hover::before {
  background-color:rgba(255,255,255,0.3);
}

.sound_design-box img {
	display: block; 
	height: 19em;
	width: 24em;
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
	}
.sound_design-box button{
  position: absolute;
 top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity:0;
  display: inline-block;
  font-family: 'SansationLight';
  	font-size: 1.1em;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;	
	border-style: solid;
  padding: .5em 1.1em;
  border: none;
  cursor: pointer;
}
.sound_design-box:hover button, 
.sound_design-box:focus button{   
  opacity: 1;
}

.sound_design-box  span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.sound_design-box  span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.sound_design-box :link{
	color: black;
	border: none;
}

.sound_design-box :hover span,
.sound_design-box :focus span{
  padding-right: 3em;
}

.sound_design-box :hover span:after,
.sound_design-box :focus span:after {
  opacity: 1;
  right: 0;
}
.sound_design-box :hover,
.sound_design-box :focus{
  background: #efefef;
  cursor: pointer;
}

.sound_design-box :visited{
  color: black;
}


/***** END HOME/INDEX PAGE *****/


/***** PROJECTS PAGE *****/

.project-container{
    width: 100%;
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
    background-color: #ffffff;
    padding: 1.5em;
}
.project-box-no-effects{
	max-width: 19em;
    margin-top: 1em;
	margin-bottom: .5em;
	padding-bottom: 1.3em;
	background-color: #FFFFFF;
    position:relative;
}
.project-box-no-effects:before {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
}

.project-box-no-effects img {
	display: block; 
	width: 19em;
	}


/***** SOUND DESIGN PAGE *****/

.sound_design-container{
    width: 100%;
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
    background-color: #ffffff;
    padding: 1.5em;
}
.sound_design-box-no-effects{
	max-width: 28em;
    margin-top: 1em;
	margin-bottom: .5em;
	padding-bottom: 1.3em;
	background-color: #FFFFFF;
    position:relative;
}
.sound_design-box-no-effects:before {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
}

.sound_design-box-no-effects img {
	display: block; 
	width: 28em;
	}

.sound_design-textbox{
	background-color: #EFEFEF;
	text-align: left;
	height: inherit;
	width: 28em;
	max-width: 30%vw;
	margin-left: 2em;
	margin-bottom: 2em;
	padding: 4.2em; 
	padding-top: 4em;
	padding-left: 4.4em;
	outline: 3px solid #FF3403;
	outline-offset: -2.5em;
	position: relative;	
}
.sound_design-textbox h2 {
	color: #FF3403;
	position: absolute;
	top: .80em;
	background: #efefef;
	padding: 0 .25em;
}


/***** PLAYLIST FOR PROJECTS AND SOUND DESIGN PAGES *****/

.playlist-textbox{
	background-color: #efefef;
	text-align: left;
	height: inherit;
	width: 28em;
	max-width: 30%vw;
	margin-left: 2em;
	margin-bottom: 2em;
	padding: 4.2em; 
	padding-top: 4em;
	padding-left: 4.4em;
	outline: 3px solid #FF3403;
	outline-offset: -2.5em;
	position: relative;	
}
.playlist-textbox h2 {
	color: #FF3403;
	position: absolute;
	top: .80em;
	background: #efefef;
	padding: 0 .25em;
}

.playlist_sound_design-textbox{
	background-color: #efefef;
	text-align: left;
	height: inherit;
	width: 28em;
	max-width: 30%vw;
	margin-bottom: 2em;
	padding: 4.2em; 
	padding-top: 4em;
	padding-left: 4.4em;
	outline: 3px solid #FF3403;
	outline-offset: -2.5em;
	position: relative;	
}
.playlist_sound_design-textbox h2 {
	color: #FF3403;
	position: absolute;
	top: .80em;
	background: #efefef;
	padding: 0 .25em;
}

ul.playlist {
	padding: 0;
}

li {
	border-bottom: 1px solid black;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	padding: .25em 0;
	margin: 0 -.25em;
	text-decoration: none;
}

        #playlist{
            list-style: none;
        }
        #playlist li a{
            color:black;
            text-decoration: none;
        }
        #playlist li:last-child {
border-bottom: none;
}
		#playlist li a:hover,
		#playlist li a:focus{
          color:#4405ff;
        }
        #playlist .current-song a{
            color: #FF3403;
        }
ul.playlist_number_two {
	padding: 0;
}

li {
	border-bottom: 1px solid black;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	padding: .25em 0;
	margin: 0 -.25em;
	text-decoration: none;
}

        #playlist_number_two{
            list-style: none;
        }
        #playlist_number_two li a{
            color:black;
            text-decoration: none;
        }
        #playlist_number_two li:last-child {
border-bottom: none;
}
		#playlist_number_two li a:hover,
		#playlist_number_two li a:focus{
          color:#4405ff;
        }
        #playlist_number_two .current-song a{
            color: #FF3403;
        }

.button{
	background-color: #c9c9c9;
	display: inline-block;
	font-size: 1.1em;
	font-weight: 700;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	border-style: solid;
	padding: .2em 1.5em;
	border-radius: .75em;
    position:relative;
	  left: 8em;
	cursor: pointer;
	transition: all 0.5s;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:link{
	color: black;
	border: none;
}

.button:hover span,
.button:focus span {
  padding-right: 25px;
}

.button:hover span:after,
.button:focus span:after {
  opacity: 1;
  right: 0;
}
.button:hover,
.button:focus{
  background: #ff491d;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  cursor: pointer;
}
hr {
    border: 0;
    height: 1.5px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/***** END PROJECTS PAGE *****/

/***** ABOUT *****/

.about-textbox{
	background-color: #efefef;
	text-align: left;
	padding: 4.2em; 
	padding-top: 4em;
	padding-left: 4.4em;
	width: 100vw;
	outline: 3.25px solid #FF3403;
	outline-offset: -2.5em;
	position: relative;
	
}
.about-textbox h1 {
	color: #FF3403;
	position: absolute;
	top: -.09em;
	background: #efefef;
	padding: 0 .25em;
}


/***** CONTACT *****/
.contact-container{
	display: flex;
	    flex-direction: row;
	justify-content: center;
}
.contact-textbox{
	background-color: #efefef;
	text-align: left;
	padding: 4.2em; 
	padding-top: 4em;
	padding-left: 4.4em;
	width: 80vw;
	outline: 3.25px solid #FF3403;
	outline-offset: -2.5em;
	position: relative;
	
}
.contact-textbox h1 {
	color: #FF3403;
	position: absolute;
	top: -.09em;
	background: #efefef;
	padding: 0 .25em;
}

/*Call to Action Box */

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #494949;
  border-radius: 4px;
  resize: vertical;
}

label {
  font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-weight: normal;
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
	background-color: #FF3403;
	display: inline-block;
	font-size: .7em;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border-style: solid;
	padding: .5em 1.1em;
    position: inherit;
}

input[type=submit]:hover,
input[type=submit]:focus{
  background: #94756e;
  cursor: pointer;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/*END Call to Action Box*/



/***************************/	
/***************************/
/***** MEDIA QUERIES ******/

/* Large devices (laptops/desktops, 800px and up) */

@media screen and (min-width: 800px) {
  .nav-toggle-label {
    display: none;
  }
body {
	margin: 0;
	font-weight: 500;
	font-size: 1.7vw;
	line-height: 1.5;
}

header {
    display: grid;
    grid-template-columns: 1fr auto minmax(600px, 3fr) 1fr;
  }
.logo{
	padding-left: 1em;
	padding-right: 5em;	
	}
  nav {
    position: relative;
    text-align: left;
    transition: none;
    transform: scale(1,1);
    background: none;
    top: initial;
    left: initial;
    grid-column: 3 / 4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  nav ul {
    display: flex;
  }
  
  nav li {
    margin-left: 3em;
    margin-bottom: 0;
  }
nav a {
  font-weight: 450;
  font-weight: bolder;
  text-decoration: none;
  font-size: 1.5rem;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
  opacity: 1;
    position: relative;
  }
  
  nav a::before {
    content: '';
    display: block;
    height: 5px;
    background: black;
    position: absolute;
    top: -.75em;
    left: 0;
    right: 0;
    transform: scale(0, 1);
    transition: transform ease-in-out 250ms;
  }
  
  nav a:hover::before {
    transform: scale(1,1);
  }
	
/***** HOME/INDEX *****/
.home-container{
	flex-direction: row;
	flex-wrap: wrap;
	}
.project-box{
	flex: 1 1 40%;
	align-self: center;
	height: 25em;
	width: 20em;
	max-width: 100%;
    margin-top: 1em;
    margin-right: 1em;
	padding-bottom: 1.3em;
	text-align: center;
	background-color: #FFFFFF;
    position:relative;
}
	

	
/***** PROJECTS *****/
.project-container{
	flex-direction: row;
	flex-wrap: wrap;
	}	

.project-box-no-effects{
	background-color: #FFFFFF;
	flex: 1 1 40%;
	align-self: center;
	width: 100px;
   	margin-top: 1em;
	margin-bottom: .5em;
	padding-bottom: 1.3em;
}

.project-textbox{
	background-color: #EFEFEF;
	flex: 1 1 40%;
	align-self: center;
	text-align: left;
	margin-left: 2em;
	margin-bottom: 2em;
	padding: 4.2em; 
	padding-top: 4em;
	padding-left: 4.4em;
	outline: 3px solid #FF3403;
	outline-offset: -2.5em;
	position: relative;	
}

.project-textbox h2 {
	color: #FF3403;
	position: absolute;
	top: .80em;
	background: #efefef;
	padding: 0 .25em;
}
	
.playlist_sound_design-textbox{
	background-color: #efefef;
	flex: 1 1 40%;
	text-align: left;
	height: inherit;
	width: 28em;
	max-width: 30%vw;
	margin-bottom: 2em;
	padding: 4.2em; 
	padding-top: 4em;
	padding-left: 4.4em;
	outline: 3px solid #FF3403;
	outline-offset: -2.5em;
	position: relative;	
}
.playlist_sound_design-textbox h2 {
	color: #FF3403;
	position: absolute;
	top: .80em;
	background: #efefef;
	padding: 0 .25em;
}	

.project-box-no-effects{
	flex: 1 1 100%;
	width: 20em;
    margin-top: 1em;
	margin-bottom: .5em;
	padding-bottom: 1.3em;
	background-color: #FFFFFF;
    position:relative;
}
.project-box-no-effects:before {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
}

.project-box-no-effects img {
	display: block; 
	width: 20em;
	flex-basis: 100%;
	}

	
/**** ABOUT ****/	

.about-container{
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 3em;
	}
.about{
	background-image: url("temp-about-photo.b.jpeg");
	width: 95%;
	max-width: 60em;
	align: center;
	background-repeat: no-repeat;
	padding-top: 4em;
	padding-left: 3em;
	margin-top: 10em;
	margin-left: 10em;
	}

.about-textbox{
	text-align: left;
	width: 70%;
    position: relative;
    margin-left: -10em;
	margin-top: -15em;
	
}
.about-textbox h1-titles {
	color: #FF3403;
	font-weight: 600;
	font-size: 3.2em;
	font-style: bold;
	position: absolute;
	top: -.25em;
	background: #efefef;
	padding: 0 1em;
 } 
/**** CONTACT ****/	

.contact-container{

	max-width: 38em;
	align: center;
	background-repeat: no-repeat;
	padding-top: 4em;
	padding-left: 3em;
	margin-top: 10em;
	margin-left: 10em;
	}
.contact-textbox{
	text-align: left;
	width: 70%;
    position: relative;
    margin-left: 2em;
	margin-top: -15em;
	
}
.contact-textbox h1-titles {
	color: #FF3403;
	font-weight: 600;
	font-size: 3.2em;
	font-style: bold;
	position: absolute;
	top: -.25em;
	background: #efefef;
	padding: 0 1em;
 } 
}
	/*******END LARGER MEDIA******/	

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.logo{
	padding-left: 2em;
	padding-right: 15em;	
	}

nav a {
  font-weight: 500;
  font-weight: bolder;
  text-decoration: none;
  font-size: 1.8rem;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
  opacity: 1;
    position: relative;
  }	
	
}
