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


body
{
    font-size: 1rem;
    line-height:1.2rem;
     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;
	
    background-color: #ffffff;
}

header
{
	width:100%;
	 background-color:#f9e11e;
	height:3rem;
	margin-bottom:2rem;
}


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

@media only screen and (min-width: 651px) {
	.logo
	{
		-webkit-transform: translateX(50%) translateX(-23px);
        -ms-transform: translateX(50%) translateX(-23px);
        transform:translateX(50%) translateX(-23px)
	}
}

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

article
{
	 background-color: #ffffff;
}

h1
{
    font-size: 1.2rem;
    line-height: 200%;
	font-weight: bold;
}
h2
{
	margin-top:1rem;
    font-size: 1.3rem;
    font-weight: bold;
}

h3
{
    font-weight: bold;
}

p
{
	line-height: 1.2rem;
}


.button
{
    background-color:#f9e11e;
    color:#000;
	font-weight: bold;
    text-decoration: none;
    display:inline-block;
    line-height: 200%;
    padding-left:10px;
    padding-right:10px;
}

.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;
}

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

@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%;}
	}
