/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

@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');
}


ul {
  list-style-type: none;
  padding-left: 20px;
}

ul li::before {
  content: "★";
  color: #2b2525;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;     
}

* {
  box-sizing: border-box;
}

p {
  text-indent: 2em;
  color: #2b2525;
}

hr {
  border: none;
  border-top: 2px solid black;
}


body {
  background-color: white;
  color: dimgray;
  font-family: "Trade-Gothic-Bold";
}

.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: url(/imgs/starview.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;
}

.header-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.bumper {
    background: rgb(255 216 65);
    width: 100%;
    height: 3rem;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border: 7px inset #ff6f0d;
    border-style: dotted;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: 'CooperBlack';
}

.bumper2 {
    background: rgb(45 32 22);
    width: 100%;
    height: 2rem;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: 'CooperBlack';
}
  
.content-row {
    display: flex;
    justify-content: space-between; 
    margin-top: 4px;
    width: 100%; 
}


.barleft {
    background-color: #ffd841;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 15rem;
    height: auto;
    border: #2b2525;
    border-width: 7px;
    border-style: solid;
}

.main {
    background-color: #c7beb7;
    border-radius: 5px;
    padding: 13px;
    overflow-y: auto;
    width: 43rem;
    height: 21rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    border: #2b2525;
    border-width: 7px;
    border-style: solid;
}


.main2 {
    background-color: #c7beb7;
    border-radius: 5px;
    padding: 13px;
    overflow-y: auto;
    width: 43rem;
    height: 21rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    border: #2b2525;
    border-width: 7px;
    border-style: solid;
    margin-top: 10px;
}

.retro-sub-box {
    margin-top: auto;
    background-color: #ff3b30;
    border: 4px solid #000000;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.twist-image {
    max-height: 50px;
    width: auto;
    cursor: pointer;
    border-style: dotted;
    border-color: black;
}


.twist-image:hover {
    transform: rotate(10deg) translateX(8px);
}


.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;
}


.bumper2 {
    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;
    font-family: 'CooperBlack', sans-serif;
    color: #ffd841;
    padding: 35px;
}




.text-content {
    flex: 1;
    align-self: flex-start;
}

.mainsub {
    background-color: black;
    border: 2px inset black;
    border-radius: 5px;
    padding: 13px;
    overflow-y: auto;
    width: 43rem;
    height: 21rem;
    
    
    display: flex;
    align-items: center;
    gap: 20px;
}

.side-image {
    max-height: 250px;
    width: auto;
    align-self: flex-start;
    align-self: center;
    border-radius: 180px;
    border-width: thick;
    border-style: solid;
    border-color: #a54600;
}

.stamp-image {
  max-height: 40px;
  width:auto;
}
  



.important-text {
    Color: #e7ded8;
    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; */
}

.header-text {
    color: #a54600;
    font-size: 30px;
    font-family: 'Shrikhand-Regular', sans-serif;
}


.nav-button {
    display: block;
    background-color: #dbdbdb;
    color: #2d2016;
    text-align: left;
    text-decoration: none;
    padding: 1px 10px;
    margin-bottom: 10px;
    font-family: 'Dogsmoke';
    font-size: 45px;
    border: 5px solid #a54600;
    border-radius: 10px;

}

.nav-button:hover {
    background-color: #feffb0;
    color: black;
    border-color: black;
    cursor: pointer;

}

.nav-button:last-child {
    margin-bottom: 0;
}

/* .contentbox1 {
    margin-bottom: 0;
    background-color: #c7beb7;
    border-radius: 5px;
    padding: 13px;
    overflow-y: auto;
    width: 43rem;
    height: 21rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    border: #2b2525;
    border-width: 7px;
    border-style: solid;
} */

.right-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.lower-box {
    background-color: #c7beb7;
    border-radius: 5px;
    padding: 13px;
    width: 43rem;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    border: #2b2525;
    border-width: 7px;
    border-style: solid;
    height: 300px;
}

.inner-box1 {
    /* 
    background-color: #fbf9f7; 
    border: 5px solid #a54600;
    border-radius: 10px; */
    padding: 10px;
    flex: 1;
}
.inner-box2 {
    background-color: black; 
    border: 5px solid #a54600;
    border-radius: 10px;
    padding: 10px;
    flex: 1;
    background-image: url('/imgs/External_BernalSphere.jpg');
    background-repeat: repeat; 
    background-size: cover; 
    background-position: center; 
    font-size: 10px;
    text-align: end;

}

.upper-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.main2-side-image {
    max-height: 180px;
    width: auto;
    border-radius: 100px;
    border: 4px double #2b2525;
}












    
    
    
    