@font-face {
    font-family: Raleway;
    src:url("/fonts/Raleway-VariableFont_wght.ttf");
}

body {font-family: Raleway, Helvetica, sans-serif;}
form {border: 3px solid #f1f1f1;}

h1, h2, h3, h4, h5{
  font-family: Raleway, Helvetica, sans-serif;
}

input[type=text], input[type=password], input[type=date] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.button{
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}

.decoration-none{
  text-decoration: none;
}

.button:hover {
  opacity: 0.8;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}



.center{
  text-align: center;
}

.img-full{
  width: 100vw;
  height: auto;
  overflow: hidden;
}

.header-container{
  height: 50px;
  width: 100vw;
  padding: 10px 15px 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heroimage-container{
  width: 100vw;
  height: 195px;
  overflow: hidden;
}

h1{
  font-size: 18px;
}

.cta-cameriere{
  font-size: 22px;
  font-weight: 600;
}

.ctacameriere-container{
  height: auto;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.01em 16px;
}

.categories-container{
  padding: 0.01em 16px;
  height: auto;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 15px;
}

.category-anchor{
  font-size: 30px;
  font-weight: 500;
  color: #04AA6D;
  text-decoration: none;
}

.category-anchor:hover{
  color: #8DDA7C;
}

.bold{
  font-weight: bold;
}




/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}
