/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 2.5rem;
 /* background: #e4f5ec;*/
 background:#e6ecf0
}

.jumbotron {
    border-color: black;
    border: 1px solid;
}


#publications { 
    margin-bottom: 0.75em;
}

.media-body {
    margin:10px;
}

.profile-image {
    border-radius: 200px;
    margin: 10px;
    display: block;
}

.portfolio-img {
    margin: 10px;
    display: block;
    border-radius: 0px;
    max-height: 100px;
}

.jumbotron {
    padding: 1.75rem;
    background: #ffffff;
}

span {
    margin:auto;
}

@media screen and (min-width: 770px) {
    
    .name-header {
        padding-left:85px;
    }
}


@media screen and (min-width: 770px) and (max-width: 990px) {

.cv {
        max-height: 0px;
    }


    .name-header {
        padding-left:20px;
    }

    .profile-image {
        width: 200px;
    }
}


@media screen and (max-width: 1200px) and (min-width: 990px) {
    .kc {
        max-height: 0px;
    }
}




@media screen and (max-width: 767px) {

    .cv {
        max-height: 0px;
    }
    .profile-image {
        width: 80%;
        margin: 10px auto;
    }
    
    .media-left {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
      
    }
    
    
    .name-header {
        padding-left:0px;
        text-align: center;
    }
}