h1 {
    font-size: 1.5rem;
    margin-top: 5rem;
    color: #000000;
}

h2 {
    font-size: 1.25rem;
    margin-top: 2rem;
}

h3 {
    font-size: 1.1rem;
    margin-top: 1.1rem;
    color: #676767;
}

img {
    max-width: 100%;
}

a, li a {
    color: #3f0080; 
    text-decoration: underline;
}

a:hover {
    color: #7031B0;
}

ul {
    padding-inline-start: 15px;
}

ol {
    padding-inline-start: 20px;
}

th, td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 20px 10px;
}

th {
    background: #f2f2f2;
}

.search-wrapper {
    max-width: 1000px;
    margin: 1rem auto 0;
    flex-direction: row;
    display: flex;
}

.help-content img {
    border: 1px solid #CCC;
}

.body {
    display: flex;
    flex-direction: column;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

.search {
    position: absolute;
    z-index: 50;
    max-width: 900px;
    margin-top: 15px;
    width: 550px;

    .pagefind-ui__drawer {
        background-color: white;
        border: 1px solid gray;
        padding: 0 15px;
        border-radius: 3px;
    }
}

.header-wrapper {
    height: 330px;
    background: url("../img/title-background.png") 100% no-repeat;
    background-size: 100%;
}

.header-search-row {
    margin-top: -110px;
}

.header-search {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white;
}

.header {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin: 3rem auto;
    color: white;
}

.header-title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
}

.app-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 140px;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.header-content {
    width: 1250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.app-btn {
    width: 140px;
    height: 40px;
    border-radius: 5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    color: rgba(0, 0, 0, 0.87);
}

.app-btn:hover {
    cursor: pointer;
}

.app-icon img {
    height: 70px;
}

.full-content {
    display: flex;
    flex-direction: row;
    color: black;
    max-width: 1200px;
    margin: 0 auto;
}

.side-nav {
    margin-top: 46px;
    margin-left: 20px;
    min-width: 300px;
    background: #f2f2f2;
    font-weight: 700;
}

.side-nav ul {
    padding-top: 0.5rem;
}

.side-nav ul li label {
    padding-bottom: 1rem;
}

.sub-nav a {
    font-size: 16px;
    font-weight: normal;
}

.nav-title {
    line-height: 70px;
    padding-left: 24px;
    font-size: 20px;
    margin-top: 1rem;
}

.side-nav ul {
    list-style: none;
    font-size: 1rem;
    margin-top: 0;
    padding-left: 0;
}

.side-nav li {
    line-height: 1.25rem;
    padding: 0.5rem 1.5rem;
}

.side-nav a {
    text-decoration: none;
    color: black;
}

.sub-nav li:hover {
    background: #e3e3e4 no-repeat;
}

.help-content {
    margin-left: 40px;
    max-width: 800px;
}

.help-content li, .help-content p {
    line-height: 1.5rem
}

.help-content ul li p {
    margin: 0.5rem 0;
}

nav {
  width: 300px; 
  background: #d9d9d9;
  margin: 40px auto; 
}

span {

  cursor: pointer;
  display: block;
}

/* Top app buttons */

.apps {
    /* display: block; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    padding: 20px;
}

.app {
    max-width: 250px;
    flex: auto;
    border: 2px solid #333;
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 18px;
    text-decoration: none;
    color: #333;
    background-color: white;
    transition: background-color 0.3s, color 0.3s;
}

.app:hover {
    background: #e9e1f1;
}

.app.current {
    color: white;
    background: #400080;
}

.app.current:hover {
    background: #7031b0;
}

/*BOM & Rouitng App styling*/
.bom-app .header-wrapper {
    height: 330px;
    background: #007180;
}

.bom-app .app:hover {
    background: #e1eff1;
}

.bom-app .app.current {
    color: white;
    background: #007180;
}

.bom-app .app.current:hover {
    background: #31a1b0;
}

.bom-app a, .bom-app li a {
    color: #007180;
    text-decoration: underline;
}

.bom-app a:hover, .bom-app li a:hover {
    color: #31a1b0;
    text-decoration: underline;
}

/*Artifact Management App styling*/
.am-app .header-wrapper {
    height: 330px;
    background: #004480;
}

.am-app .app:hover {
    background: #e1eaf1;
}

.am-app .app.current {
    color: white;
    background: #004480;
}

.am-app .app.current:hover {
    background: #3175b0;
}

.am-app a, .am-app li a {
    color: #004480;
    text-decoration: underline;
}

.am-app a:hover, .am-app li a:hover {
    color: #3175b0;
    text-decoration: underline;
}

/*
span::after {
  float: right;
  right: 50%;
  content: "+";
  padding-right: 50px;
}

.slide {
  clear: both;
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: height .4s ease;
}

#touch {
    position: absolute; 
    opacity: 0; 
    height: 0px;
}

#touch:checked + .slide {
    height: auto;
}
*/