.logo{
    height: 100px;
    filter: grayscale();
}

.news-container{
    /* background: #efefef; */
    /* box-shadow: 4px 4px 4px -5px black; */
    /* border: 1px solid #3f3f3f; */
    padding: 0em;
}
.news-item.row{
    padding: 1em;
    background: #f5f5f5;
    overflow: hidden;
    margin-bottom: 0.5em;
    /* border-radius: 0.5em; */
    border: 1px solid #ddd;
    transition-property: background;
}

.news-item.row > p{
    margin: 0;
    padding: 0;
}

.news-item > .row{
    /* background: #a19a9a; */
    font-size: 1em;
    color: #333;
}

.twitter-feed{
    overflow: scroll;
    border: 1px solid #eee;
}

.motivation{
    border-left: 1px solid  #333  ;
    padding: 0.5em;
}

.tag{
    position: absolute;
    right: 1em;
    bottom: 0;
}
.intro{
    margin-left: 0;;
}
/* .typewriter{
    font-family: monospace;
    font-size: 130%;
   
} */

.motivation > p{
    margin: 0.3em;
    padding: 0.2em;
    background: rgba(238, 238, 238, 0.7);
    border-radius: 0.6em;
    /* box-shadow: 4px 4px 4px -5px black; */
    font-weight: 600;
    
}



.header{
    position: relative;
    height: 40vh;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('/assets/images/netRandom-swirl.jpg');
    background-position: 0% 50%;
    /* filter: invert(1); */
   
}

.header > .row{
    width: 100%;
}

.no-margin{
    margin: 0%;
}