h1{
  font-family: "Fino Sans";
  font-style: Bold;
  font-size: 100px;
  color: #7eafde;
  text-shadow: 3px 0px #ccebf3;
  margin: 20px 0px;
  text-align: center;
}
h2{
  font-family: "Fino Sans";
  font-style: Bold;
  font-size: 80px;
  color: black;
  margin: 20px;
  text-align: center;
}
h3{
  font-family: "Fino Sans";
  font-style: Bold;
  font-size: 35px;
  color: #7eafde;
  margin: 20px;
}
body{
  font-family: "URW Form";
  font-size: 18px;
  background-color: white;
}
* {
  box-sizing: border-box;
}
.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}

.slideshow-container {
  max-width: 900px;
  position: relative;
  margin: auto;
  margin-left: 200px;
}

.hero{
  width: 100%;
}

.numbertext {
  color: white;
  font-family: "URW Form";
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ccebf3;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
#middle{
  text-align:center;
}
.active {
  background-color: #7eafde;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.navbar {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 150px;

}

.navbar a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
}

.navbar a:hover {
  color: #7eafde;
}

 @media screen and (max-height: 450px) {
  .navbar {padding-top: 15px;}
  .navbar a {font-size: 18px;}

}
@media screen and (max-width: 700px){
    .slideshow-container{
    display:none;
  }
  #aboutimg{
    display: none;
  }
}

#aboutimg{
width: 25vw;
margin-left: 100px;
border: 8px solid #dee2e6;
}

#aboutgrid{
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(2, 45%);
}
#aboutgrid2{
  margin-left: 50px;
}
.picturegrid{
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(2, 45%);
}
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm fieldset,
#fs-frm optgroup,
#fs-frm label,
#fs-frm #card-element:disabled {
  font-size: 100%;
  border: none;
  border-radius: 0;
  display: block;
  font-family: "URW Form";
  width: 50%;
  padding: 0;
  margin-left: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#fs-frm label,
#fs-frm legend,
#fs-frm ::placeholder {
  font-size: .825rem;
  margin-bottom: .5rem;
  padding-top: .2rem;
  display: flex;
  align-items: baseline;
}
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm #card-element {
  border: 1px solid #7EAFDE;
  background-color: white;
  padding: .75em 1rem;
  margin-bottom: 1.5rem;
}
#fs-frm [type="text"],
#fs-frm [type="email"] {
  width: 100%;
}
#fs-frm [type="button"],
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
  width: auto;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
#fs-frm [type="button"]:focus,
#fs-frm [type="submit"]:focus,
#fs-frm [type="reset"]:focus {
  outline: none;
}
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
  margin-bottom: 0;
  float: right;
  margin-right: 350px;
}
#fs-frm select {
  text-transform: none;
}
.covers{
  width: 50vw;
  margin-bottom: 5px;
  margin-left: 300px;

}
.covercc{
  text-align: center;
    margin-bottom: 75px;
  color: #7eafde;
  text-outline: 1px solid black;
}
.galleries{
  width: 50vw;
  margin-bottom: 20px;
  margin-left: 300px;

}
