/*
 *	generated by WOW Slider 9.0
 *	template Megalopolis
 */
 
 h1 {
margin: 0 0 20px;
font-weight: 400;
color: #000000;
}

p {
margin: 0 0 5px;
}

.main-block {

justify-content: center;
align-items: center;
min-height: 100vh;
background: #ffffff;
}

form {
padding: 25px;
margin: 25px;
box-shadow: 0 2px 5px #f5f5f5; 
background: #f5f5f5; 
}

input, textarea {
width: calc(100% - 18px);
padding: 8px;
margin-bottom: 20px;
border: 1px solid #000000;
outline: none;
}

input::placeholder {
color: #666;
}

.message { 
color: #666; 
}

button {
width: 100%;
padding: 10px;
border: none;
background: #000000; 
font-size: 16px;
font-weight: 400;
color: #fff;
}

button:hover {
background: #2371a0;
} 
 
.smallprint
{
	color: #FFFFFF;
	font-family: helvetica;
	font-size: 12px;
	font-style: oblique;
	font-weight: default;
}

.smallprint2
{
	color: #000000;
	font-family: helvetica;
	font-size: 14px;
	font-weight: default;
}

.verysmallprint
{
	color: #FFFFFF;
	font-family: helvetica;
	font-size: 8px;
	font-style: oblique;
	font-weight: default;
}

.smallprintblack
{
	color: #000000;
	font-family: helvetica;
	font-size: 12px;
	font-style: oblique;
	font-weight: default;
}

.smalltitle
{
	color: #000000;
	font-family: helvetica;
	font-size: 12px;
	font-style: oblique;
	font-weight: default;
	text-indent: 5px;
	text-align: left;
	text-decoration: none;
	white-space: normal;
}

.w3-left{float:left!important}
 
 .headtable {
 background-color: rgb(245, 193, 97);
 height: 20px;
   padding: 5;
  font-family: helvetica;
 }

 .bar {
  background-color: rgb(245, 193, 97);
/*  width: 100%;
    height: 40px;
*/  display: flex;
  list-style: none;
  padding: 5;
  font-family: helvetica;
}

.bar li {
  height: 100%;
  width: 100px;
  border-right: 1px solid rgb(235, 177, 69);
}

.bar li a {
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.bar li a:hover {
  background-color: rgb(235, 177, 69);
}

.bar li a.active {
  background-color: rgb(165, 113, 16);
  color: white;
}
 
