@charset "utf-8";
/* Gavin's External Style Sheet */
/* Updated Oct. 25 2025 */

/* Page CSS */
body {
  background: burlywood;
}
h1 {
    color: firebrick;
    font-family: monospace;
    font-size: 35px;
    margin-left: 100px;
    margin-right: 100px;
}
h2 {
    color: firebrick;
    font-family: monospace;
    font-size: 24px;
    margin-left: 100px;
    margin-top: 30px;
}
h3 {
    color: firebrick;
    font-family: monospace;
    margin-left: 100px;
}
h4 {
  color: firebrick;
  font-family: monospace;
  margin-left: 100px;
}
p {
    color: black;
    font-family: monospace;
    font-size: 15px;
    margin-left: 150px;
    margin-right: 100px;
}
footer {
    position: fixed;
    bottom: 0;
}
th {
    color: black;
    font-family: monospace;
    font-size: 15px;
    padding-left: 150px;
    margin-right: 100px;
}
tr {
    color: black;
    font-family: monospace;
    font-size: 15px;
    margin-left: 150px;
    margin-right: 100px;
}

/* News Article Sizing */
.news-article {
    margin-left: 150px;
    margin-right: 250px;
    margin-top: 100px;
}

/* Resume Sizing */
.resume-title {
    margin-left: 100px;
    margin-right: 250px;
    margin-top: 40px;
}
.resume-body {
    margin-left: 150px;
    margin-right: 250px;
    margin-top: 20px;
}
.resume-link {
    margin-left: 100px;
    display: block;
    color: firebrick;
    text-decoration: none;
}

/* Navigation Bar CSS */
.navigation-menu {
    text-align: center;
}
.bottom-spacer {
    margin-bottom: 200px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}
li {
    color: firebrick;
    float: left;
    font-family: monospace;
}
li a {
    display: block;
    color: firebrick;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
model-viewer {
    border: none;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    height: 750px;
}

code {
    padding-left: 100px;
    padding-right: 100px;
}
.code-block {
    padding-left: 150px;
    padding-right: 100px;
}

.pdf-viewer {
    padding-left: 10%;
    padding-right: 10%;
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.slideshow-container2 {
  max-width: 500px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: firebrick;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background: burlywood;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 1.5s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

 /* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 50%;
  padding: 10%;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
} 
