/* Fonts */
@font-face {
  font-family: 'Shrikhand-Regular';
  src: url('/fonts/Shrikhand-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Trade-Gothic-Bold';
  src: url('/fonts/Trade-Gothic-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Aeroxys';
  src: url('/fonts/Aeroxys.ttf') format('truetype');
}
@font-face {
  font-family: 'Dogsmoke';
  src: url('/fonts/Dogsmoke.ttf') format('truetype');
}
@font-face {
  font-family: 'CooperBlack';
  src: url('/fonts/CooperBlack.TTF') format('truetype');
}
@font-face {
  font-family: 'RetroSwirl';
  src: url('/fonts/RetroSwirl.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Art-nuvo';
  src: url('/fonts/Art-nuvo.otf') format('opentype');
}
@font-face {
  font-family: 'Daveau';
  src: url('/fonts/DaveauRegular.otf') format('opentype');
}

/* Fancy Text */
.important-text {
    color: #ed0000;
    font-size: 120px;
    font-family: 'Retroswirl';
    font-style: italic;
    -webkit-text-stroke: 3px black;
  
     /*
     text-shadow: 
        -3px -3px 0 orange,  
         3px -3px 0 orange,
        -3px  3px 0 orange,
         3px  3px 0 orange,
        -6px -6px 0 red,  
         6px -6px 0 red,
        -6px  6px 0 red,
         6px  6px 0 red;  */
}

/* Low Class Text */





/* Divs */
.container {
    width: 60rem;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px outset #00000000;
    border-radius: 0px;
    padding: 10px;
    background: rgb(69 69 69 / 7%);
    margin: 30px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/imgs/External_BernalSphere.jpg);
    background-color: black;
    background-repeat: repeat-x;
    background-size: cover;
    background-position: left;
    width: 100%;
    height: 9rem;
    position: relative;
    overflow: hidden;
    text-align: left;
    display: flex;
    align-items: flex-end;
    border-radius: 15px;
    border: #2b2525;
    border-width: 7px;
    border-style: solid;
}
.header-title {
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 0.8;
    margin-left: 40px;
}

.bumper {
    background: #271a1a;
    width: 90%;
    height: 3rem;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border: 7px #000000;
    border-style: double;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    font-family: 'CooperBlack', sans-serif;
    color: #ffd841;
}

.bumper-slogan {
    font-size: 15px; 
    letter-spacing: 0.5px;
}

.bumper-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
}

.bumper-link {
    color: #ffffffb3;
    text-decoration: none;
}

.bumper-link:hover {
    color: #ffd841; 
    text-decoration: underline;
}

.bumper-divider {
    color: rgba(255, 255, 255, 0.4);
    font-family: sans-serif;
    font-weight: bold;
}


.content-wrapper {
    display: flex;
    width: 100%;
    gap: 15px;
    margin-top: 15px;
    align-items: flex-start;
}

.sidebar {
    width: 12rem;
    background-color: rgb(39, 26, 26);
    border: 4px solid #000000;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: 'CooperBlack';
}

.side-link {
    color: #ffd841;
    text-decoration: none;
    font-family: 'art-nuvo', sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    padding-bottom: 5px;
}

.side-link:hover {
    color: white;
    padding-left: 5px;
}

.main-content {
    flex: 1;
    display: flex;
    gap: 15px;
}

.image-panel {
    width: 16rem;
    height: 550px;
    background-color: black;
    border: 5px solid white;
    border-radius: 20px;
    overflow: hidden;
}

.feature-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scroll-panel {
    flex: 1;
    height: 550px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow-y: auto;
    padding-right: 5px;
}

.scroll-box {
    min-height: 260px;
    max-height: 400px;
    overflow-y: auto;
    background-color: white;
    color: #311515;
    border: 5px solid #000000;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.scroll-box h3 {
    margin-top: 0;
    font-family: 'CooperBlack', sans-serif;
    color: #7d4f3f;
    font-size: 30px;
    text-transform: uppercase;
}

.scroll-box p {
    font-family: 'Trade-Gothic-Bold', sans-serif;
    text-indent: 1.5em;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.nav-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nav-group + .nav-group {
    margin-top: 25px;
    border-top: 20px dotted rgb(237, 0, 0);
    padding-top: 15px;
}

.sidebar-heading {
    Color: #ffd83f;
    font-family: 'Cooperblack', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.scroll-box-images {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    width: 100%;
    box-sizing: border-box;
}

.scroll-box-images img {
    flex: 1;
    width: 100%;
    max-width: 31%;
    height: 100px;
    object-fit: cover;
    border: 2px solid #7d4f3f;
    border-radius: 8px;
    box-sizing: border-box;
}
















