.nav-header {
    /*
	color: #fff;
    background-color: #f7a900;
	*/
}

.circle {
  display: block;
  width: 300px;
  height: 300px;
  margin: 1em auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  
  
  /*
  border: 5px solid #ddd;
  */

  border: 5px solid #eee;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);  

}

.language_selector {
	font-variant:normal !important;
	font-stretch:normal !important;
	font-weight:100 !important;
}
