body {
  display: flex;
  flex-direction: column;
}

.asteriskField {
  display: none;
}

img, embed, object, video {
  max-width: 100%;
}

.center {
  text-align: center;
}

/* ====================== Small Screen Media Port Logo Styling ============================ */
.logo-class-small:hover {
  /* rid of hyperlink defaults */
  text-decoration: none;
  color: #fff;
}

.logo-class-small {
  outline: 4px solid #ccc;
  font-family: "Amiri", serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  padding: 6px 8px 3px 8px;
  margin: 20px 0px 0px 20px;
  color: white;
  display: inline-block;
}

/* -------------- Profile Thumbnail ----------------- */
.profile-thumbnail-small {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 20px;
  /*outline: 2px solid white;*/
}
@media (min-width: 400px) and (max-width: 799px) {
  .profile-thumbnail-small {
    top: 24px;
    right: 20px;
  }
}

.profile-thumbnail-small img {
  max-width: 40px;
  max-height: 40px;
  padding: 2px;
  border: 2px solid white;
  background-color: #333;
}
@media (min-width: 400px) and (max-width: 799px) {
  .profile-thumbnail-small img {
    max-width: 50px;
    max-height: 50px;
  }
}

.profile-thumbnail-small img:hover {
  outline: 0;
}

.profile-thumbnail-small img:hover {
  border: 2px solid #333;
  background-color: white;
}

.profile-thumbnail-small img:visited,
.profile-thumbnail-small img:active,
.navcurrent.profile-thumbnail-small img:hover {
  border: 2px solid white;
  background-color: #333;
}

.auth-more-icon #more-icon {
  top: 28px;
  right: 80px;
  color: #fff;
  z-index: 2;
  position: absolute;
  font-size: 16px;
  display: inline-block;
  padding: 2px 5px 1px 5px;
}
@media (min-width: 400px) and (max-width: 799px) {
  .auth-more-icon #more-icon {
    top: 30px;
    font-size: 18px;
  }
}
@media (min-width: 800px) {
  .auth-more-icon #more-icon {
    display: none;
  }
}

.unauth-more-icon #more-icon {
  top: 28px;
  right: 20px;
  color: #fff;
  z-index: 2;
  font-size: 16px;
  position: absolute;
  display: inline-block;
  padding: 6px 8px 3px 8px;
}
@media (min-width: 400px) and (max-width: 799px) {
  .unauth-more-icon #more-icon {
    top: 30px;
    font-size: 18px;
  }
}
@media (min-width: 800px) {
  .unauth-more-icon #more-icon {
    display: none;
  }
}

.auth-more-icon #more-icon.responsive .fa-times,
.unauth-more-icon #more-icon.responsive .fa-times {
  display: inline-block;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 44px;
  z-index: 2;
}
@media (min-width: 400px) and (max-width: 799px) {
  .auth-more-icon #more-icon.responsive .fa-times,
.unauth-more-icon #more-icon.responsive .fa-times {
    top: 20px;
    right: 20px;
    color: #ccc;
  }
}

.auth-more-icon #more-icon.responsive .fa-times {
  margin-top: -5px;
  margin-right: -55px;
}
@media (min-width: 400px) and (max-width: 799px) {
  .auth-more-icon #more-icon.responsive .fa-times {
    margin-top: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 400px) and (max-width: 799px) {
  a#more-icon,
a.profile-thumbnail-small {
    outline: none;
  }

  .auth-more-icon #more-icon.responsive,
.unauth-more-icon #more-icon.responsive {
    top: 0px;
    right: 0px;
    z-index: 2;
    color: #ccc;
    width: 250px;
    height: 80px;
    position: absolute;
    margin-bottom: 15px;
    display: inline-block;
    background-color: white;
  }
}
#more-icon .fa-times,
.responsive .fa-bars,
.unauth-more-icon #more-icon.responsive .fa-bars {
  display: none;
}

/* Hidden divs till JS toggles different class */
#overlay,
#nav-expand,
.mydropdown-content,
.mydropdown-content a,
#nav-expand #logo-insonium,
.mydropdown .mydropdown-content {
  display: none;
}

img.profile-thumbnail {
  display: none;
}
@media (min-width: 800px) {
  img.profile-thumbnail {
    padding: 2px;
    max-width: 45px;
    max-height: 45px;
    display: inline-block;
    background-color: #333;
    border: 2px solid white;
  }
}
@media (min-width: 800px) and (min-width: 1050px) {
  img.profile-thumbnail {
    max-width: 50px;
    max-height: 50px;
  }
}

#overlay.responsive {
  /* After clicking on more icon there is an opaque layer between the navbar and the BG */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: black;
  z-index: 1;
  /* The background has z-index 0, the nav bar has z-index 2, this sits in between */
  display: inline-block;
}
@media (min-width: 400px) and (max-width: 799px) {
  #overlay.responsive {
    opacity: 0.5;
  }
}

/* Drop-down caret for "ABOUT ME" */
.fa.fa-caret-down {
  vertical-align: middle;
}

.show-dropdown .fa.fa-caret-down {
  transform: rotate(180deg);
}

#nav-expand.responsive {
  top: 85px;
  z-index: 2;
  width: 100%;
  display: flex;
  text-align: center;
  position: absolute;
  padding-bottom: 15px;
  background-color: white;
  flex-flow: column nowrap;
  /*outline: 2px solid red;*/
}
@media (min-width: 400px) and (max-width: 799px) {
  #nav-expand.responsive {
    top: 80px;
    right: 0px;
    width: 250px;
    bottom: 0;
    overflow: auto;
    flex-flow: column nowrap;
  }
}

/* this insonium logo not displayed on mobile, using a different anchor tag */
/*.show-dropdown.mydropdown-content :nth-child(1) { order: 2; }*/
#nav-expand.responsive :nth-child(2) {
  order: 1;
}

/* HOME */
#nav-expand.responsive :nth-child(3) {
  order: 2;
}

/* UPDATES */
#nav-expand.responsive :nth-child(4) {
  order: 3;
}

/* NEW */
#nav-expand.responsive :nth-child(5) {
  order: 6;
}

/* ABOUT ME */
#nav-expand.responsive :nth-child(6) {
  order: 4;
}

/* PROFILE / JOIN_US */
#nav-expand.responsive :nth-child(7) {
  order: 5;
}

/* LOGIN / LOGOUT*/
.show-dropdown.mydropdown-content {
  display: flex;
  flex-flow: column wrap;
}

.navbar-item.mydropdown {
  outline: 0;
}
@media (min-width: 800px) {
  .navbar-item.mydropdown {
    padding: 18px 18px 18px 18px;
  }
}
@media (min-width: 1050px) {
  .navbar-item.mydropdown {
    padding: 17px 30px 18px 30px;
  }
}

.mydropdown .mydropbtn,
.show-dropdown.mydropdown-content a,
#nav-expand.responsive > a.navbar-item {
  z-index: 2;
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  font-family: "Gentium Basic", serif;
  padding: 10px;
  outline: 3px solid #ccc;
  margin: 15px 15px 0px 15px;
}
@media (min-width: 800px) {
  .mydropdown .mydropbtn,
.show-dropdown.mydropdown-content a,
#nav-expand.responsive > a.navbar-item {
    margin: 0;
    padding: 0;
    outline: none;
    color: white;
    display: block;
    font-size: 18px;
    font-weight: bold;
    align-self: center;
    text-decoration: none;
    font-family: "Gentium Basic", serif;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 800px) and (min-width: 1050px) {
  .mydropdown .mydropbtn,
.show-dropdown.mydropdown-content a,
#nav-expand.responsive > a.navbar-item {
    font-size: 22px;
  }
}

#nav-expand.responsive > a.navbar-item.navcurrent,
.show-dropdown.mydropdown-content a.navcurrent {
  cursor: default;
  outline: 3px solid #ccc;
  text-decoration: underline;
  text-decoration-color: orange;
}

.profile-nav-small {
  vertical-align: middle;
}

section {
  padding-top: 8%;
  text-align: center;
  /*outline: 1px solid green;*/
}
@media (min-width: 800px) {
  section {
    padding-top: 5%;
  }
}

@media (min-width: 800px) {
  #nav-expand {
    display: flex;
    flex-flow: row nowrap;
    background-color: rgba(20, 20, 20, 0.4);
    vertical-align: middle;
    height: 64px;
    padding-right: 12px;
  }

  /* Add a grey background color to mydropdown links on hover */

  /* mydropdown content (hidden by default) */

  /* Links inside the mydropdown */

  /* Show the mydropdown menu on hover */
}
@media (min-width: 800px) and (min-width: 1050px) {
  #nav-expand {
    height: 71px;
    padding-right: 10px;
  }
}
@media (min-width: 800px) {
  .mydropdown-content a:hover {
    outline: none;
    text-decoration: none;
    color: white;
    outline: 3px solid white;
    background-color: rgba(20, 20, 20, 0.7);
  }
}
@media (min-width: 800px) {
  #more-icon,
.logo-class-small,
.profile-nav-small,
.profile-thumbnail-small {
    display: none;
  }
}
@media (min-width: 800px) {
  #nav-expand #logo-insonium {
    display: block;
  }
}
@media (min-width: 800px) {
  .navbar-item {
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    align-self: center;
    font-family: "Gentium Basic", serif;
    padding: 4px 18px 4px 18px;
  }
}
@media (min-width: 800px) and (min-width: 1050px) {
  .navbar-item {
    font-size: 22px;
    padding: 8px 30px 8px 30px;
  }
}
@media (min-width: 800px) {
  .navbar-item:hover {
    color: white;
    outline: 3px solid white;
    text-decoration: none;
  }
}
@media (min-width: 800px) {
  .mydropdown-content {
    display: none;
    position: absolute;
    min-width: inherit;
    top: 64px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
    margin-left: -18px;
    z-index: 1;
  }
}
@media (min-width: 800px) and (min-width: 1050px) {
  .mydropdown-content {
    margin-left: -30px;
    top: 71px;
  }
}
@media (min-width: 800px) {
  .navbar-item.mydropdown:hover {
    outline: none;
    cursor: grab;
  }
}
@media (min-width: 800px) {
  .show-dropdown.mydropdown-content {
    display: block;
    background-color: rgba(20, 20, 20, 0.4);
  }
}
@media (min-width: 800px) {
  .mydropdown-content a,
.show-dropdown.mydropdown-content a {
    color: white;
    padding: 8px 18px 8px 18px;
    text-decoration: inherit;
    display: block;
    text-align: left;
  }
}
@media (min-width: 800px) and (min-width: 1050px) {
  .mydropdown-content a,
.show-dropdown.mydropdown-content a {
    padding: 8px 30px 8px 30px;
  }
}
@media (min-width: 800px) {
  .mydropdown-content:hover,
.mydropdown:hover .mydropdown-content {
    display: block;
    outline: none;
    background-color: rgba(20, 20, 20, 0.4);
  }
}
@media (min-width: 800px) {
  .mydropdown:hover .mydropdown-content a.navcurrent {
    outline: none;
    text-decoration: underline;
    text-decoration-color: orange;
    cursor: default;
  }
}
@media (min-width: 800px) {
  .nav-thumbnail.navbar-item:hover {
    outline: 0;
  }
}
@media (min-width: 800px) {
  img.profile-thumbnail:hover {
    border: 2px solid #333;
    background-color: white;
  }
}
@media (min-width: 800px) {
  .navcurrent img.profile-thumbnail:hover {
    border: 2px solid white;
    background-color: #333;
  }
}
@media (min-width: 800px) {
  .login-nav {
    margin-left: auto;
  }
}
@media (min-width: 800px) {
  .logo-class {
    outline: 4px solid #ccc;
    font-family: "Gentium Basic", serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    padding: 3px 6px 3px 6px;
    margin: 3px 15px 3px 15px;
  }
}
@media (min-width: 800px) and (min-width: 1050px) {
  .logo-class {
    font-size: 30px;
    padding: 3px 8px 3px 8px;
    margin: 0px 30px 0px 10px;
  }
}
@media (min-width: 800px) {
  .logo-class:hover {
    color: #fff;
    text-decoration: none;
    outline: 4px solid #ccc;
  }
}
@media (min-width: 800px) {
  .navcurrent {
    text-decoration: underline;
    text-decoration-color: orange;
    cursor: default;
  }
}
@media (min-width: 800px) {
  .navcurrent:hover {
    outline: none;
    text-decoration: underline;
    text-decoration-color: orange;
  }
}

/*# sourceMappingURL=navbar.css.map */
