h1, legend{
	border-style: none none groove none;
	text-align: left;
    font: 600 16px/1.5 "Source Sans Pro", sans-serif;
    color: white;
    background: #86c069;
}
div {
	width: 98%;
	margin-left: 1%;
    text-align: left;
}
form{
    text-align: center;
    float: center;
}
#submit_button{
	overflow: visible;
    width: 50%;
    margin-left: 25%;
	margin-top: 20px;	
	background: #86c069;
	border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font: 700 14px/1.5 "Source Sans Pro", sans-serif;
    color: white;
}
a {
    font: 400 14px/1.5 "Source Sans Pro", sans-serif;
    color: rgb(134, 134, 134);
	//color: #86c069;
}

#file{
	width: 80%;
    margin-left: 10%;
	margin-top: 20px;	
	border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font: 400 14px/1.5 "Source Sans Pro", sans-serif;
    color: rgb(134, 134, 134);
}

#label{
    font: 700 14px/1.5 "Source Sans Pro", sans-serif;
    color: rgb(219, 158, 39);
	width: 25%;
    margin-left: 0px;
	margin-top: 20px;	
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

#label_part{
	margin: 0 auto;	
	width: 40%;	
}
a#back{
	font: 600 17px/1.5 "Source Sans Pro", sans-serif;
}

#text_right{
	text-align: right;
	margin-left: 90%;//67
}
.footer{
	padding-top: 10px;
	width: 48%;
	display:inline-block;
}
.a_footer_right{
	text-decoration: none;
}
.footer_right{	
	font: 600 12px/1.5 "Source Sans Pro", sans-serif;
	color: rgb(134, 134, 134);
	padding-top: 10px;
	width: 48%;
	text-align: right;
	float:right;
	display:inline-block;
}

#gallery_name{
	width: 70%;
    margin: 0 auto;	
}

p.footer{
	margin-top: 20px;
	border-style: groove none none none;	
}

p.header{
	border-style: none none groove none;
	text-align: left;
    font: 600 16px/1.5 "Source Sans Pro", sans-serif;
    color: white;
    background: #86c069;
}

a.settings{
		padding-top: 5px;
		float:right;
		margin-right: 20px;//70
}

a.new_gallery{
	margin-left: 10px;
	width: 20px;
	height: 20px;
}

select{
	width: 60%;
	margin-top: 20px;
	padding: 10px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}

option {
     font-weight:bold;
}

h2 {
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
 // font: 400 40px/1.5 Helvetica, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}
 
ul {
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
 
li {
  text-align: center;
  font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 1px solid #ccc;
  width: 20%;
  margin-left: 40%;
}
 
li:last-child {
  border: none;
}
 
li a {
  text-align: center;
  text-decoration: none;
  color: #000;
  display: block;
  //width: 200px;
 
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
  width: 100%;
}
 
li a:hover {
  text-align: center;
  font-size: 30px;
  background: #f6f6f6;
}
body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	height: 100%;
}
html{
	height: 100%;
}