body { /*body of page*/
  font-family:  'dm-mono', 'DM mono', Verdana, Tahoma, sans-serif;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.flex-container { /* container to keep margins & content centered*/
	display:flex;
  flex-wrap:wrap;
  max-width: 850px;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: auto;
  /* background-color: #717171;  */
  }  
.logo-navbar { /* nav bar: horse, name, page links */
  grid-template-columns: 60% 40%; 
  display: grid ;
  flex-wrap: wrap;
  flex-direction: column;
  /* flex-basis: 550px; */
  min-width: 650px;
  width: 850px;
  max-width: 100%;
  flex-grow: 1;
  align-items:center;
  justify-content: center;
  align-content: center;
  text-align:left;
  padding-top:20px;
  padding-bottom:40px;
  /* background-color: gold; */
}
.logo-navbar-name {
  font-size: clamp(1.75rem, 2.5vw, 3.5rem);
  vertical-align: center;   
  justify-content: center; 
  text-align: center;
  /* min-width: 100%; */
  width: 100%;
  max-width: 100%;
  /* padding-right: 10px; */
  white-space: nowrap;
  /* background-color: rgb(79, 185, 33); */
}
.logo-navbar-name a:link, a:visited, a:active, a:hover {
  display:inline;
  text-decoration: none;
  color: black;
}
.page-links {
  display: flex;
  flex-wrap: wrap;
  /* max-width: 100%; */
  font-family: 'dm-mono', 'DM mono', Verdana, Tahoma, sans-serif;
  font-size: clamp(1rem, 1vw, 1.25rem);
  list-style-type: none; 
  align-items:center;
  justify-content:center;
  align-content:center;
  text-align: left;
  /* background-color: brown; */
}
li a {
  text-decoration: none;
  color: black;
  padding: 1dvw;
  font-weight: bold;
}
li a:link, a:visited, a:active {
  text-decoration: none;
  color: black;
}
li a:hover {
  text-decoration: none;
  color: rgb(200,5,5);
}
/* ------------------------ GENERAL TEXT STYLING ------------------------- */
h1 {
    font-size: 1.5rem;
    color: rgb(0, 0, 0);
      text-align: left;
      width: 100%;
      margin:0;
      padding-top: 20px;
  }
  h2 {
    font-size: clamp(.2rem, calc(2vw + 1 rem), 1.25rem);
    text-align: left;
    width: 100%;
  }
  h3 {
  font-size: clamp(.1rem, calc(2vw + 1 rem), 1rem);
  }
  .p {
text-align: justify;
  }
.caption-text {
text-align: center;
font-size: .65rem;
width: 100%;
}  



/* ----------------- PROJECT CONTENTS ------------------- */
/* used on index page for 2 columns of proj image & text  */
.grid-container {
    grid-template-columns: 2fr 1fr; 
    display: grid ;
    flex-wrap: wrap;
    flex-direction: column;
    min-width: 550px;
    width: 800px;
    max-width: 90%;
    flex-grow: 1;
    align-items:center;
    justify-content: center;
    align-content:space-evenly;
    text-align:center;
    padding-top:30px;
    padding-bottom:20px;
    column-gap: 20px;
  } 
  .page-links {
  font-family: 'dm-mono', 'DM mono', Verdana, Tahoma, sans-serif;
  font-size: clamp(.8rem, .9vw, 1rem);
}

.project-box {/* boxes for all projects on index page */
  display: flex;
  flex-basis: 500px; 
  max-width: 100%;
  min-width: 30%;
  flex-wrap: wrap;
  flex-direction: column; 
  flex-grow: 1;
  align-items: left;
  justify-content: left;
  align-content:left; 
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom:75px;
  object-fit: contain;
}
.project-text { /* text desc for all projects on index page */
    display: flex;
    flex-basis: 400px; 
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: column; 
    flex-grow: 1;
    /* padding-left: 10px;
    padding-right: 10px; */
    padding-bottom:30px;
    align-items: center;
    justify-content: center;
    align-content:center; 
    text-align: justify;
    font-family: 'dm-mono', 'DM mono', Verdana, Tahoma, sans-serif;
    font-size: clamp(.7rem, .7vw, .8rem);
    font-weight: normal;
}
.project-title {
    font-weight: 900;
    text-align:left;
}
.project-img {
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content:center; 
}
.project-text a:link, a:visited, a:active {
  color: rgb(0, 0, 0);
  text-decoration: none;
  display: inline;
  margin: 0;
}
.project-text a:hover {
text-decoration: none;
color: rgb(200,5,5);
margin: 0;
display: inline;
}
  
/* -------------------- content on individual pages -------------- */
.content-page-container {
    display: flex ;
    flex-wrap: wrap;
    flex-direction: column;
    min-width: 550px;
    width: 700px;
    max-width: 90%;
    flex-grow: 1;
    align-items:center;
    justify-content: center;
    align-content:space-evenly;
    text-align:center;
    padding-top:30px;
    padding-bottom:20px;
    column-gap: 20px;
  } 
.content-container {
    grid-template-columns: 1fr; 
    display: flex ;
    flex-wrap: wrap;
    flex-direction: column;
    min-width: 70%;
    width: 700px;
    max-width: 80%;
    flex-grow: 1;
    align-items:center;
    justify-content: center;
    align-content:space-evenly;
    text-align:justify;
    padding-top:10px;
    padding-bottom:20px;
}
/* text for individual pages */
.content-text { 
    /* min-width: 400px; */
    width: 300px;
    max-width: 70%;
    flex-wrap: wrap;
    flex-direction: column; 
    flex-grow: 1; 
    align-items: center;
    justify-content: center;
    align-content:center; 
    text-align: justify;
    font-family: 'dm-mono', 'DM mono', Verdana, Tahoma, sans-serif;
    font-size: clamp(.7rem, .7vw, .8rem);
    font-weight: normal;
    /* background-color: burlywood; */
}
ul {
  margin: 0;
  padding: 0;
  text-align: justify;
}
/* Styling for proj Slideshow script  */
.proj_Slides {display: none}

/* proj Slideshow container */
.project-slides-container {
  max-width: 80%;
  width: 600px;
  align-items: center;
  justify-content: center;
  align-content:center; 
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text for slides*/
.slide-text {
  color: #000000;
  font-family: 'dm-mono', 'DM mono', Verdana, Tahoma, sans-serif;
  font-size: clamp(.6rem, .7vw, .8rem);
  bottom: 8px;
  width: 100%;
  text-align: left;
}

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

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #9d9d9d;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #585858;
}

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

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

.video-player {
width: 560px;
height: 315px; /* youtube */
}
.video-player-vimeo {
width: 560px;
height: 373px; /* vimeo */
}



/* controls RESPONSIVE LAYOUT for MOBILE ONLY -------------- ---------------- ------------- ------------*/
@media only screen and (max-width: 650px) {

/* container to keep margins & content centered*/
.flex-container {
	display:flex;
  flex-wrap:wrap;
  max-width: 90%;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: auto;
  /* background-color: #651b1b;  */
  }  

.video-player {
width: 336px;
height: 189px;
/* display: flex;
flex-direction: row;
flex: 1 1 auto;
border:0; */
}

.video-player-vimeo {
width: 336px;
height: 224px; /* vimeo */
}


.logo-navbar {
  grid-template-columns: 1fr; 
  font-size: clamp(.75rem, .9vw, .9rem);
  display: grid ;
  flex-wrap: wrap;
  flex-direction: column;
  min-width: 70%;
  width: 300px;
  max-width: 100%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding-top: 20px;
  padding-bottom: 30px;
  /* background-color: pink; */
  padding-left: min(5em, 3%); 
  padding-right: min(5em, 3%); 
}
.logo-navbar-name {
  width:70%;
  max-width: 80%;
  padding-bottom: 10px;
}
.page-links {
  display: flex;
  max-width: 100%;
  /* flex-wrap: wrap; */
  font-family: 'dm-mono', 'DM mono', Verdana, Tahoma, sans-serif;
  font-size: clamp(1rem, 1.5vw, 2rem);
  list-style-type: none; 
  align-items: center;
  justify-content:center;
  align-content:center;
  text-align: center;
}

/* RESPONSIVE used on index page for 2 columns of proj image & text */
.grid-container {
    grid-template-columns: 80%; 
    font-size: clamp(.5rem, .8vw, .9rem);
    display: grid ;
    flex-wrap: wrap;
    flex-direction: column;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-right: min(5em, 3%); 
    /* background-color: darkseagreen; */
}
.project-box {
    display: flex;
    flex-basis:500px;
    min-width: 80%;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: column; 
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    align-content:center; 
    /* padding-left: min(5em, 5%); 
    padding-right: min(5em, 5%);  */
    padding-bottom: 0px;
    /* background-color: #bbb; */

  }
  .project-text {
    display: flex;
    flex-basis:400px;
    min-width: 70%;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: column; 
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    align-content:center; 
    padding-left: 3%; 
    padding-right: 3%; 
    text-align: justify;
    font-family: 'dm-mono', 'DM mono', Verdana, Tahoma, sans-serif;
    font-size: clamp(.8rem, .85vw, .9rem);
  }
  .content-container {
    grid-template-columns: 1fr;
    display:grid;
    flex-wrap: wrap;
    flex-direction: column;
    min-width: 60%;
    width:400px;
    max-width: 80%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: clamp(.9rem, 1vw, 1.5rem);
    padding-top:10px;
    /* background-color: darksalmon; */
}
.content-text { /* text for individual pages */
    min-width: 300px;
    width: 500px;
    max-width: 70%;
    flex-wrap: wrap;
    flex-direction: column; 
    flex-grow: 1; 
    align-items: center;
    justify-content: center;
    align-content:center; 
    text-align: justify;
    font-family: 'dm-mono', 'DM mono', Verdana, Tahoma, sans-serif;
    font-size: clamp(.7rem, .7vw, .8rem);
    font-weight: normal;
    /* background-color:hotpink; */
}


}

/* ---------------------------------- END OF MOBILE SETTINGS ------------------------------- */

/* FONTS */


.roboto-mono {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
.dm-mono-light {
  font-family: "DM Mono", monospace;
  font-weight: 300;
  font-style: normal;
}

.dm-mono-regular {
  font-family: "DM Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.dm-mono-medium {
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-style: normal;
}

.dm-mono-light-italic {
  font-family: "DM Mono", monospace;
  font-weight: 300;
  font-style: italic;
}

.dm-mono-regular-italic {
  font-family: "DM Mono", monospace;
  font-weight: 400;
  font-style: italic;
}

.dm-mono-medium-italic {
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-style: italic;
}



