html {
  font-size: 20px; /* px means "pixels": the base font size is now 10 pixels high */
  /* For ENG */
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
  /* For JPN */
  font-family: "DotGothic16", sans-serif;
  background-image: url("/images/backgroundt.png");
  background-color: #2c2c2c;
  text-align: center;
  margin: auto;
  padding: 0;
  overflow-x: hidden;
}

body {
  width: 79%;
  margin: auto;
  background-color: #8bac0f;
  padding: 0;
  max-width: 100%;
  overflow-x: clip;
  /*overflow-x: hidden; */
}

h1 {
  margin: 0;
  padding: 20px 0;
  text-shadow: 5px 3px 5px #0f380f;
  font-size: 60px;
  text-align: center;
  color: #306230;
}

h2 {
  text-align: center;
  font-size: 40px;
  color: #306230;
}

h3 {
  text-align: center;
  font-size: 25px;
  color: #306230;
}

h4 {
  text-align: center;
  font-size: 15px;
  color: #0f380f;
}

p {
  color: #306230;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  overflow-x: hidden;
  text-align: center;
}

li {
  color: #306230;
  line-height: 2;
  letter-spacing: 1px;
  overflow-x: hidden;
}

ul {
  /*
  list-style-type: none;
  margin: 0;
  padding: 0;
  */
  color: #306230;
  line-height: 2;
  letter-spacing: 1px;
  overflow-x: hidden;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

/*
about page
*/
/*
.aboutText{
  text-align: center;
  margin: auto;
  padding: 10px;
  width: 100%;
  height: auto;
  font-size: 120px;
  overflow-x: hidden;
  padding-right: 10%;
}
  */
div.gear ul li {
  color: #0f380f;
  width: 95%;
  font-size: 20px;
  list-style-position: inside;
  list-style-type: square;
}

div.aboutMe p {
  color: #0f380f;
  width: 95%;
  font-size: 20px;
  margin: 15px auto;
}

div.aboutText ol li {
  color: #0f380f;
  width: 95%;
  font-size: 20px;
  list-style-position: inside;
}

/*
list-style-type: japanese-formal;

div.aboutText li{ 
    color: #0f380f;
    align-items: center;
    text-align: center;
    font-size: 10px;
    display: list-item;
    margin: auto;
    list-style-position: inside;
    overflow-x: hidden;
    padding-right: 10%;

}
    */
span.gear {
  text-decoration: underline;
  color: #0f380f;
  overflow-x: hidden;
}

span.aboutMe {
  text-decoration: underline;
  color: #0f380f;
  overflow-x: hidden;
}

span.aboutText {
  text-decoration: underline;
  color: #0f380f;
  overflow-x: hidden;
  padding-right: 10%;
}

#galleryHeader {
  border: 1px;
  border-color: #306230;
  background: #0f380f;
}

/*
top image
*/
.indexImg {
  /*background-color:#0f380f;*/
  width: 20%;
  height: auto;
  padding: 0;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* Add a background color to the top navigation */
.topnav {
  background-color: #306230;
  overflow: hidden;
  padding: 4px;
  margin: auto;
  max-width: 100%;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: none;
  color: #0f380f;
  text-align: center;
  /* padding: 100%;*/
  padding: 0.5px 47px;
  margin: 0;
  border: 3px solid #0f380f;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  max-width: 100%;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #0f380f;
  color: #9bbc0f;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #0f380f;
  color: #9bbc0f;
}

/*
home button
*/
.homeButtonBottom {
  text-align: center;
  align-items: center;
  margin: auto;
  padding: 10px;
  width: 100%;
  height: auto;
  font-size: 120px;
  background-color: antiquewhite;
}

#snsWrapper {
  width: 500px;
  overflow: hidden; /* will contain if #first is longer than #second */
  margin: auto;
}

/*
insta button
*/
#insta {
  width: 10%;
  float: left;
  margin: auto;
  padding-left: 8%;
}

#insta:hover {
  opacity: 0.3;
}

/*
eBird button
*/
#eBird {
  width: 25%;
  overflow: hidden; /* if you don't want #second to wrap below #first */
  /*margin: auto;*/
  float: inline-start;
  padding-left: 1%;
}

#eBird:hover {
  opacity: 0.3;
}

/*
twitter button
*/
#twitter {
  width: 10%;
  float: right;
  overflow: hidden; /* if you don't want #second to wrap below #first */
  margin: auto;
  padding-right: 26%;
}

#twitter:hover {
  opacity: 0.3;
}

/*
imageGallery
*/
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  padding-right: 13px;
  justify-content: center;
  align-items: center;
}

.column {
  flex: 1 0 22%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  /*box-shadow: 3px 3px 2px grey;*/
  border-radius: 8px;
  border: 3px solid #9bbc0f;
}

.column img:hover {
  border: 3px solid #0f380f;
  cursor: pointer;
  transition: 0.3s;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 100%;
  /*
  width: 80%;
  max-width: 700px;
  */
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: inline;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #9bbc0f;
  padding: 10px 0;
  height: 80%;
  white-space: pre-line;
  font-size: 18px;
  overflow-y: visible;
  /*
  caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #9bbc0f;
    padding: 10px 0;
    height: 150px;
    */
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #9bbc0f;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #0f380f;
  text-decoration: none;
  cursor: pointer;
}

/* end imageGallery*/
/* Responsive Design for varying displays */
/* Mobile S Vert*/ /*(!!!!!!!!!!!!! S21 Ultra !!!!!!!!!!!!!!!!!) */
@media only screen and (max-width: 374px) {
  .topnav a {
    /* font-size: 15px;
     padding: 0px 5px;


     border: 5px outset #0f380f;
     */
    font-size: 14px;
    border: 2px outset #0f380f;
    padding: 0px 3px;
  }
  .topnav {
    position: sticky;
    top: 0;
    border: 5px outset #0f380f;
    padding: 1px;
  }
  .modal {
    overflow-y: scroll;
    height: 90%;
  }
  .modal-content {
    width: 100%;
  }
  #caption {
    overflow-y: scroll;
    height: 90%;
  }
  .indexImg {
    width: 300px;
  }
  body {
    width: 100%;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 7px;
  }
  div.gear ul li {
    width: 80%;
    font-size: 10pt;
    border: 4px outset #0f380f;
  }
  div.aboutText ol li {
    width: 85%;
    font-size: 10pt;
    border: 4px outset #0f380f;
  }
  div.aboutMe p {
    font-size: 10px;
    border: 4px outset #0f380f;
  }
  .column img {
    max-height: 100%;
  }
  .row {
    flex-direction: column;
  }
  .column {
    max-width: 100%;
  }
  #insta {
    padding-left: 9%;
  }
  #twitter {
    padding-right: 44%;
  }
  #eBird {
    padding-left: 1%;
  }
  .goHome {
    width: 20%;
    height: 20%;
  }
}
/* Mobile M Vert*/
@media only screen and (min-width: 375px) and (max-width: 424px) {
  .topnav a {
    font-size: 14px;
    border: 2px outset #0f380f;
    padding: 0px 10px;
    /* padding: 0px 10px;*/
  }
  .topnav {
    position: sticky;
    top: 0;
    border: 5px outset #0f380f;
    padding: 1px;
  }
  .modal {
    overflow: scroll;
    height: 90%;
  }
  .modal-content {
    width: 100%;
  }
  #caption {
    overflow-y: scroll;
  }
  .indexImg {
    width: 300px;
  }
  body {
    width: 100%;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 7px;
  }
  div.gear ul li {
    width: 80%;
    font-size: 10pt;
    border: 4px outset #0f380f;
  }
  div.aboutText ol li {
    width: 85%;
    font-size: 10pt;
    border: 4px outset #0f380f;
  }
  div.aboutMe p {
    font-size: 10px;
    border: 4px outset #0f380f;
  }
  .column img {
    max-height: 100%;
  }
  .row {
    flex-direction: column;
  }
  .column {
    max-width: 100%;
  }
  #insta {
    padding-left: 14%;
  }
  #twitter {
    padding-right: 39%;
  }
  #eBird {
    padding-left: 1%;
  }
  .goHome {
    width: 20%;
    height: 20%;
  }
}
/* Mobile L*/
@media only screen and (min-width: 425px) and (max-width: 767px) {
  .topnav a {
    font-size: 15px;
    border: 2px outset #0f380f;
    padding: 0px 14px;
    /*  padding: 0px 14px;*/
  }
  .topnav {
    position: sticky;
    top: 0;
    border: 5px outset #0f380f;
    padding: 1px;
  }
  .modal {
    overflow: scroll;
    height: 90%;
  }
  .modal-content {
    width: 100%;
  }
  #caption {
    overflow-y: scroll;
  }
  .indexImg {
    width: 300px;
  }
  body {
    width: 100%;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 7px;
  }
  div.gear ul li {
    width: 80%;
    font-size: 10pt;
    border: 4px outset #0f380f;
  }
  div.aboutText ol li {
    width: 85%;
    font-size: 10pt;
    border: 4px outset #0f380f;
  }
  div.aboutMe p {
    font-size: 10px;
    border: 4px outset #0f380f;
  }
  .column img {
    max-height: 100%;
  }
  .row {
    flex-direction: column;
  }
  .column {
    max-width: 100%;
  }
  #insta {
    padding-left: 20%;
  }
  #twitter {
    padding-right: 34%;
  }
  #eBird {
    padding-left: 1%;
  }
  .goHome {
    width: 20%;
    height: 20%;
  }
}
/* 
/* Mobile L Horz
@media only screen and (min-width: 425px) and (max-width: 767px) and (orientation: landscape){
  .topnav a{
    font-size: 10px;
    padding: 0px 18px;

  }
  .modal-content {
    width: 100%;
  }

  body{
    width: 100%;
  }
}
*/
/* Tablet Vert*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .topnav a {
    font-size: 15px;
    /*padding: 0px 24px;*/
    border: 2px outset #0f380f;
    padding: 0px 25px;
  }
  .topnav {
    position: sticky;
    top: 0;
    border: 5px outset #0f380f;
    padding: 1px;
  }
  .modal-content {
    width: 100%;
    max-width: 35%;
  }
  #caption {
    font-size: 20px;
  }
  .indexImg {
    width: 300px;
  }
  body {
    width: 66%;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 7px;
  }
  div.gear ul li {
    width: 80%;
    font-size: 10pt;
    border: 4px outset #0f380f;
  }
  div.aboutText ol li {
    width: 85%;
    font-size: 10pt;
    border: 4px outset #0f380f;
  }
  div.aboutMe p {
    font-size: 10px;
    border: 4px outset #0f380f;
  }
  .column img {
    max-height: 100%;
    max-width: 20rem;
  }
  .row {
    flex-direction: column;
  }
  .column {
    max-width: 100%;
  }
  #insta {
    padding-left: 27%;
  }
  #twitter {
    padding-right: 27%;
  }
  #eBird {
    padding-left: 1%;
  }
  .goHome {
    width: 20%;
    height: 20%;
  }
}
/* Laptop*/
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .topnav a {
    font-size: 19px;
    /*padding: 0px 17px;*/
    padding: 0px 6px;
    border: 2px outset #0f380f;
  }
  .topnav {
    border: 5px outset #0f380f;
  }
  .modal-content {
    width: 100%;
    max-width: 35%;
  }
  #caption {
    font-size: 25px;
  }
  body {
    width: 80%;
  }
  .column img {
    height: 100%;
  }
  #insta {
    padding-left: 20%;
  }
  #twitter {
    padding-right: 20%;
  }
  #eBird {
    padding-left: 8%;
  }
  div.gear ul li {
    border: 4px outset #0f380f;
  }
  div.aboutText ol li {
    border: 4px outset #0f380f;
  }
  div.aboutMe p {
    border: 4px outset #0f380f;
  }
}
/* Laptop L / WORK SCREEN!!!*/
@media only screen and (min-width: 1440px) and (max-width: 2559px) {
  .topnav a {
    font-size: 30px;
    padding: 0px 6px;
    border: 2px outset #0f380f;
  }
  .topnav {
    border: 5px outset #0f380f;
  }
  .modal-content {
    width: 100%;
    max-width: 30%;
    max-height: 100%;
  }
  #caption {
    font-size: 30px;
  }
  body {
    width: 80%;
  }
  #insta {
    padding-left: 20%;
  }
  #twitter {
    padding-right: 20%;
  }
  #eBird {
    padding-left: 8%;
  }
  div.gear ul li {
    border: 4px outset #0f380f;
  }
  div.aboutText ol li {
    border: 4px outset #0f380f;
  }
  div.aboutMe p {
    border: 4px outset #0f380f;
  }
}
/* 4K Vert*/
@media only screen and (min-width: 2560px) {
  .topnav a {
    font-size: 45px;
    padding: 0px 33px;
    border: 2px outset #0f380f;
  }
  .topnav {
    border: 5px outset #0f380f;
  }
  .modal-content {
    width: 100%;
    max-width: 45%;
  }
  #caption {
    font-size: 35px;
  }
  body {
    width: 80%;
  }
  .column img {
    height: 100%;
  }
  #insta {
    padding-left: 20%;
  }
  #twitter {
    padding-right: 20%;
  }
  #eBird {
    padding-left: 8%;
  }
  div.gear ul li {
    border: 4px outset #0f380f;
  }
  div.aboutText ol li {
    border: 4px outset #0f380f;
  }
  div.aboutMe p {
    border: 4px outset #0f380f;
  }
}
/* Chromebook 
@media only screen and (width: 1366px) and (height: 768px){
  .topnav a{
    font-size: 33px;
    padding: 0px 56px;

  }
  .modal-content {
    width: 100%;
    max-width: 40%;
  }

  body{
    width: 80%;

  }

  .column img{
    height: 100%;

  }
  #insta{
    padding-left: 21%;
  }

  #twitter{
    padding-right: 0%;
    padding-left: 10%;
  }
}
*/
/*
@media only screen and (width: 1920px) and (height: 1080px){
  .topnav a{
    font-size: 33px;
    padding: 0px 56px;

  }
  .modal-content {
    width: 100%;
  }

  body{
    width: 80%;

  }
}
  */

/*# sourceMappingURL=output.css.map */
