/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-bottom: 2rem;
}

/* nav-bar CONFIGURATION
-------------------------------------------------- */
.navbar {
    position: absolute;
    width: 100%;
    z-index: 1;
    background: none;
}

.bg-inverse {
    background-color: rgba(0,0,0,0.5) !important;
}

/* JUMBOTRON CONFIGURATION
-------------------------------------------------- */
.jumbotronCV {
  background-image:url('/static/img/code.jpg');
  background-position: center center;
}

.jumbotronMagie {
  background-image:url('/static/img/dessin4.png');
  /*font-weight: bold;*/
  background-position: center top;
}

.jumbotronHome {
  background-position: center center;
  /*font-weight: bold;*/
  background-image:url('/static/img/v20_2.png');
}

.jumbotronThesis {
  background-image:url('/static/img/thesis2.png');
  background-position: center center;
}

.jumbotronProjects {
  background-image:url('/static/img/dart_5_3_neon.svg');
  background-position: center center;
}

.jumbotron {
    /*background-size: cover; */
    position: relative;
    padding-top: 86px;
    top: 0;
    left: 0;
    width: 100%;
    color: lightgray;
    border-radius: 0 !important;
}

/* HOME CONFIGURATION
-------------------------------------------------- */
h2 .fa {
  display:inline;
  margin-right: 5px;
}

/* fa-title-icon {
  margin-right: 5px;
  vertical-align: middle;
} */

.btn {
    border: none;
}

.btn.btn-secondary {
    background: rgb(50, 50, 50);
}

.btn.btn-secondary:hover {
    background: rgb(90, 90, 90);
}


/* MAGIE CONFIGURATION
-------------------------------------------------- */

.album {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}

.card {
  float: left;
  width: 33.333%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
}

.card > img {
  margin-bottom: .75rem;
}

.card-text {
  font-size: 85%;
}

.thumbnail {
    position: relative;
    overflow: hidden;
    border: 1px solid #97AAC3;
    border-radius: 4px;
    margin: 10px;
    padding: 5px;
}

.youtube_thumbnail {
    width: 100%;
}

.youtube_play_logo {
    position: absolute;
    /*vertical-align: middle;*/
    /*background:rgba(0, 0, 0, 0.50);*/
    width: 20%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /*height: 10%;*/
    /*padding: 2% 5% 2% 5%;*/
    z-index: 3;
}

.caption {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    padding: 2% 5% 2% 5%;
    display: none;
    text-align: left;
    color: #fff !important;
    z-index: 2;
}

/* CV CONFIGURATION
-------------------------------------------------- */


.icon {
  display: inline-block;
  /*vertical-align: text-center;*/
  width: 36px;
  height: 36px;
  margin-left: 2px;
  margin-right: 2px;
}

.row {
  margin: 0px;
}

.section-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #2d7788;
  position: relative;
  padding: 5px 15px;
}

.section {
  margin: 15px;
}

.job-panel {
  width: 100%;
  border: 1px solid #97AAC3;
  border-radius: 4px;
  margin: 10px;
  padding: 5px 15px;
}

.job-title, .job-meta, .job-body, .job-keyword {
  padding: 0px 10px;
}

.job-title {
  color: #3F4650;
  font-size: 20px;
  font-weight: 500;
  padding-top: 10px;
}

/*.job-meta {
  padding-top: 0px;
  border-bottom: 1px solid #97AAC3;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}*/

/*.job-body {
  padding: 10px 5px;
}*/

.time {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  color: #97AAC3;
  text-align: right;
}

.company {
  margin-bottom: 5px;
  color: #97AAC3;
}


.job-keyword {
  /*border-top: 1px solid #97AAC3;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;*/
  padding-bottom: 10px;
}

.job-publi {
  padding-top: 10px;
}

.skillset {
  padding: 30px;
}

.badge.block-badge {
  display: block;
  margin: 5px;
  background-color: #3792a7;
}

/* Thesis CONFIGURATION
-------------------------------------------------- */

.abstract {
  text-align: justify;
}
