.jumbotron {
    padding: 10px 50px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    
}
.jumbotron .container {
    z-index:2;
  }

/*
.jumbotron .img {
    margin-top: 140px;
    color: #fff;
    width: 100%;
    height: 60%;
    background-size: cover;
    overflow: hidden;
    position:absolute;
    opacity: 0.9;
    padding-top: 140px;
    top:0;
    left:0;
    z-index:1;
}
*/

.container-fluid {
    padding: 60px 50px;
}
/* PART 2 : HTML */
.item h4 {
    margin: 70px 0;
}
/*Section 7 : pannels*/
.panel-heading {
    padding: 3px;
    border-top-left-radius: 0px ;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer .btn {
    margin: 15px 0;
}


/*nav bar*/
.navbar {
    margin-bottom: 0;
    z-index: 9999;
    border: 0;
    line-height: 1.42857143 !important;
    border-radius: 0;
}


.navbar-brand {
    padding-top: 10px;
    margin-bottom:60px;
    margin-inline-start: 30px;
    
}
.header-top {
    height: 140px;

}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: 180px;
    height: 170px;
    margin-bottom: 10px;
}

.jumbotron .imp-info{
    /*display: table;*/
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}


.flash-imp {
  animation: blink 1s linear infinite;
  background-color: red;
}
.logo-column {
	margin-bottom: 1em;
}

@keyframes blinker {  
  50% { opacity: 0; }
}
