* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

div p {
  padding: 10px;
  line-height: 25px;
  display: inline-block;
  text-align: justify;
}

.iframe {
  width: 100%;
  height: 1200px;
}

body,
main {
  background-color: #5cdb95;
  width: 100%;
  color: #05386b;
  font-family: "Open Sans", sans-serif, monospace;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  text-align: center;
}

hr {
  align-self: center;
  margin: 5px;
}

.corePage {
  display: flex;
  width: 100%;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: 70px;
  /* box-align: center; */
}

.slideshow-container {
  min-width: 300px;
  margin: 15px;
}

.container {
    display: flex;
    flex-direction: column;
    height: auto;
}

.dotDiv {
  align-self: center;
  flex: 9;
}

.social-links {
  display: flex;
  flex-direction: row;
  margin: auto auto 10px auto;
  width: 213px;
}

.social-links a:link,
.social-links a:visited {
  color: #05386b;
  text-decoration: none;
}

#aboutSection {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: rgb(55, 150, 131, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#aboutTitle {
  width: 100%;
  height: auto;
  font-family: "Open Sans", sans-serif, monospace;
  font-size: 25px;
  color: #edf5e1;
  padding: 7px;
  text-shadow: 2px 2px black;
}

#aboutBody {
  margin-bottom: 20px;
  width: 85%;
}

#aboutBody p {
  font-family: "Open Sans", sans-serif, monospace;
  font-size: 20px;
}

span img {
  max-width: 20px;
  height: auto;
}

.grid {
  width: 100%;
  z-index: 0;
}

/* clearfix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid-item {
  float: left;
  background: #d26;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 5px;
  z-index: 0;
}

.grid-item:before {
  counter-increment: grid-item;
  /* content: counter(grid-item); */
  display: block;
  color: white;
  padding-top: 0.5em;
  text-align: center;
  font-size: 1.4rem;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 5px;
  width: 350px;
  height: auto !important;
  background-color: #379683;
  border: 3px solid #8ee4af;
  font-family: "Open Sans", sans-serif, monospace;
  overflow-x: hidden;
}

#nimblePhoto {
  width: auto;
}

.my-vermont {
  height: 450px !important;
}

.id-vermont {
  height: 550px !important;
}

.my-vermont img,
.id-vermont img {
  width: 200px !important;
  height: auto !important;
}
.expunge-vt {
  height: 525px !important;
}
.expunge-vt img {
  width: 150px !important;
  height: auto !important;
}
.vdh-texting {
  height: 600px !important;
}
.vdh-texting img {
  width: 225px !important;
  height: auto !important;
}

.nimble {
  height: 500px !important;
}
.amazing {
  height: 540px !important;
}
.ethan-allen {
  height: 450px !important;
}

.records {
  height: 490px !important;
}

h2 {
  font-family: "Open Sans", sans-serif, monospace;
  font-weight: 10;
  font-size: 30px;
  height: 25px;
}

p {
  font-size: 17px;
  font-family: "Open Sans", sans-serif, monospace;
  font-weight: 500;
  height: 15px;
}

.thin-img-border {
  border-color: #379683;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  opacity: 0.7;
  z-index: 102;
}

.smaller-image {
  width: 250px;
  height: 250px;
  max-width: 100%;
  z-index: 103;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.ispin {
  animation-name: spin;
}

.ispin2 {
  animation-name: spin2;
}

.smaller-image:hover {
  -moz-transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  -o-transform: translate(-2px, -2px);
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
}

/* The dots/bullets/indicators */

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #edf5e1;
  margin-top: 10px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

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

.mySlides {
  display: none;
  z-index: 103;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 96px 0 rgba(6, 2, 44, 0.2);
}

/* Add rounded corners to the top left and the top right corner of the image */
.card > img,
.card > a > img {
  border-radius: 5px 5px 0 0;
  height: 200px;
  width: 100%;
  background-color: transparent;
}

/* 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);
}

/* The dots/bullets/indicators */

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #edf5e1;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

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

/* Fading animation */

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

/* Place the navbar at the bottom of the page, and make it stick */
.botnav {
  background-color: #05386b;
  position: static;
  bottom: 0;
  width: 100%;
  height: 75px;
  margin-top: 80px;
  font-family: "Open Sans", sans-serif, monospace;
  font-weight: bold;
}

.topnav {
  background-color: #05386b !important;
  color: #edf5e1 !important;
  position: fixed;
  width: 100%;
  height: 75px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-family: "Open Sans", sans-serif, monospace;
  font-weight: bold;
  text-align: left;
  display: table;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
}

.nav-menu {
  display: flex;
  flex-direction: row;
}

.nav-menu div {
  padding-left: 10px;
  padding-right: 10px;
}

#tictacText {
  color: #edf5e1;
  text-decoration: none;
}

.topText {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-decoration: none;
  color: #edf5e1;
  font-size: 15px;
}

h1 {
  font-size: 25px;
  padding: 0;
  color: #edf5e1;
  font-family: "Open Sans", sans-serif, monospace;
  text-shadow: 2px 2px black;
}

h2 {
  font-size: 20px;
  height: auto;
  color: #edf5e1;
  font-family: "Open Sans", sans-serif, monospace;
  margin-bottom: -5px;
}
h2,
h2 a:visited,
h2 a:link {
  color: #edf5e1;
  text-decoration: none;
}

.topText,
.topText a:visited,
.topText a:link,
.nav-menu a:visited,
.nav-menu a:link,
.topText a,
.topText:visited,
.topText:link {
  color: #edf5e1;
  text-decoration: none;
}

h4 a:link,
h4 a:visited {
  color: #edf5e1;
}
/* Style the links inside the navigation bar */
.botnav a {
  float: left;
  display: block;
  color: #edf5e1;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.botnav a:hover {
  background-color: #edf5e1;
  color: #05386b;
}

/* Add a color to the active/current link */
.botnav a.active {
  background-color: #379683;
  color: #edf5e1;
}

#recordsRequester {
  width: auto;
  background-color: transparent;
}

.resume {
  width: 80%;
  height: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 5px;
  background-color: #379683;
  border: 3px solid #8ee4af;
  padding: 5px;
  font-family: "Open Sans", sans-serif, monospace;
  overflow-x: hidden;
}

.resume img {
  width: 99%;
  height: auto;
}

.resumeText {
  padding: 0px;
  margin: 15px;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes spin {
  from {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes spin2 {
  from {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
