
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #222;
  max-width: 50rem;
  padding: 2rem;
  margin: auto;
  background: #fafafa;
  font-size: 15px;
}
img {
  max-width: 100%;
}
a {
  color: #2ECC40;
}
h1, h2, strong {
  color: #111;
}

code {
  color: #ccc;
  background: #2d2d2d;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
  font-size: 15px;
}

.content {
  max-width: 50rem;
  margin: auto;
}

nav {
    position: relative;
    width: calc(100% - 0px);
    margin: 0 auto;
    padding: 10px 0;
    background: #333;
    z-index: 1;
    text-align: right;
    padding-right: 2%;
}

.nav-item {
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

#logo-web a {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  float: left;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 35px;
  text-decoration: none;
}


.nav-item li {
    display: inline-block;
    margin: auto;
}

.nav-item a {
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    padding: 0 0px;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    z-index: 1;
}

/*Index post styles*/
.post-date {
  margin-top: 0px;
  font-size: 14px;
  color: #999;
}

.post-title {
  margin-bottom: 0px;
}

.warning-div {
  background-color: #e5bab7;
  border-radius: 10px;
}

.warning-div p {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
}

.proof-div {
  background-color: #bbc3ce;
  border-radius: 10px;
}

.proof-div p {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
}

.main-index {
    margin-top:: 3em;
}


.proof-button {
  border-style: none;
  background: none;
  font: 16px Serif;
  color: blue;
  margin: 0 0 10px 0;
}

.collapsable-proof-div input:checked {
  color: red;
}

.proof-button:hover {
  color: black;
}

.collapsable-proof-div {
  -moz-transition: height .5s;
  -ms-transition: height .5s;
  -o-transition: height .5s;
  -webkit-transition: height .5s;
  transition: height .5s;
  height: 0;
  overflow: hidden;
}

blockquote{
  font-size: 1.2em;
  width:80%;
  margin:30px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:2em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

.job-date {
    /* position: absolute; */
    /* top: 81%; */
    font-size: 0.85em;
    color: gray;
    margin-top: -1.4em;
}

.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  /* background-color: #f1f1f1; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 1.0em;
  border-bottom: 3px solid transparent;
}

/* Change background color of buttons on hover */
.tab button:hover {
  /* background-color: #ddd; */
  border-bottom: 3px solid transparent;
}

/* Create an active/current tablink class */
.tab button.active {
  /* background-color: #ccc; */
  border-bottom: 3px solid #4CAF50;
  /* font-weight: bold; */ /*true bold changes size of text*/
  text-shadow: 0 0 0.5px #000;
}

#searchResultsPopup {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    max-height: 150px;
    overflow-y: auto;
    width: calc(100% - 2px);
    box-sizing: border-box;
    z-index: 1;
}

.search-result-item {
    padding: 8px;
    cursor: pointer;
}

.search-result-item:hover {
    background-color: #f2f2f2;
}
