@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');


body
{
    font-size: 1rem;
    line-height:1.3rem;
     background-color: #eee;
    font-family: 'Verdana', sans-serif;
    color:#2a4f68;
}



#wrapper
{
    margin-left:auto;
    margin-right:auto;
    width:90%;
    max-width:973px;
	margin-top:1rem;
	min-height: calc(100vh);
    background-color: #ffffff;
}

header
{
	float:left;
	width:100%;
	 background-color:#13a538;

	margin-bottom:2rem;
}


.logo
{
	display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem; 
	
	
}


footer
{
	 clear: both;
	height: 4rem;
	width:100%;
}

article
{
	 background-color: #ffffff;
}

h1
{
    font-size: 1.5rem;
    line-height: 200%;
	font-weight: bold;
	color:#13a538;

}
h2
{
	margin-top:1rem;
    font-size: 1.3rem;
    font-weight: bold;
	color:#13a538;
	margin-bottom:1rem;
}

h3
{
    font-weight: bold;
	color:#13a538;
	border-bottom: 1px solid #13a538;
}

p
{
	line-height: 1.3rem;
	margin-bottom:0.5rem;
}


.button
{
    background-color:#13a538;;
    color:#fff;
	font-weight: bold;
    text-decoration: none;
    display:inline-block;
    line-height: 200%;
    padding-left:10px;
    padding-right:10px;
	margin-top:0.5rem;
}

.acc
{
	font-weight:bold;
}


[class*="col-"] {
	width: 100%;
        float:left;
}

input[type="text"]
{
    width:100%;
    line-height: 1.2;
    font-size: 1.2rem;
}

textarea
{
	 width:100%;
    line-height: 1.2;
    font-size: 1.2rem;
	height: 10rem;
}

.row
{
	float:left;
    clear: both;
    width:90%;
	padding-left:5%;
	padding-right:5%;
	margin-top:1rem;
}

li
{
	margin-left:1em;
}

.from_error
{
	background-color: orange;
}

#err_block
{
	padding-top:1rem;
	background-color: #ccc;
	min-height: 4rem;
}


label
{
	display: block;
	line-height: 2rem;
}

input[type="checkbox"]
{
	margin-right: 0.5rem;
	font-size: 2rem;
	line-height:2rem;
}

select
{
	font-size: 1rem;
	line-height:1.2rem;
	background-color: #eee;
	font-family: 'Verdana', sans-serif;
	color:#13a538;
}

@media only screen and (min-width: 600px) {

.col-1  {width: 8.33%;}
	.col-2  {width: 16.67%;}
	.col-3  {width: 25%;}
	.col-4  {width: 33.33%;}
	.col-5  {width: 41.67%;}
	.col-6  {width: 50%;}
	.col-7  {width: 58.33%;}
	.col-8  {width: 66.67%;}
	.col-9  {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.67%;}
	.col-12 {width: 100%;}
	}
