.dropdown-content{
  display: none;
  position: absolute;
  background-color:  rgba(80, 80, 80, 0.93);
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-family: "Open Sans", "Trebuchet", sans-serif;
}

.dropdown-content a {
  color: #EEE;
  display: block;
  text-decoration: none;
  padding: 6px 8px;
  font-family: "Open Sans", "Trebuchet", sans-serif;
  font-size: 0.8em;
}
.dropdown-content a:hover{
  color: #AAA;
  display: block;
  text-decoration: none;
  padding: 12px 16px;
  font-family: "Open Sans", "Trebuchet", sans-serif;
}

.show {
  display: block;
}

.button-bar {
  padding-top: 80px;
  margin-bottom: 50px;
  background: no-repeat center center;
  background-color: #777777;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#search-bar {
  display: block;
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  width: 60%;
  border-radius: 5px;
  border: none;
  padding: 10px;
  font-family: 'Open Sans', 'Trebuchet', sans-serif;
}

.button-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: rgba(0,0,0,0);
}
.industry-category {
  flex: 1 1 auto;
  flex-grow: 1;
  border: none;
  background-color: rgba(0,0,0,0.2);
  padding: 10px;
  color: white;
  height: auto;
}
@media all and (max-width: 640px) {
  .button-row {
    flex-direction: column;
  }
}
.industry-category:hover {
  background-color: rgba(0,0,0,0.3);
}
.industry-category:focus {
  background-color: rgba(0,0,0,0.5);
  outline: 0;
}
.industry-category h5 {
  display: block;
  margin: auto;
}

.headshot {
  margin: 0 auto;
  display: block;
  height: 30%;
}

.like-button:hover {
  color: rgb(230,230,230);
}

.form-label {
  width: 20%;
}

.form-button {
  background-color: white;
  border: 1px solid blue;
  border-radius: 5px;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
   transition: 0.3s;
   height: 100%;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
   border: 1px solid #ccc;
}
#create-post-button {
  float:right;
  padding: 14px 16px;
}
