
body{
    margin: 0px;
    padding: 0px;
    /** background: linear-gradient(to right, #cacaca,#000000,#cacaca); **/
    background-color: #ffffff;
    color: #000000;
}
nav{
    width: 100%;
    height: 52px;
    /** background: linear-gradient(to right, #e9e9e9,#000000,#e9e9e9); **/
    color: #000000;
    padding: 0px;
    border: 0px;
    border-bottom: 3px dashed #000000;
    padding: 5px 0px;
    padding-top: 7px;
}
.nav-link a:visited{
    color: #000000
}
.nav a{
    color:#ff9600;
	text-decoration: none;
    
}
.logo{
    width: 100px;
    height: 27px;
    position: relative;
    top: 4px;
}
.nav-cart{
    display: inline;
    color: #000000;
    background-color: #e7e7e7;
    padding: 4px 10px;
    border-radius: 7px;
    position: relative;
    top: -5px;
    left: -20px;
    text-decoration: none;
}
@keyframes navCartAni {
    from {
        background-color: #e7e7e7;
    }
  
    to {
        background-color: #ffc107;
    }
  }
.nav-cart:hover{

    cursor: pointer;
    text-decoration: none;
    animation: navCartAni;
    animation-timing-function: ease-in; 
    animation-duration: 200ms;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
}

.nav-half{
    box-sizing: border-box;
    display: block;
    padding: 0px 5px;
    float: left;
    width: 50%; 
}
.align-content-right{
    text-align: right;
}
.logo-icon{
    width: 40px;
    height: 40px;   
    margin-top: -2px;
}
.menu-icon{
    margin-left: 5px;
}
.menu-icon:hover{
    cursor: pointer;
}
.container.fourzerofour{
    margin: 50px auto;
    color: #000000;
}
.social-media{
	width: 600px;
	text-align: center;
	margin-bottom: 50px;
	background-color: #ffffff;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
 
	border-radius: 5px;
}
.smi{
    margin: 5px;
}
/** border: 1px solid #000000; **/
/** ############# MENU ############# **/
.menu{
    display: none;
    background-color: #ffffff;
    padding: 15px 20px;
    float: right;
    border-left: 3px dashed #000000;
    border-bottom: 3px dashed #000000;
    position: fixed;
    top: 55px;
    right: 0px;
    z-index: 100
}
.menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.bta-cont a, .btn-cont a:visited{
	text-decoration: none;
}
.menu a{
    color: #000000;
    text-decoration: none;
    font-size: 21px;
}
.menu a:visited{
    color: #000000;
    text-decoration: none;
}
.menu a:hover{
    color: #6e50f6;
    text-decoration: none;
}

/** ############# END MENU ############# **/
/** border: 1px solid #000000; **/
main{
    width: 100%;
    padding: 0;
    margin: 0;
    color: #000000;
    text-align: center;
    overflow: hidden;
    /**border: 1px solid #000000;**/
    
}
.inline{
    display: inline;
}
.float{
	display: block;
    float: left;
    overflow: hidden;
}
.float.right{
    float: right;
}
.float.right.text{
    display: block;
    float: none;
    text-align: right;
}
.center.text{
    text-align: center;
}
/** ############# HOME/INDEX PAGE PAGE ############# **/
/** border: 1px solid #000000; **/
.content{
    display: block;
    margin: 115px auto;
    padding: 0px;
    color: #000000;
    box-sizing: border-box;
    width: 60%;
    max-width: 1024px;
    text-align: left;
    overflow: hidden;
}
.content.home{
    overflow: hidden;
    margin: 50px auto;
    margin-top: 0px;
    
}
/** border: 1px solid #000000; **/
.content.first{
    margin-top: 80px;
}
.btn-primary{
    /**background-color: #6e50f6 !important;*/
}
.content h1{
    font-size: 40px;
    margin: 50px 0px;
}
.content p{
    font-size: 21px;

}
#music{
    display: inline;
    margin: 25px 0;
}
#home-content-music{
    display: inline;
    float: right;

    margin-right: 10px;
}
#home-content-book{
    display: inline;
    float: right;
}
/** border: 1px solid #000000; **/
/** ############# END > HOME/INDEX PAGE PAGE ############# **/

hr {
    border: 0;
    height: 5px;
    background-image: linear-gradient(to right, rgba(71, 71, 71, 0), rgba(255, 255, 255, 0.75), rgba(71, 71, 71, 0));
}
.hr.style-eight {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #000000;
    color: rgb(0, 0, 0);
    text-align: center;
}
hr.style-eight:after {
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: #000000;
}
/** border: 1px solid #000000; **/
/** ############# FOOTER ############# **/
footer{
    width: 1024px;
    text-align: center;
    color: #000000;
    margin: 0px auto;
}
.footer-col{
    float: left;
    width: 33.3%;
    text-align: left;
    padding: 15px 0px;

}
.footer-col.center{
    text-align: center;
    font-size: 12px;
    padding-top: 45px;
}
.footer-col.left{
    text-align: right;
    text-decoration: none;
}
footer a{
    color: #000000;
    text-decoration: none !important;
}
footer a:visited{
    color: #000000;
    text-decoration: none;
}
footer a:active{
    color: #000000;
    text-decoration: none;
}
footer a:hover{
    color: #6e50f6;
    text-decoration: none;
}
footer ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/** border: 1px solid #000000; **/
/** ############# STUDIO PAGE ############# **/
#studio-desc{

    margin: 25px;
}
#studio-head{
    text-align: center;
    margin: 35px;
}

.studio-cont{
    display: block;
    box-sizing: border-box;
    background-color: #000000;
    border-radius: 3px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0px;
    color: #000000;
    overflow: hidden;
    border: 1px solid #000000;
}
.studio-text-cont{
    padding: 40px;
    padding-bottom: 0px;
}
.studio-cont p{
    border-left: 4px solid #000000;
    padding-left: 15px;
    margin: 40px 25px;
}
.studio-cont img{
    width: 20%;
    float: right;
    margin-left: 15px;
    border: 1px solid #8b8b8b;
    border-radius: 3px;
}
.studio-cont form{
    display: none;
    box-sizing: border-box;
    margin-bottom: 20px;
    width: 100%;
    background-color: #000000;
    border: 1px solid #e4e4e4;
    color: #000000;
    overflow: hidden;
    border-radius: 5px;
    padding-bottom: 15px;
}
/** STUDIO PAGE **/
.studio-cont form .container{
    padding: 15px;
}
.studio-cont form .form-group{
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 50%;
    padding: 5px 10px;
}

.studio-cont form .form-group.third{
    width: 33%;
}
.studio-cont form .form-group.full{
    width: 100%;
}
.studio-bigButton{
    display: inline;
    float: right;
    padding: 10px 15px; 
	font-size: 30px;
	letter-spacing: 3px;
	background-color: #6e50f6;
	color: #000000;
	border: 0px;
    border-top-left-radius: 20px;
}
.studio-bigButton:hover{
    background-color: #000000;
}
.studio-cont span{
    color: red;
    text-align: center;
}
.studio-cont table{
    float: right;
}
.studio-cont table td{
    padding: 5px;
}
.header{
    display: block;
    box-sizing: border-box;
    background-color: #6e50f6;
    color: #000000;
    padding: 15px 25px;
    font-size: 22px;
    border: 0;
    margin-bottom: 15px;
}
.container{
    display: block;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.half{
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 50%;
}
.halfAlways{
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 50%; 
}
.third{
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 33.33%;
    overflow: hidden;
    text-align: center; 
}
.fourth{
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 25%;
    overflow: hidden;
    text-align: center; 
}
/** border: 1px solid #000000; **/ 
/** FOR FLOAT PURPOSES **/
.inline{
    display: inline;
}
.left{
    display: block;
    float: left;
}
.right{
    display: block;
    float: right;
}
.center{
    display: block;
    margin-left: auto;
    margin-right: auto;

}
/** border: 1px solid #000000; **/ 
/** TEXT PURPOSES **/
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}

@keyframes fadein {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }

  /** border: 1px solid #000000; **/ 
/** CART PAGE **/

.cart-cont{
    display: block;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 3px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0px;
    color: #000000;
    overflow: hidden;
    border: 1px solid #000000;
}
.content.cart{
    display: block;
    margin: 115px auto;
    padding: 0px;
    color: #000000;
    width: 50%;
    max-width: 1024px;
    text-align: left;
}
.header.gray{
    background-color: #dddddd;
    color: #000000;
}
.cart.category{
    display: block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 30px 0;
    padding: 10px 25px;
}
.cart.head{
    font-size: 17px;
    display: block;
    text-align: center;
}
.cart-cont table{
    box-sizing: border-box;
    border-collapse: collapse;
    width: 100%;

}
.cart-cont td, th{
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
.cart-cont tr:nth-child(even) {
    background-color: #dddddd;
}
.card-title a, a:visited{
    color: #ffffff;
}
.cart-cont th:nth-child(n+2), td:nth-child(n+2) {
    font-size: 14px;
    width: 100%;
}
.cartBtn{
    margin: 30px;
}
.checkout-half{
    display: inline;
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding:  15px 50px;
}
.checkout-half input{
    margin: 0px 5px;
    margin-bottom: 10px;
}
.cart-sm{
    font-size: 15px !important;
}
/** border: 1px solid #000000; **/ 
/** Cart totals on cart page**/
.totals{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 25px;

}
.cart-cont .totals table {
    display: inline;
    width: auto;
    float: right;
}
.cart-cont .totals tr:nth-child(even) {
    background-color: #cacaca;
}
.cart-cont .totals td {
    font-size: 14px;
    border: 0;
}
.cart-cont .third-container{
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    margin: 15px;
    margin-bottom: 25px;
}

.wide {
    width: 250px;
}
/** SHOP PAGE **/
/** border: 1px solid #000000; **/
.shop{
    width: 80%;
    margin: 30px auto;
    padding: 0;
    
}
.card{
    padding: 15px;
    background-color: #000000;
    color: #ffffff !important;
}

.card:hover{
    border: 3px solid #000000;

    border-style:dashed;
}
#buyButton{
    display: none;
    color: #000000;
}
.card.a{
    color:#ffffff; 
    text-decoration: none;
}
.card-desc{
    font-size: 14px;
    padding: 0;
}
.card #price{
    color: rgb(255, 187, 0);
}
.card a{color: #ffffff; text-decoration: none;}
.card a:hover{color: #ffffff; text-decoration: none;}
.card a:visited{color: #ffffff; text-decoration: none;}
.card a:active{color: #ffffff; text-decoration: none;}
.white{
    background-color: #ffffff !important;
}
/** APPAREL PAGE **/
/** border: 1px solid #000000; **/
.container.apparel{
    box-sizing: border-box;
    padding: 0px;
    width: 70%;
    max-width: 1024px;
    background-color: #000000;
    color: #000000;
    margin: 50px auto;
    border-radius: 5px;
}
.container.apparel img{
    width: 100%;
}
.apparel-info{
    box-sizing: border-box;
    padding: 15px;
    overflow: hidden;
    background-color: #000000;
    box-shadow: 0px 0px 5px #d1d1d1;
    border-radius: 5px;
    margin: 5px;
    color: #ffffff;
}
.container.quantity button{
    height: 38px;
}

.container.apparel.addToCart{
    display: block;
    width: 100%;
    margin: 0;
    padding-top: 50px;
    overflow: hidden;
}

/***** LOGIN PAGE ******/

.container.login{
    margin: 10px 0px;
}
.btnLogin{
    margin-top: 15px;
}

/***** ORDER STUFF ******/
.tableOrders{
    width: 98%;
    margin: 15px 0px;
}

.opad{
    padding: 15px;
}

/***** PAYMENT PAGE ****/
.paymentMethod{
    display: block;
    width: 100%;
    padding: 25px 25px;
    box-sizing: border-box;
    margin: 25px 0px;
    text-align: center;

}
.paymentMethod p{
    font-size: 14px;
}
.paymentMethod button[type=submit]{
    display: inline;
    float: left;
    margin: 3px;
    padding: 25px;
    border: 0px solid #a7a7a7;
    border-radius: 4px;
    font-size: 20px;
}
.buttonCont{
    display: inline-block;
    width: auto;
    margin: 15px auto;

    overflow: hidden;
    text-align: center;

}
#paypal{
    background-color: #ffc107;
}
#venmo{
    background-color:#6e50f6;
}

.bigButton{
	width: 300px;
	height: 70px;
	/* font-family: Meow; */
	font-size: 30px;
	letter-spacing: 5px;
	background-color: #000000;
	color: #ffffff;
	border: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.event{
	display: none;
}
.feature{
	display: none;
}
.review{
	font-size: 15px;
}
.textBox{
	height: 40px;
	position: relative;
	top: 7px;
	border: 1px solid #000000;
	border-radius: 3px;
	width: 200px;
	font-size: 21px;
	font-family: Meow;
	width: 100%;
	overflow: hidden;
}
.textArea{
	width: 100%;
	border: 1px solid #000000;
	border-radius: 3px;
	height: 200px;
	font-size: 21px;
	font-family: Meow;
	overflow: hidden;
	margin-bottom: 15px;
}
td{
    font-size: 30px;
}

table{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
td{
	text-align: left;
    width: 50%;
    font-size: 20px;
}
.blogInlineImg{
    float: left; 
    width: 30%; 
    margin: 5px; 
    margin-right: 4vw;
    margin-bottom: 0.25vw;

}
.blog{

}
.blog p{
    font-size: 1rem;
    text-align: justify;
}
.blog h1{
    font-size: 2.3rem;
}
.blog h2{
    font-size: 1.6rem;
}
.blogPost{
    font-style: justify;
    padding: 15px;
    font-size: 3.5vw;
}
