html,body {
  height:100%;
  width: 100%;
}

/* navbar */
.navbar-brand{
  font-style: italic;
  font-family: Roboto;
  font-weight: bold;
  letter-spacing: 3px;
}
.navbar {
  padding: 1% 0;
  font-size: 1.2em;
}

/* accueil */
#home {
  background: url(img1.jpg) no-repeat center center fixed;
  display: table;
  height: 100%;
  position: relative;
  width:100%;
  background-size: cover;
}

.landing-text {

    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.landing-text h1 {
  font-size: 250%;
  font-weight: 700;
  color: white;
  font-family: Roboto;
  letter-spacing: 10px;
  border: black;
  text-shadow:
      3px 3px 0 #000,
    -1px -1px 0 #000,
     1px -1px 0 #000,
     -1px 1px 0 #000,
      1px 1px 0 #000;
}

.landing-text h3 {
  color: white;
  letter-spacing: 2px;
  font-family: Roboto;
  font-style: normal;
  border: black;
  text-shadow:
      3px 3px 0 #000,
    -1px -1px 0 #000,
     1px -1px 0 #000,
     -1px 1px 0 #000,
      1px 1px 0 #000;
}

.landing-text button {
  color: white;

  font-family: Roboto;
  border: black;
  text-shadow:
      3px 3px 0 #000,
    -1px -1px 0 #000,
     1px -1px 0 #000,
     -1px 1px 0 #000,
      1px 1px 0 #000;
}

/* page de présentation */
#Presentation .padding {
  padding:210px 0px;
}

#Presentation .photo_de_profil {
  float: left;
  width: 80%;

}

#Presentation .Bio {
  font-weight:bold;
  font-family: Roboto;

}

#Presentation .Bio h1 {
  color:#838998;
  text-decoration: underline;
  letter-spacing: 2px;
  margin-top: 3% ;
  margin-bottom: 5%;
  text-shadow:
      3px 3px 0 #000,
    -1px -1px 0 #000,
     1px -1px 0 #000,
     -1px 1px 0 #000,
      1px 1px 0 #000;
}

/*page des projets*/
#Projets {
  background-color: #525252;
}

#Projets .padding {
  padding:210px 0px;
}

#Projets .photo_de_profil {
  float: right;
  width: 90%;
  padding: 20px 0px;
}

#Projets .Bio {
  font-weight:bold;
  font-family: Roboto;
  color: white;

}

#Projets .Bio h1 {
  color:white;
  text-decoration: underline;
  letter-spacing: 2px;
  margin-top: 3% ;
  margin-bottom: 5%;
  text-shadow:
      3px 3px 0 #000,
    -1px -1px 0 #000,
     1px -1px 0 #000,
     -1px 1px 0 #000,
      1px 1px 0 #000;
}
