@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Montserrat';
}
a {
  color: #FFFFFF;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #443E3B;
  overflow-y: hidden;
  transition: 0.8s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 24px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #F4F2F1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 24px}
  .overlay .closebtn {
  font-size: 36px;
  top: 5px;
  right: 35px;
  }
}
#contact-button {
    position: fixed;
    bottom: 10px;
    right: 20px;
}
	.button3
	
	 {
  background-color:#0000CD;
  font-family: "Montserrat SemiBold";
  font-size: 12px;
  font-weight: 600;
  color: #F4F2F1;
  width: 110px; height: 110px;
  border-radius: 55px;
  border-width: 4px;

}
	.button3:hover {
	background-color:#32CD32;
	color: #F4F2F1;
}

#ar-button {
  display: flex;
  align-items: center;
  gap: 8px;                          /* Kuvan ja tekstin väli */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: white;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #DADCE0;
  background-color: #DE9E00; 
  cursor: pointer;
  white-space: nowrap;
}


#ar-button:hover {
    background-color: #b27b00;
}
#ar-button:active {
  background-color: #E8EAED;
}

#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 1px solid #4285f4;
}


}