#archived {
  position: fixed;
  z-index: 1;
  bottom: 0;
  padding: 0em;
  width: 100%;
  text-align: center;
  font-size: 1em;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .5);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
  background: rgb(239, 113, 0);
  color: white;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 300;
  font-size: 28px;
}

.wrapper {
  margin: auto;
  width: 800px;
  max-width: 100%;
  box-shadow: 0px 0px 50px #888;
}

.section {
  padding: 50px 50px 20px;
  margin: 0;
}

#intro p {
  margin: 0;
}

h2{
   font-family: "Open Sans Condensed";
   font-size: 38px;
   margin: 10px 0;
}

.split {
  clear: none;
  display: inline;
  position: absolute;
  margin: 0;
}

#header, h1 {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  text-transform:uppercase;
  text-align: center;
  font-size: 70px;
  line-height: 140px;
  height: 140px;
  color: white;
  background-color: rgb(239, 113, 0);
  text-shadow: 0px 5px 10px rgba(0, 0, 0, .5);
}

#header a {
  text-decoration: none;
}

#header .q {
  position: relative;
  top: 0px;
  font-size: 76px;
}

#header img{
  height: 90px;
  position: relative;
  top: 25px;
  margin: 0px 20px;
}

#intro {
  background-color: rgb(237, 237, 237);
}

#share {
  background-color: rgb(221, 186, 23);
}

#share p {
  margin: 5px 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.subtext{
  font-style: italic;
  font-size: 18px;
}

input, .styled-select {
  border: 2px solid rgb(215, 215, 215);
  border-radius:10px;
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, .1);
  background-color: white;
  color: black;
  margin: 0;

  overflow: hidden;
}

#share, select, input {
  font-size: 20px;
  font-family: "Open Sans Condensed", sans-serif;
}

input {
  padding: 0px 10px;
}

select {
  background: transparent;
  padding: 5px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
}

.styled-select {
  display: inline;
  background: url("../images/arrow.png") no-repeat right white;
  background-size: 10px 10px;
}

.submit {
  font-size: 28px;
  color: white;
  border: 2px solid rgb(215, 215, 215);
  background-color: rgb(248, 120, 0);
  box-shadow: inset 0 -5px 5px rgba(0, 0, 0, .1);
  margin: .5em 0;
  cursor: pointer;
}

#fee{width: 3em;}
#client{width: 150px}
#where{width: 100px;}
#time_amount{width: 50px;}
#medium{width: 150px;}
#working_years {width: 50px;}
#also {width: 20em;}

#learn {
  color: white;
  background-color: rgb(215, 100, 0);
}

#learn ul {
  list-style: none;
  padding: 0;
  text-indent: none;
}

#learn li {
  margin-bottom: 2em;
  font-size: 28px;
}

#learn li p {
  margin: 0;
}

#learn a {
  color: rgb(255, 200, 60);
  cursor: pointer;
}

#showall {
  display: block;
  border: 0;
  margin: 0 auto;
  padding: 0;
  color: rgb(255, 200, 60);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-style: italic;
  text-decoration: underline;
  text-align: center;
}

.date {
  font-size: 20px;
  font-style: italic;
}

#download {
  font-style: italic;
}

#footer {
  text-align: center;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 4em;
}

a, a:hover, a:link, a:visited {
  color: rgb(215, 100, 0);
  cursor: pointer;
}

.autocomplete-suggestions {
  font-size: 20px;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;

  border-radius: 10px;
  border: 2px solid rgb(215, 215, 215);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, .1);
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: rgb(215, 100, 0);
}
