@font-face { font-family: 'cambria';
             src: url('Cambria.ttf') format('truetype'); }

@font-face { font-family: 'candara';
            src: url('Candara.ttf') format('truetype'); }

html {
  height: 100%;
}

body {
  font-family: candara;
  background: #1f1f1f;
  color: #eaeaea;
  margin-bottom: 0px;
  min-height: 100%;
}

header {
  font-family: cambria;
  font-style: italic;
  text-align: right;
  text-shadow: 0 2px 2px black;
}

main {
  padding-bottom: 50px;
  min-height: 100%;
  margin-bottom: 60px;
}

main.container {
  /* border: solid yellow 1px; */
  min-height: 100%;
}

h1,h2,h3,h4 {
    font-weight: normal;
    color: #eaeaea;
    text-shadow: 0 2px 1px #181818;
    margin-top: 0.5em;
}

h1 {
  font-size: 1.7em;
}

h2,h3,h4 {
    font-size: 1.2em;
    margin-bottom: 1em;
    font-family: candara;
}

a.nav-link{
  text-decoration: none;
  color: #eaeaea;
  padding: 10px 15px;
}

a.nav-link:hover{
  color: #337ab7;
  background-color: #eaeaea;
}

hr {
  border-color: #eaeaea;
}

div.card {
  background-color: #383838;
  border-color: #1f1f1f;
  margin: 5px;
}

div.card-img {
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}

div.nonsensFormField {
  display: none;
}

div.invalid-feedback {
  background-color: yellow;
}

span.text-muted {
  font-weight: normal;
  color: #eaeaea!important;
}

#logo_img {
  float: left;
  vertical-align: middle;
  max-height: 60px;

}

#logo_txt_lg {
  font-size: 2em;
  margin-top: 20px;
  margin-bottom: 20px;
}

#logo_txt_sm {
  display: none;
}

#navContainer {
  background-color: #337ab7;
  font-family: cambria;
  font-size: 1.1em;
  font-style: italic;
  text-transform: lowercase;
  color: #eaeaea;
  z-index: 1001;
}

#navContainer ul {
  list-style: none;
}

#navContainer li {
    margin: 0 0.2em 0 0.2em;
    float: left;
}

.navbar {
  padding: 0;
}

.container {
  background-color: #383838;
}

.container a {
    color: white;
}

.container a:hover {
  background-color: #eaeaea;
  color: #383838;
}

.modal-header {
  color: #eaeaea;
}

.modal-header button {
  color: #eaeaea;
}

.modal-content {
  background-color: #383838;
  border-color: #eaeaea;
}


.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #eaeaea;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
  transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {
  opacity: 0;
}

.change .bar1 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, 8px) ;
}

@media only screen and (max-width: 1200px) {
    #logo_txt_sm {
      display: block;
    }
    #logo_txt_lg {
      display: none;
    }
}
