@charset "UTF-8";
/**
*
* @author Chris Glutz <chris@netzpilot.ch>
* @copyright Copyright (c) 2010, Chris Glutz
* @version 1.1
* @date 20150414
* @desc  CSS msveronica.ch
* 
*/
html, body {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	width: 100%;
	background-color: #ff8a00;
  	font-family: "proxima-nova",sans-serif;
}

#wrap {
	position: relative;
	margin: 0 auto;
	padding-top: 20vh;
}

.logo {
	font-family: font73252;  /* TradeGothic Bold */
	font-size: 4.3333334444em;
	letter-spacing: 1px;
	color: #055A8D;
}

.container {
	background-color: beige;
	height: auto;
	padding: 20px;
	
  	font-family: "proxima-nova",sans-serif;
	font-size: 14px;
	line-height: 1.8em;
  	/* text-transform: uppercase; */
	letter-spacing: 0.05em;
}

.cols {
	max-width: 60%;
	padding: 10px;
	/*
	-webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;
    
    -webkit-column-rule-style: solid; 
    -moz-column-rule-style: solid; 
    column-rule-style: solid;
    
    -webkit-column-gap: 6px; 
    -moz-column-gap: 6px; 
    column-gap: 6px;
    
    -webkit-column-width: 200px; 
    -moz-column-width: 200px; 
    column-width: 200px;
    
    -webkit-column-rule-width: 0.5px; 
    -moz-column-rule-width: 0.5px; 
    column-rule-width: 0.5px;
    
    -moz-column-fill: balance;
	*/
}

@media (max-width: 980px) {
	.cols {
		max-width: 90%;
	}	
}
.cols > p {
		/* border: 1px dotted; */
	margin: 0;
	padding-bottom: 10px;
}

a {
	text-transform: none;
	color: #0A6D9D;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}











