@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}

body {
    background-color: #f1f1f1;
    margin: 0px;
}

h1 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-color: white;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 48px;
    padding-top: 10px;
        padding-bottom: 10px;
} #navbar {
    overflow: hidden;
}


.sticky {
  position: fixed;
  top: 0;
  width: 50%;
}


.sticky + main {
  padding-top: 60px;
}

.signbtn {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px;
    font-family: 'Inter var', sans-serif;
    font-size: 15px;
    color: white;
    background: #1d1d1f;
    border: none;
    transition: 0.3s ease-in-out 0s;
    height: 79px;
}

.signbtn:hover {
    background-color: #000000;
    cursor: pointer;
    transition: 0.3s ease-in-out 0s;
}
.signbtn:active {
    transform: scale(0.95);
    transition: 0.3s ease-in-out 0s;
}

h3 {
    margin-top: 0px;
    text-align: center;
}


ul{
    padding: 0;
    list-style: none;
    background: #1d1d1f;
    transition: 0.3s ease-in-out 0s;
    text-align: center;
    margin-block-end: 0px;
    margin-block-start: 0px;
}
ul li{
    display: inline-block;
    position: relative;
    line-height: 35px;
    text-align: left;
    transition: 0.3s ease-in-out 0s;
}
ul li a{
    display: block;
    padding: 8px 25px;
    color: white;
    text-decoration: none;
    transition: 0.3s ease-in-out 0s;
}

.home {
    font-weight: bold;
}
ul li a:hover{
    color: #fff;
    background: #808080;
    transition: 0.3s ease-in-out 0s;
}

.end {
    margin-bottom: 0px;
}


main {
    height: 800px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding-top: 1em;
}

#about-link {
    text-align: center;
    transition: 0.3s ease-in-out 0s;
}

#about-link a {
    color: #000000;
    transition: 0.3s ease-in-out 0s;
}

#about-link a:hover {
    text-decoration: none;
    padding-left: 20px;
    transition: 0.3s ease-in-out 0s;
}

#about-link a:active {
    padding-left: 40px;
    transition: 0.3s ease-in-out 0s;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* 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);
}

/* Caption text */
.text {
  color: #d3d3d3;
  text-shadow: 2px 2px 4px #000000;
  font-size: 30px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 50%;
  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 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

article {
    padding-top: 10px;
}

hr {
    margin: 0px;
}

.header {
    width: 50%;
    margin: 50px auto 0px;
    color: white;
    background: #1d1d1f;
    text-align: center;
    border: 1px solid #000000;
    border-bottom: none;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
}

form {
    width: 50%;
    margin: 0px auto;
    padding: 20px;
    border: 1px solid #1d1d1f;
    border-radius: 0px 0px 10px 10px;
    background-color: #f1f1f1;
}

.input-group {
    margin: 10px 0px 10px 0px;
}

.input-group label {
    display: block;
    text-align: left;
    margin: 3px;
}

.input-group input {
    height: 30px;
    width: 93%;
    padding: 5px 10px;
    font-family: 'Inter var', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid gray;
}

.input-group textarea {
    height: 30px;
    width: 93%;
    padding: 5px 10px;
    font-family: 'Inter var', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid gray;
}

.btn {
    width: 20%;
    padding: 15px;
    font-family: 'Inter var', sans-serif;
    font-size: 15px;
    color: white;
    background: #1d1d1f;
    border: none;
    border-radius: 5px;
    transition: 0.3s ease-in-out 0s;
}

.btn:hover {
    background-color: #000000;
    cursor: pointer;
    transition: 0.3s ease-in-out 0s;
}
.btn:active {
    transform: scale(0.95);
    transition: 0.3s ease-in-out 0s;
}

.error {
    width: 92%;
    margin: 0px auto;
    padding: 10px;
    border: 1px solid #a94442;
    color: #a94442;
    background: #f2dede;
    border-radius: 5px;
    text-align: left;
}


.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 75px;
    background-color: #1d1d1f;
    text-align: center;
}

.footer-text {
    margin: 0px;
    padding-top: 26px;
    color: white;
}


.contact {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

* {box-sizing: border-box;}

/* Add padding to container elements */
.container {
  padding: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #a9a9a9;
  padding-top: 50px;
}


/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
    .header {
    width: 100%;

}

form {
    width: 100%;

}

.btn {
    width: 50%;
}

main {
    width: 50%;
}

h1 {
    font-size: 2em;

}
}



