.logo-image {
     width:auto;
     max-height:70px;
     text-align:center;
     margin:0 auto;
     float:none;
     display:block;
     position:relative;
}

body input {
	color: #4d515c;
	-webkit-appearance: none;
	border: 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

input:is([type="button"], [type="submit"], [type="reset"]), input[type="file"]::file-selector-button, button {
align-items: flex-start;
text-align: center;
cursor: default;
color: #fff;
font-size: 18px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: outset;
border-right-style: outset;
border-bottom-style: outset;
border-left-style: outset;
border-top-color: buttonface;
border-right-color: buttonface;
border-bottom-color: buttonface;
border-left-color: buttonface;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
background-color: #16cafa;
box-sizing: border-box;
}

#dynamic {
  	position: fixed;
  	left: 0;
  	top: -80px;
  	width: 100%;
  	max-height: 50px;
  	background: #fff;
  	opacity:0.97;
  	-moz-transition: all 350ms ease;
  	-webkit-transition: all 350ms ease;
  	-o-transition: all 350ms ease;
  	transition: all 350ms ease;
  	z-index: 9999;
}

#footer .first-button .main-button {border: 2px solid #03afda;}
#footer .first-button .main-button {color: #FFF;}
#footer .first-button .hvr-sweep-to-top:before, #footer .first-button .hvr-sweep-to-bottom:before, #footer .first-button .hvr-sweep-to-left:before, #footer .first-button .hvr-sweep-to-right:before, #footer .first-button .hvr-fade:hover, #footer .first-button .hvr-bounce-to-top:before, #footer .first-button .hvr-bounce-to-bottom:before, #footer .first-button .hvr-bounce-to-left:before, #footer .first-button .hvr-bounce-to-right:before {background:#03afda;}
