body {
    padding-top: 20px;
    /*font-family: 'Roboto', sans-serif;*/
  }
#opacdiv {
    background-color: black;
    opacity: 0.7;
}
.jumbotron900 {
    min-height: 900px;
}
.jumbotron732 {
    min-height: 732px;
}
.inputfile {
	margin-top: 7px;
	width: 0.1px;
	opacity: 0;
}
.inputfile + label {
	margin-top: 7px;
    font-size: 16px;
    color: white;
    background-color: #4e7173;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #5cb85c;
}
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.form-control2
{
    width: 40%;
	padding: 4px;border: #afced0 1px solid;border-radius: 4px;
}
.button_header_active
{
    background-color: #c25b3e;
    border: none;
    color: white;
    padding: 5px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 1px 1px;
    cursor: pointer;
	border-radius: 0px;
	color: #f7edbb;

}
.button_header {
    background-color: #a44832;
    border: none;
    color: white;
    padding: 5px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 1px 1px;
    cursor: pointer;
	border-radius: 0px;
	color: #f7edbb;
}
