@import url(https://fonts.googleapis.com/css?family=Raleway);

html, body {
  margin: 0;
  height: 100%;
}

* {
  font-family: "Raleway";
  box-sizing: border-box;
}

h1 {
  font-family: "Raleway";
  font-size: 30px;
  display:inline-block;
  height:100px;
  font-size:30px;
  position:relative;
  text-align: center;
}


h2 {
  font-family: "Raleway";
  text-align: center;
}

h3{
  font-family: "Raleway";
  text-align: center;

}

h4{
  font-family: "Raleway";
  text-align: center;
}

h5{
  font-family: "Raleway";
  text-align: center;
}

h6{
  font-family: "Raleway";
  text-align: center;
}

#range {
  font-family: "Raleway";
  text-align: center;
  font-size: 16px;

}

#logoname {
text-align: left;
}



#introtext {
    font-family: "Raleway";
    color: #222222;
    font-size: 12pt;
    text-align: center; 
    line-height: 28px; 
    padding:10px;
    margin-top: 10px;

}

.navbtncontent a:hover {
  color: rgba(0, 0, 0, 0.5);
  background-color: yellow;
  color: white;
  font-style: Bold;

}

/* list */
.slideshow {
  position: relative;
  width: 200px;
  height: 300px;
  transform-style: preserve-3d;
  perspective: 1000px;
  /*overflow: hidden;*/
}
.slideshow .slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: start;
  justify-content: start;
  transform: rotateY(270deg);
  transform-style: preserve-3d;
  animation: animate 30s linear infinite;
  animation-delay: calc(var(--i) * 3s);
}

@keyframes animate {
  0% {
    transform: rotateY(270deg);
  }

  10%,
  100% {
    transform: rotateY(90deg);
  }
}


.slideshow .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.slideshow .slide h2 {
  position: relative;
  z-index: 1000;
  color: #ffffff;
  font-size: 45px;
  transform: rotateY(180deg) translateY(100px) translateZ(50px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  font-weight: 900;
}

.slideshow .slide h2 span {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0.5em;
  font-weight: 500;
  transform: translateZ(50px);
  backface-visibility: hidden;
}

default */
}

/* media query to add a breakpoint: */
@media screen and (max-width: 60) {

  .slideshow {
  position: relative;
  width: 300px;
  height: 400px;
  transform-style: preserve-3d;
  perspective: 1000px;
  justify-content: center()
  /*   overflow: hidden; */
}

}


/* column*/

/* two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  max-height: 60%;
  padding: 10px;
  overflow: hidden;
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* footer */