* {
  -webkit-appearance: none;
}
   
body {
  font-family: Helvetica;
  color: #111111;
  margin: 0 auto;
}
a:visited {
  color: #111111;
}
a {
  text-decoration: none;
  color: #111111;
}
img {
  width: 100%;
}

a.menu {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 10pt;
  font-weight: lighter;
}
a.menu:hover{
  opacity: 0.5;
  text-decoration: none;
  font-size: 10pt;
  font-weight: lighter;
}
ul.menu {
    height:60px;
    margin: 0 auto;
    padding-left: 0;
}

li.menu {
  display: inline-block;
  margin-top: 15px;
  margin-left: 35px;
  margin-right: 35px;
  vertical-align: middle;
}

.menu-bg {
  background-color:#f47440;
  height:60px;
  width: 100%;
  text-align: center;
}

nav {
  max-width: 1260px;
  height:60px;
  margin: 0 auto;
}

p {
  margin: 13px;
  margin-left: 0;
}

a.button, input[type="submit"], input[type="reset"] {
   color: #FFFFFF;
   text-decoration: none;
   font-size: 13pt;
   font-weight: normal;
   background-color:#f47440;
   padding: 15px;
}

a.button:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  opacity: 0.9;
  text-decoration: none;
  font-size: 13pt;
  font-weight: normal;
}

input, textarea {
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    padding: 12px;
    font-size: 12pt;
    font-weight: normal;
    border-radius: 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select {
  background-color: #e8e8e8;
  border: none;
  padding: 12px;
  font-size: 12pt;
  font-weight: lighter;
  border-radius: 10px;
}

input[type="number"] {
  border: 0; 
  border-bottom: 1px solid #C0C0C0;
  outline: 0; 
  background-color: transparent; 
  border-radius: 0px;
}

input[type="number"]:focus {
  border-bottom: 1px solid #f47440;
}

input[type="reset"]:focus{
  outline-width: 0px;
}

a.link {
  color: #f47440;
}

a.link:visited {
  color: #f47440;
}

a.link:hover {
  opacity: 0.7;
}

.error input {
  border: 1px solid red;
}

.error {
  color: red;
}

.error-message {
  color: red;
  padding-left: 20px;
  font-weight: lighter;
}

h2.subtitle {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 20pt;
  font-weight: normal;
}

#video {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width:320px;
  height:240px;
}

#photo {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width:320px;
  height:240px;
}

#canvas {
  display:none;
}

.camera {
  width: 340px;
  display:inline-block;
}

.output {
  width: 340px;
  display:inline-block;
}

#startbutton {
  display:block;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  bottom:32px;
  background-color: rgba(0, 150, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  color: rgba(255, 255, 255, 1.0);
}

.contentarea {
  font-size: 16px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  width: 760px;
}