@font-face {
  font-family: 'Srv';
  src:  url('/vview/fonts/Star_Trek_Fuente_Cyrillic_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Seravek';
  src:  url('/vview/fonts/Seravek.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Roddenberry';
  src:  url('/vview/fonts/Roddenberry.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font: 100%/1.5  "Roddenberry", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height:100%;
  padding: 0;
  margin: 0;
}

#guest-nav {
  padding-top: 50px;
}

#guest-nav ul li a {
  color: #dcb288;
  font-family: Seravek;
  font-size: 36px;
  letter-spacing: 2px;
  text-decoration: none;
  border-bottom: 2px solid #dcb288;
}



#guest-nav ul {
  display: block;
  width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

#guest-nav ul li {
  display: inline-block;
  margin-right: 93px
}

#guest-nav ul li:last-child {
  margin: 0;
}

#header {
  width: 900px;
  margin: 50px auto 0;
  text-align: center;
}

#mini-header {
  background: url('/vview/img/head.jpg') no-repeat #000;
  background-size: cover;
  background-position: center;
}

#mini-header #header {
  padding-bottom: 74px;
  margin: 30px auto;
}

#header-secondary-text {
  color: #dcb288;
  font-family: Seravek;
  letter-spacing: 2px;
  padding: 0 20px;
  font-size: 48px;
}

#logo {
  width: 793px;
  height: 217px;
}

#form-container {
  width: 646px;
  color: #7e542a;
  background: rgba(220,178,136,.83);
  margin: 0 auto;
  border-radius: 10px;
  padding: 35px;
}

#form-container a {
  color: #7e542a;
}

#login hr {
  background: #7e542a;
  height: 2px;
  border: none;
}

input, #login button {
  background: none;
  border: none;
  margin: 0;
}

#login input {
  font: 48px  Seravek, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #7e542a;
  padding: 0 6px;
  outline: none;
  width: 100%;
}

#login input::-webkit-input-placeholder {color: #7e542a;}
#login input::-moz-placeholder {color: #7e542a;}
#login input:-moz-placeholder {color: #7e542a;}
#login input:-ms-input-placeholde {color: #7e542a;}

button {
  font: 120px  Srv, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #7e542a;
  cursor: pointer;
  letter-spacing: 2px;
  padding: 0 6px;
  font
}

#login .form-group {
  margin-bottom: 10px;
}

#login button:hover {
  color: #333;
}

.pull-right {
  float: right;
}

#reg-modal input {
  font-family: "Seravek";
  font-size: 36px;
}

#reg-form-input {
  margin: 0 68px;
}

#inactive-login-panel {
  font-size: 30px;
  text-align: center;
}

#loginform form {
  margin: 0;
  padding: 0;
}


.modal-open {
    overflow-y: auto;
}

body {
    padding-right: 0px !important
}

.outside-content {
  min-height: 1020px;
  width: 1020px;
  margin: 0 auto;
  background: url('/vview/img/tree_of_life.png') no-repeat;
  background-size: 1024px 1024px;
  padding-top: 20px;
}

.trumbowyg {
  font-family: Seravek;
  background: rgba(220,178,136,.83);
  padding: 27px 22px;
  border-radius: 20px;
}

hr.divider {
  background-color: #7e542a;
  border: 1px solid #7e542a;
}

table {
  border-collapse: collapse;
}

a.header-link {
  text-decoration: none;
  color: #fff;
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 50px;
  font-weight: normal;
}

.footer {
  padding-top: 10px;
  background: #000;
  font-size: 14px;
  font-family: Seravek;
  color: #cc9966;
}

.footer .content{
  width: 900px;
  margin: 0 auto;
}
