/*color:#847b7b;    pink-#ea4c89;  background-color:rgba(175, 166, 166, 0.32); border-bottom: 2px solid rgba(175, 166, 166, 0.32);*/



*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin:0;
    padding:0;
    overflow-x: hidden;
}

body{
    font-family: 'Lato', sans-serif;
    font-size:16px;
    font-weight:400;
    color:black;
}

header{
    border-bottom: 1px solid rgba(175, 166, 166, 0.56);
}


.logo img{
    width:70px;
}
.logo img:hover{
    opacity:0.7;
    cursor:pointer;
}
nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    max-width:1480px;
    height:80px;
    margin:0 auto;
}

label{
    font-size:26px;
    line-height:70px;
    width:26px;
    color:#847b7b;
    display:none;
    margin-left:15px;
}

#toggle{
    display:none;
}

/* The subnavigation menu */
.subnav {
    overflow: hidden;
    height:100%;
    width:auto;
    margin-left:10px;
    padding-top:30px;
}


/* Subnav button */
 .subnav .btn {
  font-size: 16px;
  border: none;
  outline: none;
  color:#847b7b;
  font-weight:600;
  padding: 0px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}


/* Add a red background color to navigation links on hover */
.btn:hover {
  color:black;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
 cursor:pointer;
}


.vertical-line{
    width:2px;
    height:17px;
    background-color:rgba(175, 166, 166, 0.32);
}

.search-box{
    border:0;
    position:absolute;
    right:180px;
    top:20px;
    border-radius: 10px;
    height:45px;
   
    
}
.search-box:hover{
    -webkit-box-shadow: 0 0 2px 4px rgba(238, 176, 236, 0.75);
    box-shadow: 0 0 2px 4px rgba(238, 176, 236, 0.75);
	border: 1px solid rgba(245, 23, 150, 0.97);
}
.search-box:hover > .search-txt{
    width:100px;
   
}
.search-txt{
    width:0px;
    float:right;
    background: none;
    border:none;
    padding:12px 5px;
    font-size:14px;
    outline:none;
    line-height:130%;
    -webkit-transition:0.8s;
    transition:0.8s;
}

.search-btn{
    float:right;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    font-size:22px;
    color:#847b7b;
    font-weight:700; 
    -webkit-transition:0.8s; 
    transition:0.8s;
    padding:10px 5px 10px 8px;
   
}

.sign-buttons{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left:auto;
}
.sign-in{
    width:80px;
    border:0;
    padding:10px;
    text-align: center;
}

.sign-in a{
    text-decoration: none;
    color:#847b7b;
    font-size:16px;
}

.sign-up{
    width:85px;
    background-color:#ea4c89;
    padding:13px 10px;
    border-radius:5px;
    text-align: center;
}
.sign-up a{
    text-decoration: none;
    color:white;
    font-size:16px;
}
 
.sign-up:hover{
   opacity:0.7;
}


.timeline{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width:850px;
    height:auto;
    margin:0 auto;
    padding:18px 0px 0px 0px;
}
.user-detail{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height:80px;
}

.feed-user1{
    font-size:18px;  
    font-weight: bold;
    font-style: normal;
    vertical-align:middle;
    height:80px;
}

.feed-user1 img{
    height:50px;
    border-radius:50%;
    margin-right: 15px;
    margin-top:10px;
    vertical-align:middle;
}

.feed-user1 img:hover{
    opacity:0.7;
    cursor:pointer;
}

.feed-user1 p{
    color:#a09797;
    font-size:16px;
    font-weight:400;
    margin-left:65px;
    margin-top:-20px;
}

span{
    color:#ea4c89;
    font-weight:bold;
    cursor:pointer;
}

.user-detail-buttons{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width:180px;
    
}
.user-detail-buttons a{
    border:0;
    background-color:rgba(204, 196, 196, 0.32);
    padding:10px 15px;
    color:black;
    border-radius:5px;
    text-decoration: none;
    font-weight:bold;
}

.user-detail-buttons a:hover{
    background-color:rgba(198, 189, 189, 0.53);
}


.post{
    margin:50px 0;
    
}

.post img{
    width:100%;
    border-radius: 15px;
}

.response-details{
    height:auto;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comment-box{
    -ms-flex-preferred-size:60%;
    flex-basis:60%;
    height:auto;
}

.user-likes{
    -ms-flex-preferred-size:35%;
    flex-basis:35%;
    height:auto;
}

.heading-comment-box{
    border-bottom: 2px solid rgba(175, 166, 166, 0.32);
    padding:5px 0px 20px 0px;
    width:100%;
    font-size:17px;
}

.comment-1{
    height:auto;
    width:100%;
    
}

.heading-comment1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width:100%;
    padding:15px 0px;
}
.category{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width:30%;
}

.category p{
    font-size:14px;
    color:rgba(142, 132, 132, 0.58);
    font-weight:600;
}

.category p:first-child{
    color:rgb(92, 86, 86);
    
}
.category p:hover{
    color:rgb(92, 86, 86);
    -webkit-transition:0.3s;
    transition:0.3s;
    cursor:pointer;
}

.user1{
    border-bottom: 1px solid rgba(175, 166, 166, 0.56);
    height:auto;
    margin-top:15px;
    padding:5px 0px 15px 0px;
}
.user1:last-child{
    border:0;
}
.user-comment-1{
    font-size:17px;
    font-style: normal;
    vertical-align:middle;
    display:inline-block;
    font-weight:bold;
    
}
 .user-comment-1 img{
    height:32px;
    margin-right: 10px;
    border-radius:50%;
    vertical-align:middle;
     
}
.user-comment-1 img:hover{
   opacity:0.7;
   cursor:pointer;
}
.user-comment-1 p{
    font-size:15px;
    font-weight:400;
    margin-left:43px;
    margin-top:0px;
    color:#2f2c2c;
    line-height:130%;
}   
#years{
    color:rgb(92, 86, 86);
    font-size:14px;
    margin-top:10px;
    cursor:pointer;
}

.user-comment-1 a{
    text-decoration: none;
    color:black;
}

.user-comment-1 a:hover{
    color:rgb(68, 68, 185);
}

.roman{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}

#heart{
    color:rgba(132, 123, 123, 0.72);
    margin-top:50px;
}

.social-media{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height:30px;
    width:100%;
}
.media-icons{
    -ms-flex-preferred-size:25%;
    flex-basis:25%;
    border:0;
    outline:none;
    border-radius:5px;
    background-color:rgba(212, 190, 190, 0.32);
    padding:0;
    margin-right:20px;
}
.media-icons:first-child{
    background-color:rgba(128, 121, 121, 0.27);
}
.media-icons:last-child{
   margin-right:0;
}
.media-icons:hover{
    background-color:rgba(128, 121, 121, 0.27);
    cursor:pointer;
    -webkit-transition:0.3s;
    transition:0.3s;
}
.media-icons img{
    width:20px;
    height:15px;
    vertical-align: middle;
    padding-right:5px;
}
.media-icons p{
    display:inline-block;
    vertical-align: middle;
    font-size:14px;
    font-weight:bold;
}

.other-details{
     border-bottom: 1px solid rgba(175, 166, 166, 0.56);
    height:auto;
    width:100%;
    margin-top:10px;
}

.links{
    height:auto;
    width:68%;
    padding:10px 0px;
}

.links i,.colors i,.likes i{
    color:rgba(132, 123, 123, 0.72);
    font-size:25px;
    margin-right:13px;
}

.links a,.likes a{
     color:#847b7b;
     font-size:15px;
    text-decoration: none;
    margin-right:5px;
}
.links a:last-child{
    margin-left:33px;
}
.links a:hover,.likes a:hover{
    color:rgba(132, 123, 123, 0.72);
    text-decoration: underline;
}


.colors{
    height:auto;
    width:100%;
    padding:10px 0px;
}

.palette1,.palette2{
    display:inline-block;
    width:auto;
    margin-right:30px;
    height:22px;
}

.palette2{
    margin-right:0;
}
#color1,#color2,#color3,#color4,#color5,#color6{
    width:27px;
    height:17px;
    display: inline-block;
    -webkit-transition:0.2s;
    transition:0.2s;
}

#color1{
    background-color: #494949;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
     
}
#color2{
    background-color: #CC3535;
}
#color3{
    background-color: #A0A0A0;
}
#color4{
    background-color: #A73333;
}
#color5{
    background-color: #D7CDCD;
}
#color6{
    background-color: #EA9999;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
#color1:hover, #color2:hover ,#color3:hover,#color4:hover,#color5:hover,#color6:hover{
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    cursor:pointer;
}
.likes{ 
    height:auto;
    width:40%;
    padding:10px 0px;
}
.likes a{
    margin-right:0px;
}
.contact{
    width:100%;
    height:auto;
     border-bottom: 1px solid rgba(175, 166, 166, 0.56);
    margin-top:13px;
    text-align: center;
}
.contact img{
    width:130px;
    border-radius:10px;
    height:100px;
    margin:0px 5px;
    
}
.contact p{
    font-size:14px;
    padding-top:10px;
    color:#746f6f;
}
.contact p:hover{
    color:black;
    cursor:pointer;
}

.boost{
    text-align: center;
    padding:10px 0px 15px 0px;
}
.boost a{
    font-size:12px;
    color:rgba(132, 123, 123, 0.72); 
    text-decoration: none;
}
.boost a:hover{
    color:rgb(124, 119, 119); 
}
.more{
    width:100%;
    height:auto;
    margin-top:13px;
}
.more-heading{
    font-weight: bold; 
}
.more-heading:hover{
    color:rgba(0, 0, 0, 0.53);
    cursor:pointer;
}
.more-row1,.more-row2{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height:100px;
    width:100%;
    margin-top:10px;
}

.more-row1 img,.more-row2 img{
    width:100%;
    height:95px;
    border-radius:10px;
}
.more-row1 img:first-child{
        margin-right:10px;
    }
    .more-row2 img:first-child{
        margin-right:10px;
    }

.more-row1 img:hover,.more-row2 img:hover{
    opacity:0.7;
    -webkit-transition:0.3s;
    transition:0.3s;
    cursor: pointer;
}

hr{
    width:95%;
    border: 1px solid rgba(175, 166, 166, 0.56);
    margin: 10px auto;
}

#keyboard{
    text-align:center;
    font-size:15px;
    margin: 30px 0px;
}

#keyboard a{
    text-decoration: none;
    color:rgba(132, 123, 123, 0.59);
}
#keyboard a:hover{
    color:#6d6969;
}
.second-section{
    height:auto;
    width:100%;
    background-color:rgba(208, 194, 194, 0.16);
}
.last-row{
    max-width:1200px;
    margin:60px auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    height:auto;
    padding-top:20px;
}
.col1,.col2,.col3,.col4,.col5,.col6{
    -ms-flex-preferred-size:15%;
    flex-basis:15%;
    height:auto;
}
#dribble-logo-pink{
    width:60%;
}
#dribble-logo-pink img{
    width:100%;
    opacity:0.8;
}
#dribble-logo-pink img:hover{
    opacity:1;
    cursor:pointer;
}
.dribble-text{
    font-size: 15px;
    color:#3b3838;
    margin-top:30px;
}
.dribble-text p{
    line-height: 130%;
    word-spacing: 5px;
}
.dribble-icons{
    height:auto;
    margin-top:30px;
}
.dribble-icons i{
    font-size:25px;
    margin-right:25px;
    color:#3b3838;
}
.dribble-icons i:hover{
    color:black;
    cursor: pointer;
}
.col2 p,.col3 p,.col4 p,.col5 p{
    font-weight:bold;
    font-size:17px;
}

.list ul{
    list-style: none;
     
}
.list ul li{
    padding:10px 0px;
}
.list ul li a{
    text-decoration: none;
    color:#3b3838;
     font-size: 15px;
}
.list ul li a:hover{
    color:black;
}
.overtime{
    width:130px;
    height:100px;
}
.overtime img{
    height:100px;
    width:100%;
}
.overtime-text{
margin-top:5px;
}
.overtime-text p{
    font-size:14px;
     color:rgba(59, 56, 56, 0.76);
}
.overtime-text p:hover{
    color:black;
    cursor:pointer;
}
#listen{
    font-size:13px;
    color:rgba(183, 172, 172, 0.79);
    font-weight:bold;
    padding:5px 0px;
}
#listen:hover{
    color:#938b8b;
}
footer{
    width:100%;
    height:auto;
     border-top: 1px solid rgba(175, 166, 166, 0.56);
}
.copyright{
    max-width:1200px;
    margin:0 auto;
    height:130px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.rights{
    color:#767070;
    font-size:15px;
}

.rights img{
    width:25px;
    height:25px;
}

@media(max-width:919px)
{
    label{
        display: block;
        cursor: pointer;
        margin-right:20px;
    }
    .subnav{
        text-align:left;
        width:100%;
        display: none;
        position:fixed;
        top:80px;
        height:50vh;
        background-color:white;
        margin:0;
    }
    .subnav .btn{
        display: block;
        margin:0;
        padding-top:20px;
        font-size:18px;
    }
    .search-box{
        display:none;
        width:100%;
         position:fixed;
        top:80px;
        right:0;
        background-color: rgba(204, 200, 200, 0.29);
    }
    .search-box:hover{
    -webkit-box-shadow: 0 0 2px 4px rgba(234, 234, 234, 0.75);
    box-shadow: 0 0 2px 4px rgba(234, 234, 234, 0.75);
	background-color: white;
    border:1px solid white;
    }
   
    .search-txt{
    float:none;
    width:90%;
    }
    .search-box:hover >.search-txt{
        width:90%;
    }
  .search-btn{
     float:left;
    }
   nav{
        position:fixed;
        background-color: white;
       width:100%;
       z-index:1;
    }
    #toggle:checked~.subnav {
        display:block;
    }
    #toggle:checked~.search-box {
        display:block;
    }
    
    .logo{
        margin:0 auto;
    }

    .sign-up{
        display:none;
    }
    
    .timeline{
        margin:80px 10px;
    }
    .sign-buttons{
        margin-left:0; 
    }

}

@media(min-width:320px)
{
   
    label{font-size:25px;}
    .logo img{width:80px;}
    .sign-in a{font-size:18px;} 
    .timeline{
     padding:0 10px;
     margin-bottom:20px;
    }
    
    .user-detail{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height:auto;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
   
    }
    .feed-user1{font-size:16px;}
    
    .user-detail-buttons{
     width:100%;
    margin-left:60px;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    }
    .user-detail-buttons a{
        margin-right:20px;
    }
    .user-detail-buttons a:last-child{
        margin-right:0;
    }
    
   
    .response-details{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    width:100%;
    }
    .comment-box{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    }
    .heading-comment-box{font-size:16px;}
    .heading-comment1{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    width:50%;
   
    }
    .category{width:100%;
        
        -webkit-box-pack: start;
        
        -ms-flex-pack: start;
        
        justify-content: flex-start;
    }
    .category p{
    padding-right:10px;
        padding-top:15px;
    }
    .user1{margin-top:10px;}
    .user-comment-1{font-size:16px;}
    .user-likes{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    margin-top:20px;
    }
    
    .media-icons p{font-size:12px;}
    
    #keyboard{display: none;}
    
    hr{
    display: none;
    }
    .last-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin:30px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:100%;
    padding:20px 10px 0px 10px;
   }
   
    #dribble-logo-pink img{
    width:120px;
   }
   
    .col1{
        margin-top:0px;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }
    .col2,.col3,.col4,.col5{
        -ms-flex-preferred-size:50%;
        flex-basis:50%;
        margin-top:30px;
    }
    .overtime-text{
        display:inline-block;
        width:110px;
        margin-left:5px;
        margin-top:0;
    }
   .overtime{
    display:inline-block;
    width:130px;
    }
    .overtime img{width:130px;
    }
    .col6{
        margin-top:20px;
        -ms-flex-preferred-size:90%;
        flex-basis:90%;
    }
    #listen{
    display:block;
    padding-left:140px;
   
    }
    .copyright{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding:30px 0;
    height:auto;
     }
    .rights{
    padding-top:20px;
    }
   .links{
    width:100%;}
    .links a:last-child{
    margin-left:0;
     }
    .more-row1,.more-row2{
     -webkit-box-align:start;
     -ms-flex-align:start;
     align-items:flex-start;
     width:90%;
     height:100%;
     
    }
    
    .more-row1 img,.more-row2 img{
     width:200px;
     height:100%;
    
     }
    .media-icons{-ms-flex-preferred-size:30%;flex-basis:30%;}
    .more{width:95%;}
    .dribble-text{
    width:230px;
    
    }
    .post{margin:25px auto;text-align:center;}
    .post img{width:85%;}
    
    
    
}

@media(min-width:768px){
    .last-row{
    max-width:1200px;
    margin:60px auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
   
    height:auto;
    padding-top:20px;
}
    .col1{
        margin-top:0px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
   .col2,.col3,.col4,.col5{
    -ms-flex-preferred-size:22%;
    flex-basis:22%;
    height:auto;
    
} 
    
}

@media(min-width:920px){
.search-box{
 height:auto;
    
}
}





@media(min-width:960px){
    .user-detail{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height:auto;
}
    
    .user-detail-buttons{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width:auto;
    margin-top:0;
    margin-left:51%; 
    height:auto;
    
}
.user-detail-buttons a{
    border:0;
    background-color:rgba(204, 196, 196, 0.32);
    padding:10px 15px;
    color:black;
    border-radius:5px;
    text-decoration: none;
    font-weight:bold;
}
}

@media(min-width:1160px){
  
    .response-details{
    height:auto;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
    
    .comment-box{
    -ms-flex-preferred-size:60%;
    flex-basis:60%;
    height:auto;
}
    
    .heading-comment-box{
    border-bottom: 2px solid rgba(175, 166, 166, 0.32);
    padding:5px 0px 20px 0px;
    width:100%;
    font-size:17px;
}
    
    .heading-comment1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width:100%;
    padding:15px 0px;
}
    .category{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width:30%;
}

.category p{
    font-size:14px;
    color:rgba(142, 132, 132, 0.58);
    font-weight:600;
}
    
  .user1{
    border-bottom: 1px solid rgba(175, 166, 166, 0.56);
    height:auto;
    margin-top:15px;
    padding:5px 0px 15px 0px;
}  
    
    
   .user-comment-1{
    font-size:17px;
    font-style: normal;
    vertical-align:middle;
    display:inline-block;
    font-weight:bold;
    
} 
    
    .user-likes{
    -ms-flex-preferred-size:35%;
    flex-basis:35%;
    height:auto;
}
    
    .media-icons p{
    display:inline-block;
    vertical-align: middle;
    font-size:14px;
    font-weight:bold;
}
    hr{
    width:95%;
    border: 1px solid rgba(175, 166, 166, 0.56);
    margin: 10px auto;
    display:block;
}

#keyboard{
    text-align:center;
    font-size:15px;
    margin: 30px 0px;
    display:block;
}
    
  .last-row{
    max-width:1200px;
    margin:60px auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    height:auto;
    padding-top:20px;
}  
    
    #dribble-logo-pink img{
    width:100%;
    opacity:0.8;
}
    .col1,.col2,.col3,.col4,.col5,.col6{
    -ms-flex-preferred-size:15%;
    flex-basis:15%;
    height:auto;
    
        margin-top:0;
}
   .overtime-text{
      margin-top:5px;
      display:block;
      width:auto;
       margin-left:0;
} 
 
    .overtime{
    width:130px;
    height:100px;
}
.overtime img{
    height:100px;
    width:100%;
}
    
#listen{
    font-size:13px;
    color:rgba(183, 172, 172, 0.79);
    font-weight:bold;
    padding:5px 0px;
}    
   .copyright{
    max-width:1200px;
    margin:0 auto;
    height:130px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
 .rights{
    color:#767070;
    font-size:15px;
}
.links{
    height:auto;
    width:68%;
    padding:10px 0px;
}
   .links a:last-child{
    margin-left:33px;
} 
   .more-row1,.more-row2{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
       -webkit-box-pack: justify;
       -ms-flex-pack: justify;
       justify-content: space-between;
    height:100px;
    width:100%;
    margin-top:10px;
} 
    
    .more-row1 img,.more-row2 img{
    width:auto;
    height:95px;
    border-radius:10px;
}
    .media-icons{
    -ms-flex-preferred-size:25%;
    flex-basis:25%;
    border:0;
    outline:none;
    border-radius:5px;
    background-color:rgba(212, 190, 190, 0.32);
    padding:0;
    margin-right:20px;
}
    
    .more{
    width:100%;
    height:auto;
    margin-top:13px;
}
    
    .dribble-text{
    font-size: 15px;
    color:#3b3838;
    margin-top:30px;
    width:100%;
}
    
   .post{
    margin:50px 0;
    
}

.post img{
    width:100%;
    border-radius: 15px;
} 
    
 .timeline{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width:850px;
    height:auto;
    margin:0 auto;
    padding:18px 0px 0px 0px;
      
} 
   .feed-user1{
    font-size:18px;  
    font-weight: bold;
    font-style: normal;
    vertical-align:middle;
    height:80px;
} 
  
.dribble-text p{
    line-height: 120%;
    word-spacing: 5px;
}
.dribble-icons{
    height:30px;
    margin-top:30px;
}
.dribble-icons i{
    font-size:25px;
    margin-right:15px;
    color:#3b3838;
}   
    
    
    
    
}














