body{
	font-family:'open sans', sans-serif;
}

a {
	text-decoration: none;
  color: white;

}

a:hover {
  text-decoration: none;
	color: #EA4335;
}

a:visited {
  text-decoration: none;
	color: white;
}


.navbar-transparent {
    background-color: rgba(0, 149, 221, 0.4);
}

#white{
  color:#FFFFFF;
}

#black{
  color:#000000;
}

.container{
  width: auto;
  color: white;
}

.list-inline{
  display: inline;
  padding: 10px;
  color: white;

}

.links{
  padding: 1.5em;
  color: white;
}



.navbar {
   min-height: 60px;
   color: white;
}


.photo{
float: left;
width: 20%;
}

.list{
  list-style-type: none;

}

.top-buffer {
  margin-top:1em;
}

#photo {
  padding-right: 20px;
}

.aircraftPic{
  position: center;
  padding: 10px;
  height: 300px;
  border-radius: 40px;
}



.spacer{
	height: 20vh;
}


.contenu {
  background: rgba(210, 209, 207, 0.9);
  border-radius: 10px;
	padding: 30px;
  margin: 0 auto;
  width: 80%;
	box-shadow: 2px 2px 3px #C1BDB4;

}

.header {
	text-align: center;
	margin: 30px;
}





.spacer2{
	padding-bottom: 2em;
}

.row{

	padding: 30px;
}

.carousel-inner > .item > img {
    margin: 0 auto;

    max-height: 550px;
}

textarea {
    border: none;
    border-collapse:collapse;
   resize: none;
    margin: 0;
    padding: 0;
    width: 400px;
    border-radius: 7px;
}
