@font-face
{
    font-family: 'Oswald', sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body 
{
    background-color:#000000;
    background: url(images/dbbg.jpg);
    background-attachment: fixed;
    padding:0px;
    margin:0px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300; 
    background-color: black;
    font-size: 14px;
    width: 100%;
}

    h1{ 
        font-weight: 400;
        font-size: 25px;
        text-transform: uppercase;
    }
    #release-date{
        display: inline-block;
    }
    h2{
        font-weight: 400;
        font-size: 18px;
        text-transform: uppercase;
    }
    h3{
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
     h4{
        font-weight: 400;
        font-size: 14px;
         margin-top: 10px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    
    a{
        text-decoration: none;
        color: inherit; 
    }
    a:link {
        text-decoration: none;
        color: inherit; 
    }
    a:hover {
        
        color: blue;
    }

    /* selected link */
    a:active {
        color: blue;
    }
    .ep-description p{
        padding: 0px 10px 10px 10px;
        text-align: justify;
        text-justify: inter-word;
    }
    #header{
        margin-top: 30px;
        padding: 0;
    }
    #cover-top{
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
    }
    .left {
      float: left;
      width: 30%;
        height: auto;
        padding: 0px;
        margin-top: 15px;
        overflow: hidden;
        background-color: whitesmoke;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
        #socials-container{
            overflow: hidden;
            margin: auto;
            display: inline-block;
        }
        .socials-icons{
            float: left;
            padding: 10px 5px 5px 5px;
        }

        #mc_embed_signup{ 
            border-top: 15px solid #000000;
            padding: 15px; 
            clear:left; 
            font:14px Helvetica,Arial,sans-serif; 
            width:100%;
        }
        #mce-EMAIL{
                width:100%;
                height:37px;
                padding:5px;
                padding-left: 25px;
                background-color: white;
                 resize: none;
                margin-top: 0px;
                margin-bottom: 10px;
                border: 1px solid #ededed;
        }

    .button{
        width: 100%;
        background-color: #555555;
        font-weight: bold;
        border: none;
        color: white;
        padding: 10px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
    }
        .button:hover{
            color: lightgray;
            cursor: pointer;
        }

    .right {
      float: left;
      width: 70%;
        padding-left: 15px;
      margin-top: 15px;
    }
    .box{
        padding: 15px;
        margin-bottom: 15px;
        background-color: whitesmoke;
    }
    td{
        text-align: center;
        height: 70px;
    }
    .buy-icons{
        width: 70%;
    }
    .box-sc{
        padding: 0px;
        margin: 0px;
        margin-bottom: 10px;
    }
     .box-yt{
        padding: 0px;
        margin: 0px;
        margin-bottom: 10px;
    }
    #artist-name-input{
        width:100%;
        height:40px;
        padding:5px;
        padding-left: 25px;
        background-color: white;
         resize: none;
        margin-top: 0px;
        margin-bottom: 10px;
        border: 1px solid #ededed;
    }
    #comments{
        width:100%;
        padding-top: 15px;
        padding-left: 25px;
        padding-bottom: 15px;
        padding-right: 15px;
        background-color: white;
        resize: none;
        margin-top: 5px;
        margin-bottom: 10px;
        border: 1px solid #ededed;
    }
    input[type='radio'] {
        margin: 0 0.5em;
        
    }
    #track-selection{
        margin-left: 20px;
        margin-bottom: 20px;
    }
    #submit-btn{
        width: 100%;
        background-color: black;
        font-weight: bold;
        border: none;
        color: white;
        padding: 10px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
    }
        #submit-btn:hover{
            color: lightgray;
            cursor: pointer;
        }
#submit-info{
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 10px;
}
    
.other-releases-img{
    width: 100px;
    margin-right: 10px;
    
}
    #footer{
        background-color:#f1f1f1;
        text-align:center;
        padding:10px;
        margin-top:10px;
        margin-bottom: 15px;
        font-size: 12px;
    }
    #container{
        width: 70%;
        align-content: center;
        margin: auto;
    }

    .slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 30%;
    width: 25px;
    height: 15px;
    background: black;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}
    
    @media only screen and (max-width:800px) {
      /* For tablets: */
      .left {
        width: 100%;
        padding: 0;
      }
      .right {
        width: 100%;
        padding-left: 0px;
      }
        
        #container{
            width: 95%;
        }
    }
    @media only screen and (max-width:500px) {
      /* For mobile phones: */
      .left, .right {
        width: 100%;
      }
        .right{
            padding-left: 0px;
        }
        #container{
            width: 90%;
        }
        
    }