:root {	
	--PrimaryFontColor:#64645a;
	--PrimaryFontFamily: 'Muli', sans-serif;
	--PrimaryNavColor: #626259;
  }
 
body {
	width:100%;
background-color:#e8e6da;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.container
{
	 max-width:100%;
	 padding-right:15px;
	 padding-left:5px;

}

.txt_value_1 {
visibility: hidden;
	
	
}
#value_1
{
visibility: hidden;
height:1px;
}
.txt_value_2::before
{
		content: "Imię i nazwisko:";
}

.txt_value_2 {

	
	font-family:var(--PrimaryFontFamily);
	color:var(--PrimaryFontColor);
	font-size: 14px;
	font-style: normal;
	text-align: justify;
	line-height: 100%;
	margin:10px;

}
.txt_value_3::before
{
		content: "Temat:";
}

.txt_value_3 {

	font-family:var(--PrimaryFontFamily);
	color:var(--PrimaryFontColor);
	font-size: 14px;
	font-style: normal;

	text-align: justify;
	line-height: 100%;
	margin:10px;

}
.txt_value_4::before
{
		content: "Email: ";
}

.txt_value_4 {

	
	font-family:var(--PrimaryFontFamily);
	color:var(--PrimaryFontColor);
	font-size: 14px;
	font-style: normal;
	text-align: justify;
	line-height: 100%;
	margin:10px;

}
.txt_value_5::before
{
		content: "Wiadomość:";
}

.txt_value_5 {

	
	font-family:var(--PrimaryFontFamily);
	color:var(--PrimaryFontColor);
	font-size: 14px;
	font-style: normal;
	text-align: justify;
	line-height: 100%;
	margin:10px;

}




/* ---Typography ----- */
.txt {
	font-family:var(--PrimaryFontFamily);
	color:var(--PrimaryFontColor);
	font-size: 14px;
	font-style: normal;

	text-align: justify;
	line-height: 100%;
	margin:10px;
}
.txtt {
	font-family:var(--PrimaryFontFamily);
	color:var(--PrimaryFontColor);
	font-size: 14px;
	font-style: normal;
	text-align: center;
	line-height: 150%;
	padding-bottom: 15px;
}

* {outline: none;	
}
img {border: none;}

/* CSS Theme */ 
#contact-wrapper {

	font-family:var(--PrimaryFontFamily);
	color:var(--PrimaryFontColor);

	font-size: 14px;
	font-style: normal;
	line-height: 180%;
	font-weight: normal;
	font-variant: normal;
	text-align: left;

}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
	

}
#contact-wrapper label {
	display: block;
	float: none;
	font-family:var(--PrimaryFontFamily);
	color:var(--PrimaryFontColor);
	font-size: 14px;	
	
}
.re {
	font-family:var(--PrimaryFontFamily);
	color:var(--PrimaryNavColor);
	background-color: #cecab8; 
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding:5px;
	text-align: left;
	height: 40px;
	width: 100%;
	border: 0px solid #ccc;
}
.box
{
	max-width:100%;
	padding-left:0px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	
}


form#contactform textarea {
	max-width:100%;
	font-family:var(--PrimaryFontFamily);
    color:var(--PrimaryNavColor);
	background-color: #cecab8; 
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	height: 187px;
	max-width: 100%;
	padding:5px;
	resize: none;
	margin-left:auto;
	margin-right:auto;

}
input[type=submit]

{
	font-family:var(--PrimaryFontFamily);
		color: var(--PrimaryNavColor);
	background-color: #cecab8; 
	text-align:center;
	margin-top:0px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;

	
	padding: 10px;
	border: none;
	margin-left:auto;
	margin-right:auto;
	cursor: pointer;

	 -webkit-transition:all  0.3s;
  -moz-transition: all  0.3s;
  -ms-transition: all  0.3s;
  -o-transition: all  0.3s;
  transition: all  0.3s;
}
input[type=submit]:hover

{
font-family:var(--PrimaryFontFamily);
		color: var(--PrimaryNavColor);
	background-color: #cecab8; 
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding: 10px;
	border: none;
	cursor: pointer;
	
	 -webkit-transition:all  0.3s;
  -moz-transition: all  0.3s;
  -ms-transition: all  0.3s;
  -o-transition: all  0.3s;
  transition: all  0.3s;
}
.uwaga
{

font-family:var(--PrimaryFontFamily);
	font-size: 14px;

	
	margin: 10px;
	
    

}
.ok
{
	font-family:var(--PrimaryFontFamily);
	color:var(--PrimaryFontColor);
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;

}