@font-face {
    font-family: 'Machiato';
    src: url('/assets/fonts/Machiato.ttf') format('truetype');
}

@font-face {
    font-family: 'ROSSELA';
    src: url('/assets/fonts/ROSSELA.otf') format('opentype');
}

@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100;500&display=swap');

:root {
    --color1: #FFF7D4;
    --color2: #FFD95A;
    --color3: #C07F00;
    --color4: #4C3D3D;
    --neon1: var(--color4);
    --neon2: var(--color1);
    --bg-metal: 130, 135, 136;

}

body {
    background-color: var(--color1);
    font-family: ROSSELA;
    font-weight: 500;
    color: var(--color4);
}

header {
    margin-left: 15px;
    font-family: Machiato;
    font-size: 75px;
    color: #fff;
    text-shadow: 0 0 10px var(--neon1),
        0 0 20px var(--color1),
        0 0 50px var(--neon1);
    background: linear-gradient(90deg, var(--neon1), var(--neon2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer {
    padding: 20px;
}

li {
    text-align: center;
}

.header-container {
    display: flex;
    align-items: center;
    /* Center items vertically */
}

.notification-bar {
    flex-grow: 1;
    font-family: ROSSELA;
    color: var(--color3);
    font-size: 17px;
    font-weight: bolder;
    margin-right: 10px;
    margin-top: 8px;

}

.quicknav {
    font-family: ROSSELA;
    color: var(--color3);
    font-size: 17px;
    text-align: end;
    font-weight: bolder;
    margin-left: 7px;
    margin-right: 10px;
    text-shadow: 0 0 10px var(--neon1),
        0 0 20px var(--color1),
        0 0 50px var(--neon1);
}

a {
    color: var(--color4);
    text-decoration: underline;
    font-weight: bold;
}

.header-hr {
    border: none;
    height: 3px;
    background-color: #fff;
    margin: 0px 0;
    border-radius: 10px;
    /* box-shadow: 0 0 10px var(--neon1),
                0 0 20px var(--neon1),
                0 0 50px var(--color4); */
    background: linear-gradient(90deg, var(--neon1), var(--neon1));
}

.container {
    display: flex;
    /* margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px; */
    gap: 15px;
}

.navbar {
    flex: 1;
    background-color: rgba(var(--bg-metal), 0.20);
    padding: 10px;
    border-radius: 25px;
    align-self: flex-start;
}

.main {
    flex: 2;
    background-color: rgba(var(--bg-metal), 0.20);
    padding: 20px;
    /* Adds padding */
    border-radius: 30px;
    /* Adds border radius */
}

.other {
    flex: 1;
    background-color: rgba(var(--bg-metal), 0.20);
    padding: 10px;
    border-radius: 25px;
    align-self: flex-start;
    margin-left: 10px;
}

.about {
    display: flex;
    flex-direction: column;
}

.about-1x1 {
    flex: 1;
    border-color: grey;
    border-width: 3px;
    border-style: solid;
    border-radius: 20px;
    margin: 7px;
    padding: 15px;
    text-align: center;
}

.about-2x2 {
    display: flex;
    flex: 1;
}

.about-1x2 {
    flex: 1;
    border-color: grey;
    border-width: 3px;
    border-style: solid;
    border-radius: 20px;
    margin: 7px;
    padding: 15px;
    text-align: center;

}

.about-1x2-list {
    list-style:disc;
    padding: 20;
}
  
.about-1x2-list li {
    margin-left: 0px; 
    text-indent: -20px;
 }

.resume-btn {
  align-items: center;
  appearance: none;
  background-color: rgba(var(--bg-metal), 0.10);
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: var(--color4);
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  text-decoration: none solid;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.resume-btn:hover {
  background: rgba(var(--bg-metal), 0.20);
  /* color: #174ea6; */
}

.resume-btn:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.resume-btn:focus {
  outline: none;
  border: 2px solid var(--color4);
}

.resume-btn:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.resume-btn:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.resume-btn:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.resume-btn:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.resume-btn:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

/* ------------------------------------------------------- */


.pfpimg {
    width: 60%;
    border-radius: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 100%; /* Ensure the image doesn't exceed the container's width */
    max-height: 100%; /* Ensure the image doesn't exceed the container's height */
    display: block; 
    margin: auto; 
    margin-top: 20px;
}

.container-other-h2-name {
    text-align: center;
    margin-left: 45px;
    margin-right: 45px;
    margin-bottom: 10px;
}

.container-other-h2-student {
    text-align: center;
    font-size: 115%;
    background-color: rgba(var(--bg-metal), 0.20);
    padding: 10px;
    /* padding-right: 25px;
    padding-left: 25px; */
    padding-bottom: 7px;
    border-radius: 15px;
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 5px;
}

.intro-heading {
    font-family: ROSSELA;
    font-weight: bold;
    font-style: italic;

}

.webguide {
    
}

.no-bullets {
    list-style: none; /* Removes default bullets */
}

.intro-text,
.webguide-text {
    font-family: ROSSELA;

}

.webguide-heading {
    font-family: ROSSELA;
    font-weight: bold;
    text-decoration: underline;
    text-shadow: 0 0 10px var(--neon1),
        0 0 20px var(--color1),
        0 0 50px var(--neon1);
}

.itsminimal {
    font-family: ROSSELA;
    font-style: italic;
    font-weight: bold;
}

.container-main-container {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 10px;
}

.chatbox {
    flex: 1;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.favmovies {
    flex: 1;
}

.imageposter {
    flex: 1;

}

/* ------------------------------------------------------- */


/*-----------------------------------*\
  #REUSED STYLE
\*-----------------------------------*/

.sidebar, article {
    background: var(--eerie-black-2);
    border: 1px solid var(--jet);
    border-radius: 20px;
    padding: 15px;
    box-shadow: var(--shadow-1);
    z-index: 1;
}

.separator {
    width: 100%;
    height: 1px;
    background: var(--color4);
    margin: 16px 0;
}

.icon-box {
    position: relative;
    background: var(--bg-metal);
    /* width: 30px;
    height: 30px; */
    border-radius: 8px;
    color: var(--bg-metal);
    box-shadow: var(--shadow-1);
}


.content-card {
    position: relative;
    background: var(--border-gradient-onyx);
    padding: 15px;
    padding-top: 45px;
    border-radius: 14px;
    box-shadow: var(--shadow-2);
    cursor: pointer;
    z-index: 1;
}

.content-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    background: var(--bg-gradient-jet);
    border-radius: inherit;
    z-index: -1;
}

.contacts-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.contact-item {
    min-width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-info {
    max-width: calc(100% - 46px);
    width: calc(100% - 46px);
}

.contact-title {
    color: var(--light-gray-70);
    font-size: var(--fs-8);
    text-transform: uppercase;
    margin-bottom: 2px;
}

.contact-info :is(.contact-link, time, address) {
    color: var(--white-2);
    font-size: var(--fs-7);
}

.contact-info address {
    font-style: normal;
}

.social-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    padding-bottom: 4px;
    padding-left: 7px;
    margin-left: 70px;
    margin-right: 70px;
}

.social-item .social-link {
    text-align: center;
    margin: 10px;
    padding: 10px;
    font-size: 20px;
}


.social-item .social-link:hover {
    color: var(--light-gray);
}

.underline {
    font-weight: bold;
    text-decoration: underline;
}

.divcenter {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;
}

/* -------------------------- TABLE ----------------------------- */

.tg {
    border-collapse:collapse;
    border-spacing:0;
}
.tg td {
    border-color:black;
    border-style:solid;
    border-width:1px;
    font-family:Arial, sans-serif;
    font-size:14px;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
}
.tg th {border-color:black;
    border-style:solid;
    border-width:1px;
    font-family:Arial, sans-serif;
    font-size:14px;
    font-weight:normal;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
}
.tg .tg-0lax {
    text-align:left;
    vertical-align:top
}

/* ------------------------------------------------------- */


/* ------------------------------------------------------- */
