
@font-face {
    font-family: 'Roboto';
    src:  local('Roboto'), url('Roboto-Regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body { 
	font-family: 'Roboto', Arial, sans-serif;		
}

p { font-size: 1.0em; }

p.motto { font-size: 1.5em; }

html,body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,th,td {margin:0;padding:0;}

table {border-collapse:collapse; border-spacing:0;}

img {border: 0;}
a img {border: 0;} 


.pic {
	width: 800px;
	height: 400px;
}

.spacer {
	width: 100%;
	height: 20px;
}	

ol,ul {list-style:none;}

h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:bold;}    

#wrapper { 
	width: 90%;
	float: auto;
	margin: auto;
}

a { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: underline }



.content { 
    position: relative;
    padding: 20px;
    margin: 20px;
    clear: left;
	max-width: 706px;
    background-color: rgba(255, 255, 255, 0.8);
}


.start { 
    position: relative;
    padding: 20px;
    margin: 20px;
    float: left;    
}

div.logo {
	//float: left;
	margin: 20px 20px 20px 20px;
	
}


div.card {
  width: 290px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: left;
  float: left;
  margin: 20px 20px 20px 20px;
}

div.header {
  background-color: #4CAF50;
  color: white;
  padding: 10px;
  font-size: 1.6em;
  text-align: center;
}

div.container {
  padding: 20px;
}

.newspaper {
  column-count: 3;
  column-gap: 50px;
  column-rule-style: solid;
  column-rule: 2px solid grey;
}

h1.start {
  color: black;
  padding: 10px;
  font-size: 2em;
  text-align: center;	
}

blockquote {
    background: grey;
    color: white;
    padding: 20px 40px;
    position: relative;
	float: left;
    font-size: 20px;
}

.example2::before {
    content: '“';
    position: absolute;
    top: 10px;
    left: 10px;
	font-size: 50px;

}
.example2::after {
    content: '”';
    position: absolute;
    bottom: -20px;
    right: 10px;
	font-size: 50px;
}