 html {
	scroll-behavior: smooth;
}
body{
	font-family: McLaren, Tenor Sans;
   }
   .logo {
	width: 150px;
	height: 60px;
   }
   .hero-section{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../assets/images/hero-bg.jpg");
	
	/* background-image: url("https://images.unsplash.com/photo-1603366615917-1fa6dad5c4fa?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxleHBsb3JlLWZlZWR8OXx8fGVufDB8fHx8&w=1000&q=80");
	
	background-image: url("../assets/images/hero-bg.jpg"); 
	
	https://shuffle.dev/components/tailwind/flaro/contact
	
	*/
   }
   .no-outline:focus {
       outline: none;
  }
  
  .zoom-in-out-box {
  animation: zoom-in 2s ease 0s;
}

@keyframes zoom-in {
  0% {
    transform: scale(0.3, 0.3);
  }
  100% {
    transform: scale(1, 1);
  }
}
.radio-toolbar {
  margin: 10px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
	width:100%;
	height: 10%;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
}

.radio-toolbar label:hover {
  background-color: #dfd;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #bfb;
    border-color: #4c4;
}
input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #2F855A;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]:hover{
	background: transparent;
}

input[type=file]::file-selector-button:hover {
  background: #15803D;
}


.emoji-404{

  position: relative;
  animation: mymove 2.5s infinite;
}

@keyframes mymove {
  33%   {top: 0px;}
  66%  {top: 20px;}
  100%  {top: 0px}



}