
body {
  color: black;
  font-family: "Odibee Sans", sans-serif;
  background-image: url('https://jglazey.neocities.org/images/stars2.gif');
    background-repeat: repeat; /* Default: tiles both axes */
}

a:link {
    color: lawngreen;
}

a:visited {
    color: lawngreen; /* Visited link */
}

a:hover {
    color: white; /* Hover state */
}

a:active {
    color: aqua; /* Active/Clicked state */
}

.frijole-regular {
  font-family: "Frijole", system-ui;
  font-weight: 400;
  font-style: normal;
}

.odibee-sans-regular {
  font-family: "Odibee Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}


h3, h4 {
  color: white;
  margin: 20px
}

p {
  color: white;
  line-height: 10px;
}

ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  
}

i,svg {
  width: 100px;
  height: 100px;
  padding: 5px;
}

iframe {
  border-style: solid;
  border-width: 2px;
  border-color: lawngreen;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.home-button {
  background-color: black;
  padding: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: lawngreen;
  border-radius: 10px;
  margin: -2px;
}

.homebar {
  top: 0;
  padding: 20px;
   border-style: solid;
  border-width: 2px;
  border-color: lawngreen;
  background-color: black;
}

.portfolio-section {
  max-width: 1100px;   
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.headings-container {
  margin-bottom: 20px;
  color: white;
}

.headings-container h2, 
.headings-container h3, 
.headings-container p {
  margin: 5px 0;
}

.content-row {
  display: flex;
  flex-wrap: nowrap;      /* never wrap to a new line */
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}


.shout-board {
  background-color: black; 
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: lawngreen;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 555px;
  flex: 0 0 200px;        
  box-sizing: border-box;
}

.shout-board h1 {
  font-size: 14px;
  color: #fff;
  margin: 0 0 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.update-scroll-container {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 4px;
}

.note {
  color: black;
  background-color: lawngreen;
  padding: 8px;
  border-radius: 2px;
}

.note h2 {
  margin: 0 0 4px 0;
  color: black;
  font-size: 1em;
}

.note p {
  margin: 0;
  color: black;
  line-height: 1.3;
  word-break: break-word;
  font-size: 1em;
}

.video-column {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto); 
  grid-auto-columns: 480px;            
  gap: 10px;

  width: max-content;
}

.video-column iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
}

.pbutton {
  display: column;
  background-color: black;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: lawngreen;
  border-radius: 10px;
  font-size: 1.0em;
  margin: -1px;
}

.personal-container{
  display: flex;
  flex-direction: column; 
  gap: 20px;
}


.personal-box {
  min-height: 290px;
  width: 300px;
  color: white;
  background-color: black;
  border-style: solid;
  border-width: 2px;
  border-color: lawngreen;
  border-radius: 10px;
  align-items: flex-end
  
}

.personal-h2 {
  margin: 20px;
}

.webring {
  display: block;
  min-height: 180px;
  width: 300px;
  color: white;
  background-color: black;
  border-style: solid;
  border-width: 2px;
  border-color: lawngreen;
  border-radius: 10px;
  text-align: center;
  
}

.socials-container {
  text-align: center;
  display: block;
  flex-direction: column;
  color: white;
  background-color: black;
  border-style: solid;
  border-width: 2px;
  border-color: lawngreen;
  border-radius: 10px;
  gap: 2px;
  min-height: 330px;
  width: 100px;
}

.about-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  margin: 10px;
  justify-content: center;
}


.about-box {
  font-size: 1.7em;
  color: white;
  background-color: black;
  border: 2px solid lawngreen;
  border-radius: 10px;
  padding: 20px;
  width: 450px;
  min-height: 300px;
}

.footer {
  color: white;
  text-align: center;
}

/*for other screen res*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
iframe {
    max-width: 100%;
    height: auto;
}

/*for tablets*/
@media (max-width: 1000px) {

    .content-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .video-column {
        max-width: 700px;
        width: 100%;
    }

    .shout-board {
        flex: 1 1 250px;
        height: auto;
        min-height: 450px;
    }

    .personal-container {
        width: 100%;
        align-items: center;
    }

    .personal-box,
    .webring {
        width: 100%;
        max-width: 500px;
    }

    .socials-container {
        width: 100%;
        max-width: 500px;
        height: auto;
        padding: 20px;
    }

}

/*for phones*/
@media (max-width: 768px) {

    body {
        overflow-x: hidden;
    }

    .homebar {
        padding: 15px;
    }

    .homebar h1 {
        font-size: 1.8rem;
        text-align: center;
    }

    ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    li {
        display: block;
        margin: 0;
    }

    .home-button {
        display: inline-block;
        width: 100%;
    }

    .portfolio-section {
        padding: 15px;
    }

    .content-row {
        flex-direction: column;
        align-items: center;
    }

    .shout-board {
        width: 100%;
        max-width: 600px;
        height: auto;
        min-height: 350px;
    }

    .video-column {
        width: min(560px, 90%);
        margin: 20px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
         gap: 10px;
    }

    .video-column iframe {
       width: 100%;
       aspect-ratio: 16 / 9;
       height: auto;
       border: 2px solid lawngreen;
    }
    .personal-container {
        width: 100%;
    }

    .personal-box,
    .webring,
    .socials-container {
        width: 100%;
        max-width: 600px;
        height: auto;
    }

    .socials-container {
        padding: 20px;
    }

    i,
    svg {
        width: 70px;
        height: 70px;
    }

    p {
        line-height: 1.4;
    }

}
  