.noto-sans-title {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    
}

p {
  font-family: "Noto Sans", system-ui;
  font-optical-sizing: auto;
  font-weight: 380;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

ul {
  font-family: "Noto Sans", system-ui;
  font-optical-sizing: auto;
  font-weight: 380;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.formStyle {
font-family: "Noto Sans", system-ui;
  font-optical-sizing: auto;
  font-weight: 380;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    }

html {
  scroll-behavior: smooth;
}



.flex-container {
  margin: 15px;
  display: flex;
  justify-content: space-between;
}

.loginbtn {
  background-color: #FFA458;
  color: white;
  padding: 15px 32px;
  text-align: center;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.imagesSlider{
  border-style: solid;
  border-width: 5px;
  width:100%"
}

.title {
    letter-spacing: 0.5px;
    text-align: center;
    color: #FFA458;
    font-size: 40px;
    font-weight: 800
}

.paragraph0 {
  background-color: rgba(255, 164, 88, 0.65);
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;

  color: white;
  font-size: 32px;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 5%;
  border-radius: 25px;
}

.paragraph1 {
  background-color: #F6E7E4;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;

  color: black;
  font-size: 32px;
  margin-left: 10%;
  margin-right: 10%;
  border-radius: 25px;
}

.information {
  background-color: #F6E7E4;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;

  color: black;
  font-size: 32px;
  margin-left: 10%;
  margin-right: 10%;
  border-radius: 25px;
}


* {
  box-sizing: border-box;
}

h2 {
  margin: auto;
  margin-top: 5%;
  margin-left: 15%;
  letter-spacing: 0.5;
  text-align: left;
  color: #FFA458;
  font-size: 62px;
  font-weight: 800
}


h3 {
    margin: auto;
    text-align: left;
}

body {
  padding: 0;
  margin: 0;
  background-image: url("images/background.jpeg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* Slideshow container */
.slideshow-container {
  max-width: 50%;
  position: relative;
  margin: auto;
  margin-bottom: 5%;
}

/* 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;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Add padding to containers */
.container {
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
  padding: 16px;
  background-color:#FFA458;
  border-radius: 5px;
}

/* Full-width input fields */
.formfields {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for the submit/register button */
.registerbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.registerbtn:hover {
  opacity:1;
}

/* Add a blue text color to links */
a {
  color: dodgerblue;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
  background-color: #f1f1f1;
  text-align: center;
}

