.nav_bar_en
{
	padding-bottom : 170px;
}

html,body{
	
	background-image:url("../images/nature.jpg");
	/*background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  background-attachment: fixed;
  height:100%;
  width: 100%;*/
  background-repeat: no-repeat;
  background-attachment: fixed;
	width:100%;
	height:100%;
	background-size: cover;

}

#Container_{
  margin-left: 50px;
  margin-right: 50px;
}

#titleContainer{
  padding-top: 35px;
  text-align: center;
  font-weight: bold;
  color: white;
}

#researchTitle_{
font-size: 50px;
font-weight: 900;


}

#researchDescription_{
  padding-top: 10px;
  font-size: 20px;
}

#descriptionText{
  padding-bottom: 20px;
  min-height: 200px;
}

#projectCategories{
  padding-top: 50px;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: white;
  line-height: normal;

}

#cardHorizontal{
  margin-top: 70px;
  min-height: 200px;
  border: 2px solid gray;
  border-radius: 5px;
  color: white;
}

#cardTitle{
  font-size: 25px;
  text-align: center;
  min-height: 50px;
  border-bottom: 2px solid gray;
  background-color: rgba(0,0,0, 0.7);

  /*padding-top: 10px;*/
}

#cardDescription{
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(0,0,0, 0.5);
}

#titleText{
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  line-height: normal;
}

select
{
	background: rgba(0,0,0,0.3);
	color:#ecf0f1;

}

select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.7);
    color: #ecf0f1;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}

#Container_2{
  padding-top: 40px;
    text-align:center;
  margin-bottom: 10px;
  margin-right: 70px;
  color:white;

}
