@font-face {
  font-family: Nyala;
  src: url("../fonts/nyala.ttf");
}

@font-face {
  font-family: MyriadPro;
  src: url("../fonts/MyriadPro-Regular.otf");
}

body{
  background: none;
}

body{
  font-family: MyriadPro;
  font-size: 14px;
  color: #231f20;
}

.monguz-tab-item>a, 
.light-background,
body input, 
body select, 
body textarea,
input[type="submit"], 
input[type="submit"]:hover, 
input[type="submit"]:focus, 
input[type="button"], 
input[type="button"]:hover, 
input[type="button"]:focus, 
input[type="reset"], 
input[type="reset"]:hover, 
input[type="reset"]:focus, 
button, 
button:hover, 
button:focus{
  color: #231f20;
}

a, 
.opac-portlet.opac-browse-portlet #biblSearchButton, 
.recordRow span.reference:hover, 
.recordRow span.reference, 
.recordContent span.reference:hover, 
.recordContent span.reference{
  color: #4c0700 !important;
}

header a,
header a:hover,
header a:focus{
  color: #231f20 !important;
}

.btn.modal-positive-button, 
.btn-primary, 
.opac-portlet .opac-function-button.opac-positive-button{
  background: #4c0700;
}

.btn.modal-positive-button:hover, 
.btn.modal-positive-button:focus, 
.btn.modal-positive-button:active, 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.opac-portlet .opac-function-button.opac-positive-button:hover,
.opac-portlet .opac-function-button.opac-positive-button:focus,
.opac-portlet .opac-function-button.opac-positive-button:active{
  background: rgba(76, 7, 0, .8);
}

.btn.modal-neutral-button, 
.btn-default, 
.opac-portlet .opac-function-button.opac-neutral-button{
  background: #f1e6d5;
}

.btn.modal-neutral-button:hover, 
.btn.modal-neutral-button:focus, 
.btn-default:hover, 
.btn-default:focus, 
.opac-portlet .opac-function-button.opac-neutral-button:hover,
.opac-portlet .opac-function-button.opac-neutral-button:focus{
  background: rgba(241, 230, 213, .8);
}

.row {
  margin-right: -8px;
  margin-left: -8px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 8px;
  padding-left: 8px;
}

.btn.modal-positive-button, 
.btn-primary, 
.opac-portlet .opac-function-button {
  border-radius: 0px !important;
}

.footer[role="contentinfo"] a,
.footer[role="contentinfo"] a:hover,
.footer[role="contentinfo"] a:focus{
  text-decoration: none;
  color: #fc0 !important;
}

.input-group .input-group-addon{
  background-color: #ddd2c0;
}

.input-group .input-group-addon,
.input-group input[type="text"]{
  border-color: #ddd2c0 !important;
}

footer a, footer a:hover {
  color: #fc0 !important;
}