@import url(https://fonts.googleapis.com/css2?family=Tangerine);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab);
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

body {
  padding: 0;
  margin: 0;
  background-color: rgb(255, 255, 255);


}

header {
  background-color: rgba(128, 128, 128, 0.105);
  margin: 0px;
  padding-top: 0px;
  padding-bottom: .5em;

}

h1 {
  margin: 0px;
  color: #638484;
  font-family: 'Architects Daughter', cursive;
  text-align: center;
  font-size: 5em;
  padding-bottom: 0%;
  margin-bottom: 0%;
  border-bottom: 0%;
}

h2 {
  margin: 0px;
  color: #628484;
  font-family: 'Architects Daughter', cursive;
  text-align: center;
  font-size: 2em;
  text-transform: uppercase;
  padding-top: 0%;
  margin-top: 0%;
  border-top: 0%;
  padding-bottom: 1em;
}

h3 {
  margin: 0px;
  color: #628484;
  font-family: 'Arial';
  text-align: center;
  font-size: em;

  padding-top: 0%;
  margin-top: 0%;
  padding-bottom: .5em;
}

p {
  margin: 2%;
  text-align: left;
}

.testimonial {
  font-family: 'Courgette', cursive;
}


button {

  text-align: center;
  font-size: 1em;
  color: black;
  background-color: #ffffff00;
  border: 0px;
  margin-right: 0%;
}

button:hover {
  text-align: center;
  font-size: 1em;
  color: #628484;
  background-color: #ffffff00;
  border: 0px;
}

.Portfolio{
  font-size: 0.8em;
}

a {
  text-align: center;
  /*margin-left: 2%; */
  color: black;
  font-size: 1.2em;
  font-style: normal;
  text-decoration: none;
  font-variant: small-caps;

}

a:hover {
  text-align: center;
  color: #628484;
  font-size: 1.2em;
  font-style: normal;
  text-decoration: none;
  font-variant: small-caps;
}

/*.xcentered{
    margin: 0;
    padding: 0;
    margin-top: 1%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

.P5-7 {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 1em 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
}
.P16-9 {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 1em 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
}

/* Slideshow container */
.slideshow-container {
  width: 99%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* 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 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.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
  }
}

footer {
  background-color: rgb(255, 255, 255);
  position: fixed;
  bottom: 0;
  padding-top: 0.25ch;
  padding-bottom: 0em;
  width: 100%;
  text-align: center;
  font-size: 0.75vw;
}

.grid-container-new {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(31%, 1fr));
  row-gap: 2%;
  column-gap: 1%;
}

.grid-container2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.grid-containerv {
  display: grid;
  grid-template-rows: 1fr 1fr;
  width: 50%;
  grid-gap: 20px;
}

#gallery {
  /* Prevent vertical gaps */
  line-height: 0;

  -webkit-column-count: 5;
  -webkit-column-gap: 5px;
  -moz-column-count: 5;
  -moz-column-gap: 5px;
  column-count: 5;
  column-gap: 5px;

}

#gallery img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

#P16-9 {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

#P5-7 {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1200px) {
  #gallery {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media (max-width: 1000px) {
  #gallery {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (max-width: 800px) {
  #gallery {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 400px) {
  #gallery {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

body {
  margin: 0;
  padding: 0;
}
