body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13pt;
  line-height: 2;
  text-align: center;
  background-color: #fff;
  margin: 0;
  animation: fadein 3.5s;
}

h1 {
  font-size: 48px;
  font-weight: 500;
  color: #B41313;
}

h2 {
  font-size: 28px;
  font-weight: 600;
  color: #B41313;
}

h3 {
  font-size: 20px;
  font-weight: 400;
}

.red {
  color: #B41313;
}


a {
  text-decoration: none;
  color: #5c5c5c;
}

p {
  display: inline-block;
  max-width: 900px;
}

.section {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

#homebutton {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: #555555;
  color: #fff;
  font-size: 2em;
  line-height: normal;
  padding: 0.5em 0.6em 0.25em 0.6em;
  border: 2px solid #fff;
  border-radius: 100%;
}


.navlink {
  display: inline-block;
  color: #000;
  font-size: 18px;
  margin: 1rem;
  padding: 0.75rem;
  border-radius: 5%;
  box-shadow: 2px 2px 4px #9E9C9D;
  transition: background 300ms linear;
}

.navlink:hover {
  color: #000;
  background-color: #d1d1d1;
  border: 1px solid #d1d1d1;
}

#herosection {
  background-color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  animation-timing-function: ease-in-out;
  }


#features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  background-color: #c0c0c0;
}



.feature {
  width: 31.333%;
  margin-top: 5rem;
  padding-left: 1%;
  padding-right: 1%;
}


.feature h3 {
  display: inline-block;
}

.feature p {
  display: block;
}

.feature img {
  display: inline-block;
  max-height: 64px;
  margin-right: 1rem;
}

.featureicon {
  border-radius: 10%;
  background-color: #fff;
  padding:4%;
  box-shadow: 2px 2px 4px #9E9C9D;
}

#points {
  padding-left: 2.5%;
  padding-right: 2.5%;
  text-align: left;
}

#gallery {
  padding-top: 0;
  padding-bottom: 0;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.galleryimg {
  width: 31.333%;
  height: 100%;
  margin: 1%;
  cursor: pointer;
  transition: transform 300ms linear;
}

.galleryimg:hover {
  transform: scale(1.1);
}

/* The Modal (background) */
.modal {
  display: flex;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 350ms;
  overflow: auto;
  background-color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

/* Modal Content */
.modal-content {
  display: inline-block;
  overflow: auto;
  margin-left: 5%;
  margin-right: 5%;
}

#slidecontent {
  transition: opacity 350ms;
}

.modal-content img {
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 80vh;
}

/* The Close Button */
.close {
  color: #000;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover {
  color: #B41313;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: fixed;
  top: 50%;
  width: auto;
  padding: 16px;
  color: #000;
  font-weight: bold;
  font-size: 35px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.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 {
  color: #B41313;
}

.socialicon {
  display: inline-block;
  padding: 1rem;
  transition: transform 300ms linear;
}

.socialicon:hover {
  transform: scale(1.25);
}

#sponsors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

.sponsor {
  width: 24%;
  margin-top: 5rem;
  padding-left: 1%;
  padding-right: 1%;
}

.item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 6rem;
}

.textblock {
  transform: translateY(-1.5rem);
}

.iteminfo {
  width: 42%;
}

.img1 {
  float: right;
  transform: translateX(-10rem);
  padding-left: 10rem;
}

.clearfix {
  overflow: auto;
}



.itemimg {
  width: 60%;
  box-shadow: 0 0 0rem rgba(0, 0, 0, 0.25);
  border-radius: 1%;
  height: 35rem;
  margin-right: -3.5rem;
}

input {
  font-size: 14px;
  background-color: #c0c0c0;
  border-radius: 4px;
  padding: 12px;
  margin: 0.5rem;
  border: 0;
  width: 80%;
  max-width: 400px;
}

input1 {
  font-size: 14px;
  background-color: #fff;
  border-radius: 4px;
  padding: 0px;
  margin: 0rem;
  border: 0;
  width: 0%;
  max-width: 0px;
}

label {
  font-size: 0px;
  background-color: #c0c0c0;
  border-radius: 4px;
  padding: 0px;
  margin: 0rem;
  border: 0;
  width: 0%;
  max-width: 0px;
}

textarea {
  font-size: 14px;
  background-color: #c0c0c0;
  border-radius: 4px;
  padding: 12px;
  margin: 0.5rem;
  border: 0;
  width: 80%;
  max-width: 400px;
}

.hide-robot{
			display:none;
		}

button {
  font-size: 16px;
  text-align: center;
  background-color: #B41313;
  color: #fff;
  border-radius: 4px;
  padding: 12px;
  margin: 1rem;
  border: 0;
  cursor: pointer;
  transition: transform 300ms linear;
}

button:hover {
  transform: scale(1.1);
}

#formmessage {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  text-align: center;
  padding-top: 40vh;
  transition: opacity 350ms linear;
}

#footer {
  background-color: #fff;
  color: #ccc;
}


@media screen and (max-width: 768px) {

  body {
    padding: 1rem;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 20px;
  }

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #logo {
    max-width: 90%;
    }

    .feature {
      width: 98%;
      margin-top: 5rem;
      padding-left: 1%;
      padding-right: 1%;
    }

  .galleryimg {
    width: 98%;
  }

}

@media screen and (min-width: 1600px) {

  body {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

}

@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

@keyframes wiggle {
  0% {transform: rotate(2deg);}
  25% {transform: rotate(-2deg);}
  50% {transform: rotate(4deg);}
  75% {transform: rotate(-4deg);}
  100% {transform: rotate(0deg);}
}
