/* @import url('https://fonts.googleapis.com/css2?family=Roboto@100;400;900&display=swap'); */


.title {
    color: cadetblue !important;
    font-size: 1.2em;
}



.g-post > .title {
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


a:link {
    color: #fc0;
    background-color: transparent;
    text-decoration: underline;

  }

footer {
    background-color: #2f2f2f;
    color: #fc0;
    position:fixed;
    left:0;
    right:0;
    bottom: 0px;
    padding: 5px;
    z-index: 300;
}
.grid-lay {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    row-gap: 20px;
    column-gap: 20px;
    justify-items: stretch;

}

.g-post {
    cursor: pointer;
    border: #fc0 solid;
    color: #fc0;
    text-align: center;
    font-size: large;
    padding: 20px;
    text-transform: capitalize;
}
.g-post:hover{
    border: darkorange solid;
}

.samp-con {
    top: 80px;
    padding-bottom: 80px;
    left: 100px;
    position: relative;
    max-width: 82%;
}

.tele-join {
    background-color: dodgerblue;
    color: black;
    margin: 2%;
    padding: 10px;
    cursor: pointer;
    text-align: center;
}

.main-l {
    float: left;
}

.block-header, .headf {
    color: white; 
    padding: 5%;
    display: inline-flex;
    flex-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: space-between;
    width: 90%;
    align-items: center;

}

.block-post {
    padding: 1%;
    font-size: 18px;
}

.main-r {
    float: right;
}

.ul-style {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.ul-style>li {
    float: left;
    margin-right: .5em;
    color: #fc0
}

footer a {
    color: #fc0;
    text-decoration: none;
}

body {
    background-color: black;
    color: darkorange;
}
header {
    color: orange;
    font-weight: 900;
    font-size: xxx-large;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none !important;
}

.loot > a > .DealButton {
    box-shadow: 0px 10px 20px 5px #ffecb3;
}

.loot > a > .DealButton:hover {
    color: white;
    box-shadow: 0px 10px 20px 7px #ffecb3;
}

.Home {
    display: flex;
    flex-direction: row;
}

.desc {
    padding: 5px;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.DealButton {
    float: right;
    background-color: #fc0;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 100;
    cursor: pointer;
    color: black;
    border-radius: 3px;
    transition: linear 0.2s;
}

.poster {
    padding: 5px;
    margin: 5px;
}

.loot {
    background: whitesmoke;
    padding: 20px;
}

.head-cont {
    position: fixed;
    left: 100px;
    width: 87%;
    top: 0px;
    z-index: 200;
    max-width: 82%;
    background-color: black;
}

.posts {
    display: flex;
    flex: 6;
    flex-direction: column;
    position: relative;
    max-width: 60%;
    height: 100%;
    left: 100px;
    top: 80px;
    z-index: 144;
    padding-bottom: 25px;
    padding: 4%;
    padding-top: 0px;
}

.block-header > h1 {
    display: inline;
}

.headf > .DealButton {
    display: inline;
}

.clickb {
    background-color: #fc0 !important;
    
}

.navbar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
    width: 100px;
    justify-content: center;
    top: 0px;
    left: 0px;
    height: 95vh;
    background: honeydew;
    
}

.navitem {
    cursor: pointer;
    width: 74px;
    color: black;
    transition: width ease-in-out 0.2s;
}

.navtitle {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 900;
    font-size: small;
}

.navitem:hover,
.navitem.active{
    border-width: 1px;
    color: steelblue;
    box-shadow: 0px 10px 20px 5px #ffecb3;
    /* border-color: rgb(223, 186, 38); */
    /* color: black; */
    border-radius: 8px;
    /* background-color: rgb(223, 186, 38); */
}

.post {
    padding: 5px;
    border-top: 1px solid #222;
    
}

.post > .Author {
    float: left;
}

.post > .PublishedAt {
    float: right;
}

/* responsive */

@media screen and (min-width: 0px) and (max-width: 768px) {
    .samp-con {
        position: relative;
        max-width: 100%;
        left: 0%;
        top: 40px;
    }
    .grid-lay {
        grid-template-columns:repeat(2, 1fr);
    }
    .navbar{
        position: fixed;
        flex-direction: row;
        top: auto;
        bottom: 0px;
        display: flex;
        height: 60px;
        width: 100%;
        z-index: 600;
        padding: 0;
        margin: 0;
        justify-content: space-evenly;
    } 

    .title{
        font-size: 1.2em;
    }

    .navitem {
        text-align: center;
        height: 100%;
        display: inline-block;
        width: 10%;
        align-items: center;
    }

    .navitem > svg {
        width: 36px;
        height: 36px;
    }
    
    .posts{
        position: relative;
        max-width: 100%;
        left: 0%;
        top: 40px;
        padding-bottom: 40px;
        }

    .head-cont{
        position: relative;
        max-width: 100%;
        left: 0px;
        width: 100%;
    }
    footer {
        display: none;
    }
    header {
        /* font-size: 12vh; */
        font-size: 60px;
    }
  }
  