*{
	box-sizing: border-box;
	margin: 0px;
}html{
	padding: none;
	margin: none;
}body{ /*(row)*/
	padding: none;
	margin: none;
	background-color: #f2eae1;
}body:after{ /*(row)*/
	content: "";
    display: table;
    clear: both;
}main{
	float:left;
	width: calc(100VW - 125px); /* - width of nav*/
	margin-top: 80px;
	margin-bottom: 100px;
}



a{
	color: black;
}



h1{
	font-weight: 100;
}h2{
	font-weight: normal;
	font-size: 18pt;
}h3{
	font-weight: normal;
	font-style: italic;
	font-size: 12pt;
}h4{
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	padding-top: 15px;
}header{
	float: left;
	font-size: 10.5VW;
	filter: blur(2px);
	width:calc(100% - 125px);
	text-align: center;
}


/*-----N A V I G A T I O N-----*/
nav{
	float:left;
	width: 125px;
}

ul{
	font-style: italic;
	padding: none;
	margin: none;
	list-style: none;
	display: block;
	margin-top: 0px;
	padding: 0px;
	
}li{
	font-size: 12pt;
	padding: 10px;
}

li a:hover{
	padding-left: 10px;
}

#email-btn{
	display: block;
	position: fixed;
	right:15px;
	bottom:10px;
	width: 30px;
}#email-btn img{
	width: 100%;
}

@media only screen and (max-width: 700px){
	nav{
	  float:none;
	  width:100%;
	  text-align: center;
	}li{
	  display: inline-block;
	  padding:5px;
	  text-align: center;
    }li a:hover{
	  padding-left: 0px;
	}main{
		width:100%;
	}header{
		font-size: 12.5VW;
		width:100%;
	}
}

/*----- Footer -----*/

#scroll-text{
	position: fixed;
    bottom: 0px;
    /*width: 100%;*/
    width: calc(100% - 60px);
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
	padding: 7px;
	padding-bottom: 12px;
}#scroll-text p{
	font-size: 12pt;
    display: inline-block;
    padding-left: 100%;
    animation: move 25s linear infinite;
}@keyframes move {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

/*-----------------------------*/
/*----------M U S I C----------*/
#music-content>div{
	width: 500px;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
}#music-content>div>iframe{
	width:100%;
}@media only screen and (max-width: 450px){
	#music-content>div{
	  width: 95%;
	}
}

/*-----------------------------*/
/*---------S C O R E S---------*/
#scores-page>a{
	margin-bottom: 30px;
	font-style:italic;
}#scores-page>a:hover{
	color: blue;
}#scores-page>h1{
	margin-top: 20px;
}#scores-page{
	text-align: center;
	margin-bottom: 100px;
}

/*-----------------------------*/
/*---------L Y R I C S---------*/

#load-lyrics h2{
	font-family: fantasy;
	margin-top: 70px;
}

/*-----------------------------*/
/*-------S A M P L E S---------*/

#samples-wrapper{
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.folder, .subfolder{
	margin-bottom: 20px;
}.subfolder{
	margin-left:60px;
}.subfolder>a>img, .folder>a>img{
	height:33px;
	width:40px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: -8px;
}


/*-----------------------------*/
/*----- R I N G T O N E S -----*/

.tone-wrapper{
	display: flex; 
	border-bottom: solid 1px black;
}.play-btn{
	cursor: pointer;
	font-size: 30pt;
	align-self: center;
	color: red;
}.tone-wrapper img{
	height:30px;
	margin-bottom: -5px;
}.tone-wrapper a{
	padding-right: 20px;
	align-self: center;
}.tone-wrapper h3{
	padding-right: 30px;
	align-self: center;
	width:160px;
}

/*-----------------------------*/
/*--------- V I D E O ---------*/

.XscrollBox{
   overflow-x: scroll;
   overflow-y: hidden;
   white-space: nowrap;
   margin-top:20px;
}.XscrollBox video{
   display: inline-block;
}.video-container{
   display: inline-block;
   width:fit-content;
   position:relative;
   margin-right: 50px;
   margin-bottom:25px;
}.play-video{
   color: white;
   text-shadow: 2px 5px 30px black;
   width:fit-content;
   font-size: 50pt;
   position: absolute;
   transform: translate(-50%, -50%);
   top:50%;
   left:50%;
}

video{
	background-color: blue;
}

embed{
	background-color: aliceblue;
	width:400px;
	height:fit-content;
}

/*-----------------------------*/
/*---------  H O M E  ---------*/

#home-img{
	filter: blur(1px);
	position: absolute;
	z-index: -1;
	right:0px;
	bottom:50px;
	overflow: hidden;
}

#containment-wrapper {
	position: absolute;
	pointer-events: none; /*interact with underlaying elements*/
	top:0;
	width:100%;
	height:100%;
	padding: 16px;
	box-sizing: border-box;
}

.ui-widget-content{
	background-color: rgba(255, 255, 255, 0) !important;
	border:none !important;
}

.draggable{
	position: absolute;
	pointer-events: auto; /*regain pointer activity*/
	cursor:move;
}

.sticker1{
	width: 200px;
	left: 30%;
	bottom:20%;
}.sticker2{
	width: 110px;
	right:20%;
	top:10%;
}
