﻿input {
	padding-left: 0px;
	padding-right: 0px;
	width: 100px;
	height: 26px;
}

@font-face {
  font-family: hughs;
  font-style: normal;
  font-weight: 400;
  src: url("https://thedanceconnection.ca/font/NK123/nk123.ttf");
}
h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0px;
  margin-right: 0;
  font-weight: normal;
  font-family: "hughs";
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0px;
  margin-right: 0;
  font-weight: normal;
  font-family: "hughs";

}

h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 10px;
  margin-right: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 10;
  margin-right: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 10;
  margin-right: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 00;
  margin-right: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.wgtmsr{
	width:200px;
	height:50px;
	padding-left: 10px;
	color: grey;
}

.wgtmsr option{
	width:200px;   
	background: white;  
}

.input-container {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	width: 100%;
	margin-bottom: 5px;
}

.icon {
	padding: 20px 13px 10px 10px;
	background: dodgerblue;
	color: white;
	min-width: 20px;
	min-height: 20px;
	text-align: center;
}

.input-field {
	padding: 10px;
	outline: none;
}

.input-field:focus {
	border: 2px solid dodgerblue;
	background: rgb(143,143,157);
	background: linear-gradient(24deg, rgba(143,143,157,1) 0%, rgba(255,255,255,0) 22%, rgba(255,255,255,1) 100%);}
}

.p {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:0px;
	line-height: 1.5em;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;

}

.css-button-arrow--black {
text-align: center;
  min-width: 130px;
  height: 3rem;
  line-height: 3rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  overflow: hidden;
  border-radius: 5px;
  border: 1px; 
  color: white;
  background-color: #5caee1;
}
.css-button-arrow--black:hover {
  border-radius: 5px;
  padding-right: 24px;
  padding-left:8px;
}
.css-button-arrow--black:hover:after {
  opacity: 1;
  right: 10px;
}
.css-button-arrow--black:after {
  content: "\00BB";
  position: absolute;
  opacity: 0;
  font-size: 20px;
  line-height: 40px;
  top: 0;
  right: -20px;
  transition: 0.4s;
}
