
* {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    /*margin: 0;*/
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    word-wrap: break-word;
}

.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

 .navbar {
  min-height: 102px;
  background-color: black;
  background-image: none;
}

.navbar-nav {
  margin: 24px auto;
  float:right;
}

.navbar-header {
  margin: 24px auto;
}

.navbar-inverse .navbar-nav > .active > li > a {
  background-color: black;
  background-image: none;
  vertical-align: bottom;
  font-size: 12px;
  color: #b69b6c;
  bottom: -18px;
}

.navbar-inverse .navbar-nav > li > a {
  background-color: black;
  background-image: none;
  vertical-align: bottom;
  font-size: 12px;
  color: #ffffff;
  bottom: -18px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #b69b6c;
  bottom: -18px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #b69b6c;
}

.navbar-brand {
  padding: 0 15px;
  height: 54px;
  line-height: 54px;
}

.navbar-toggle {
  /* (54px - button height 34px) / 2 = 10px */
  margin-top: 10px;
  padding: 9px 10px !important;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (54px - line-height of 27px) / 2 = 13px */
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 27px;
  }
}

.note {
  width: 500px;
  margin: 20px 50px;
  font-size: 1.1em;
  color: #333;
  text-align: justify;
}
.field {
  width: 500px;
  margin: 10px 50px;
  font-size: 1.1em;
  color: #333;
  text-align: justify;
}
#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  /*width: 480px;*/
  /*margin: 10px 50px;*/
  padding: 20px;
}
#drop-area.highlight {
  border-color: purple;
}
p {
  margin-top: 0;
}
.uploadform {
  margin-bottom: 10px;
}
#gallery {
  margin-top: 10px;
}
#gallery img {
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.button {
  display: inline-block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.button:hover {
  background: #ddd;
}
#fileElem {
  display: none;
}
.label {
	display:inline-block;
	width:130px;
}
.value {
	width:200px;
}
