    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;
    }

    body{
        font-family: Ms Gothic;
        color:white;
        padding:0px;
        margin:0px;
        background:#080808;

    }

    *{
        cursor: url("images/armorhand.cur"), auto;
    }
    
    .success {
        color:#7979ff;
        border: 1px solid #7979ff;
    }

    .error {
        color:#36365e;
        border: 1px solid #36365e;
        background: #f5bcbc
    }

 /* nav bar */

   /* 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;
    }
         .logo{
        margin-left:2em;
        float: left;
    }

    .angel{
        display: inline-block;
    }
    /*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:350px;
        margin:0px auto;
        overflow:hidden;
        padding: 10px 0px 10px 0px; 
    }

    .post-slider .post-wrapper .post{
        display:inline-block;
        background:#c0c0fe;
        margin: 0px 10px;
        width:300px;
        height:350px;
        border-radius:5px;
        box-shadow: 1rem 1rem 1rem -1rem #a0a0a0
    }

    .post-slider .post-wrapper .post .post-info{
        height:130px;
        text-align:center;
        margin: 0px 5px;
    }

    .post-slider .post-wrapper .post .slider-image{
        width:100%;
        height:250px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    /* 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;
    }

    .content .main-content.single .post-title{
        text-align:center;
        margin-bottom:40px;
    }

    .content .main-content.single .post-content{
        padding-left:10px;
        padding-right:10px;
        font-size:22px;
        color:#ffffff   ;
    }


    .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 .popular .post{
        border-top: 1px dashed white;
        margin-top: 10px;
        padding-top: 10px;
    }
    .content .popular .post a{
        font-size:30px;
        float:right;
        margin-top:3%;
    }
    .content .popular .post img{
        height:60px;
        width:90px;
        float:left;
        margin-right:10px;
    }

    .content .main-content .post .read-more{
        position:absolute;
        bottom: 20px;
        right: 20px;
        border: 1px solid #080808;
        padding:5px;
        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 .main-content .post .post-image.wide-image{
        width:25%;
     }

    .content .sidebar{
        width:29%;
        float:left;
        height: 300px;
        margin-left:10px;
    }

    .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:fixed;
    top:460px;
    right:260px;
    width:16%;

    }

    .button-back .back{
        position:fixed;
        bottom: 20px;
        right: 20px;
        border: 1px solid white;
        padding:5px;
        background:transparent;
        color:white;
        border-radius:0px;
    }

    .button-back .back:hover{
        background-color:white;
        color:black !important;
        transition:.5s;
    }


    /* 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: #babaff;
    }

    .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;
    }


    
}