body
{
    background: #6f6f6f
}
#container
{
    width:80%;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}
#logo {
    width: 100%;
    text-align: center;
    font-family: Luckiest Guy;
    font-size: 70px;
    background-color: #ffd800;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
#nav {
    float: left;
    width: 19%;
    min-height:700px;
    background-color: rgba(255, 216, 0, 0.90);
    font-size: 16px;
    font-family: Raleway;
    padding-top:10px;
    margin-right:1%;
}
#nav button{
    font-size:15px;
    margin:1px;
    margin-top:10px;
    padding:1px;
    border:dashed 1px #808080;
    background-color:none;
    width:60px;
    background-color:rgba(255, 216, 0, 0.80);
    font:inherit;
}
#nav > button:hover{
    background-color: #ffd800;
    box-shadow:0px 0px 2px 2px #ffffff;
}
#nav > ul{
    list-style:none;
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
    padding-right:10px;
    
}
#nav > ul > li{
    text-align:left;
    line-height:200%;
    border-top:dashed 1px #808080;
}
#nav > ul > li:hover{
    background-color:rgba(255, 216, 0, 0.95)
}
#nav > ul > li:first-child{
    border-top:none;
}
#nav > ul  > #empty
{
    border:none;
}
.links{
    text-align:center;
    margin-left:0;
    font-size:25px;
    display:none;
}
#nav > ul > li:hover > .links {
    display:block;
}
a
{
    text-decoration:none;
    color:inherit;
}
.spotify
{
    background-color:#1ed760;
}
.yt{
    background-color:#ff0000;
}
.note{
    background-color:#00ACEE;
}
.buy{
    background-color:#E47911;
}
.pages {
    text-align:center;
    border: none;
    margin-left:auto;
    margin-right:auto;
}

#main {
    float: left;
    min-height:700px;
    width:80%; 
    background-color: rgba(255, 216, 0, 0.80);
    font-family:Raleway;
}
article {
    font-family: Raleway;
    padding:10px;
    font-size:18px;
}
h2{
    padding-top:15px;
    margin-top:0px;
    text-align:center;
}
#info{
    text-align:center;
}
.data {
    font-size: 14px;
    text-shadow: 1px 1px 0px #54B5C7;
    margin-bottom:20px;
}
.about h2 {
    text-align: left;
    border-top: dashed 1px #808080;
}
.about {
    font-size: 16px;
    line-height: 120%;
}
.about > span {
    display: inline-block;
    line-height: 150%;
    font-size: 24px;
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 10px;
}
.about > ol {
    font-size: 20px;
}
footer {
    font-size: 16px;
    font-family: Raleway;
    background-color: #ffd800;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
}
.item {
    list-style: none;
    border-bottom: dotted 2px #808080;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width:400px;
    font-size: 17px;
    font-family: Raleway;
    display:inline-block;
}
.item:last-child{
    border:none;
}
.item:nth-last-child(-n+2){
    border:none
}
.fontColored{
    color:#4800ff;
    background-color:#ff006e;
}
img{
    width:240px;
    height:240px;
    display:block;
    margin:20px;
    padding:10px;
    background-color:#808080;
}
#tab{
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
}
#cart {
    text-align: right;
    float: right;
    font-size: 17px;
    font-family: Raleway;
    margin: 20px;
    padding: 5px;
    border: solid 1px #808080;
    border-radius: 5px;
}
.item button{
    padding:2px;
    border:none;
    margin-left:20px;
    font-size:24px;
}
#list {
    list-style: none;
    display: none;
}
#list input{
    width:25px;
}
#list li > span{
    width:30%;
    border-bottom:dashed 1px #808080;
    margin-top:5px;
    margin-right:10px;
    
}
#cart:hover > #list{
    display:initial;
}
#main > h2 {
    font-size: 26px;
    font-family: Raleway;
    font-weight:700;
    margin-bottom:0;
    margin-top:25px;
}
.shopItems
{
    margin-left:auto;
    margin-right:auto;
    width:965px;
}
#main > article{
    text-align:justify;
}

#main > article > span {
    margin-left:auto;
    margin-right:auto;
    padding:10px;
    float:left
}
.about > img:hover{
    float:left;
    margin:auto;
    height:450px;
    width:450px;
}

.applepodcast{
    background-color:#B150E2;
}
.podbean{
    background-color:#8cc73d;
}
.soundcloud {
    background-color: #ff7700;
}
.google {
    background: linear-gradient(90deg, #EA4335 25%, #4285F4 25%,#4285F4 50%,#FBBC05 50%, #FBBC05 75%, #34A853 75%)
}
#ankieta{
    border:dashed 1px #808080;
    background-color:#ffd800;
    padding:10px;
}
td {
    border-bottom: dashed 1px #808080;
}
td:last-child {
    border-bottom: none;
}
#ankieta input[type=text]{

}
#mainButtons{
    width:200px;
    margin-left:auto;
    margin-right:auto;
}
.cart-row{
	line-height:200%;
	border-bottom:dashed 1px #808080;
	text-align:left;
}
.cart-row > span{
	display:inline-block;
	min-width:200px;
	padding:10px;
	margin-right:30px;
}
.cart-row > button{
	background-color:#ff0000;
	
}
.cartSum{
	text-align:center;
	padding:30px;
	color:#111111;
}
.buyNowBtn{
	display:block;
	margin-left:auto;
	margin-right:auto;
	line-height:200%;
	font-size:24px;
	background-color:#96BF48;
	width:200px;
}

@media only screen and (max-width:1200px){
    body{
        font-size:18px;
    }
    #container{
        width:100%;
    }
    #logo{
        font-size:40px;
    }
    #nav {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        text-align: center;
        min-height:0;
    }
    #nav > ul{
        display:none;
    }
    #nav > ul > li {
        text-align: center;
    }
    #nav > #nav2{
        display:block;
    }
    #main{
        width:95%;
        margin-left:auto;
        margin-right:auto;
        float:none;
    }
}
