    
    
    @font-face {
        font-family: 'Zrnic Regular';
        font-style: normal;
        font-weight: normal;
        src: local('Zrnic Regular'), url('zrnic___.woff') format('woff');
        }


    body{
        font-family: Ms Gothic;
        color:white;
        padding:0px;
        margin:0px;
        background:#080808;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: Ms Gothic;
    }

    header {
    background-image:url(images/cosmos5.webp);
    width:auto;
    height:75px;
}

    a{
        text-decoration:none;
        color:inherit;
    }

    .btn{
        padding:.5rem 1rem;
        background:white;
        color:white !important;
        border: 1px solid transparent;
        border-radius:.25em;
    }

    .btn-big{
        padding: .7rem 1.3rem;
        background: #080808 ;
        line-height:1.3rem;
        color: white !important;
        font-family: Ms Gothic;
        font-size: 22px;
    }

     .btn-snipcart
    {
        padding:.5rem 1rem;
        background:white;   
        color:black !important;
        border: 1px solid transparent;
        border-radius:.25em;
        font-family: Ms Gothic;
float:right;
    }
    .btn:hover{
        color:white !important;
        background: #080808;
        transition:.5s;
    }
    
    .clearfix::after{ 
        content:'';
        display:block;
        clear:both;
    }
     .logo{
        margin-left:2em;
        float: left;
    }

    .angel{
        display: inline-block;
    }

    .text-input{
        padding:.7rem 1rem;
        display:block;
        width:100%;
        border-radius:5px;
        outline:none;
        font-family: Ms Gothic;
        line-height:1.5rem;
        border: 1px solid #7979ff;
        font-size:1.3em;
    }

    .msg {
        text-align:center;
        width: 50%;
        margin: 5px auto 5px;
        padding: 8px;
        border-radius:5px;
        list-style-type:none;
    }

    .success {
        color:#7979ff;
        border: 1px solid #7979ff;
    }

    .error {
        color:#36365e;
        border: 1px solid #36365e;
        background: #f5bcbc
    }

 /* nav bar */

    header ul {
        float:right;    
        margin:0px;
        padding:0px;
        list-style:none;
    }

    header ul li{
        float:left;
    }
    header ul li a {
        display:block;
        padding:20px;
        font-size:22px;
        text-decoration:none;
        height:1.5em;
        margin-top:0px;
    }

    header ul li a:hover{
        background:#444444;
        transition:0.5s;
        position:relative;
    }

    header ul li ul {
        position:absolute;
        top:73px;
        width:180px;
        display:none;
        z-index: 88888;
    }

    header ul li:hover ul{
        display:block;
    }

    header ul li ul li {
        width:100%;
    }       

    header ul li ul li a{
        background-image:url(images/cosmos5.webp);
        padding: 10px;
    }

    header ul li ul li a.logout{
        color:#36365e;

    }
    .menu-toggle {
        display:none;
    }

    .page-wrapper a:hover{
        color:#000000;
        transition:0.5s;
    }

    /*post slider*/
    .post-slider{
        position:relative;
    }

    .post-slider #left{
        position:absolute;
        top:35%;
        left:30px;
        width:100px;
        height:100px;
    }
    .post-slider #right{
        position:absolute;
        top:35%;
        right:30px;
        width:100px;
        height:100px;
    }
    .post-slider .slider-title{
        text-align:center;
        margin:30px auto;
    }
    .post-slider .post-wrapper{
        width:84%;
        height:500px;
        margin:0px auto;
        overflow:hidden;
        padding: 10px 0px 10px 0px;
    }

    .post-slider .post-wrapper .post{
        border: 1px solid black;
        display:inline-block;
        background:#444444;
        margin: 0px 10px;
        width:300px;
        height:500px;
        border-radius:5px;
        /* box-shadow: 1rem 1rem 1rem -1rem #a0a0a0; */
    }

    .post-slider .post-wrapper .post .post-info{
        height:200px;
        text-align:center;
        margin: 40px 5px;
        margin-bottom:0px;
    }


    .post-slider .post-wrapper .post .slider-image{
        width:350px;
        height:350px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-left:15%;
        border-left: 1px solid white;
        border-right: 1px solid white;
        border-bottom:  1px solid white;
    }

    /* music player */
    #box1 {
        margin-left:auto;
        text-align:center;
        margin-right:auto;
        font-size:18px; 

        padding:0px;
        position:relative;

    }

    #box1 p{
        position:Absolute;
        margin-top:5px;

    }

    #box1 img{
        display:inline-block;
        margin-top:10px;
        bottom:10px;
        margin-bottom:10px;
        width:50px;
        height:50px;
    }

    #box2{
            font-size:18px; 
            padding:0px;
            position:absolute;
            margin-left:15%;
    }

    #box2 img{
        display:inline-block;
        margin-top:10px;
        bottom:10px;
        margin-bottom:10px;
        width:50px;
        height:50px;
    }
    
    .audio-controls1 {
        margin-left:auto;
        margin-right:auto;
        border: azure 3px groove;
        display: flex;
        align-items: center;
        position:relative;
        background-image:url(images/cosmos3.webp);
        padding: 10px;
        border-radius: 5px;
        width:45vw;
}

    .controls{
        display:inline-block;

    }

    .audio-controls1 button [id="play-pause"]{
        margin-left:50px;
}

    .audio-controls1 button [id="mute-toggle"]
{
        margin-left:100px;
}


    .audio-controls1 input[type="range"] {
        width: 300px;
        margin-right: 10px;
        cursor: pointer;
}   

    .audio-controls1 input[id="volume-bar"] {
        width: 100px;
        margin-right: 40px;
}


    .audio-controls1 span{
        padding: 5px 20px;
        font-family: 'Ms Gothic';
}


    #current-time, #duration {
        color: #fff;
}




    /* content */

    .content {
        width:90%;
        margin: 30px auto 30px;
    }

    .content .main-content{
        width:65%;
        float:left;
    }

    .content .main-content.single{
        background: #444444;
        padding:20px 20px;
        font-size: 1.1em;
        width:65%;
        border-radius:5px;
        margin-top:4.5%;
    }

    .content .main-content.single .post-title{
        text-align:left;
        margin-bottom:40px;
        margin-left:50px;
    }

    .content .main-content.single .post-content{
        padding-left:10px;
        padding-right:10px;
        font-size:22px;
        color:#ffffff;
    }
    .content .main-content.single .post-content img{
        width:500px;
        float:right;
        font-size:22px;
        color:#ffffff;
        border-radius:5px;
    }



    .content .main-content .recent-post-title{
        margin:20px;
    }

    .content .main-content .post{
        width:95%;
        height: 270px;
        margin: 20px auto;
        border-radius:5px;
        background:#444444;
        position:relative;
    }

    .content .main-content .post img{
        width:290px;
        height:290px;
        margin-bottom:10px;
    }

    .content .popular .post{
        border-top: 1px dashed white;
        margin-top: 10px;
        padding-top: 10px;
    }
    .content .popular .post a{
        font-size:25px;
        float:right;
        margin-top:4%;
    }
    .content .popular .post img{
        height:60px;
        width:60px;
        float:left;
        margin-right:10px;
    }

    .content .main-content .post .read-more{
        position:absolute;
        bottom: 20px;
        right: 20px;
        border: 1px solid #080808;
        background:transparent;
        border-radius:0px;
    }

    .content .main-content .post .read-more:hover{
        background-color:#080808;
        color:white !important;
        transition:.5s;
    }
    .content .main-content .post .post-preview{
        width:60%;
        padding:10px;
        float:right;
    }

    .content .main-content .post .post-image{
        margin-left:5%;
        height:100%;
        float:left;
    }

    .content .sidebar{
        width:29%;
        float:left;
        height: 300px;
        margin-left:10px;
        margin-top:1%;
    }

    .content .sidebar.single{
        padding: 0px 10px;
    }

    .content .sidebar .section{
        background-color:#444444;
        padding:20px;
        border-radius:5px;
        margin-bottom: 20px;
    }

    .content .sidebar .section.search{
        margin-top:70px;
    }

    .content .sidebar .section.topics ul{
        margin:0px;
        padding:0px;
        list-style-type:none;
    }

    .content .sidebar .section.topics ul li a{
        font-size:22px;
        display:block;
        padding: 15px 0px 15px 0px;
        transition: all 0.5s;
        border-top:1px dashed white;

    }

    .content .sidebar .section.topics ul li a:hover{
        padding-left:20px;
        transition: all 0.5s;
    }

    .content .sidebar .divider img{
        width:100%;
    }
    .content .anchor img{
    position:absolute;
    top:1000px;
    right:150px;
    width:20%;

    }
        .content .feather img{
    position:absolute;
    bottom:-200px;
    right:200px;
    width:15%;

    }

    /* auth pages */
    .auth-content{
        width: 30%;
        margin: 50px auto;
        padding:20px;
        background: #444444;
        border-radius:5px;
        font-family:Ms Gothic;
        font-size:22px;
    }

    .auth-content .form-title{
        text-align:center;
    }
    .auth-content div{
        margin-bottom:10px;
    }

    .auth-content p {
        text-align:center;
    }



    /*media queries */
@media only screen and (max-width:750px)
{
    header {
        position:relative;
    }
    header ul{
        overflow:hidden;
        max-height:0px;
        width:100%;
        background-color: #444444;
    }

    .showing {
        max-height: 100em;
    }
    header ul li{
        width:100%;
    }
    header ul li ul {
        position:static;
        width:180px;
        display:block;
        width:100%;
    }
    header ul li ul li a{
        background:inherit;
        padding: 10px;
        padding-left:50px;
    }

    header ul li ul li a.logout{
        color:#36365e;

    }
    header .menu-toggle{
        position:absolute;
        right:20px;
        top:10px;
        display:block;
        font-size:30px;
    }
    header .menu-toggle img{
        height:50px;
        width:50px;
    }


    
}