/*
 Theme Name:     twentysixteen Child Theme
 Theme URI:      http://hyperlinkcode.com/blog/?p=1021
 Description:    A bare-bones child theme for use with twentysixteen Theme from <a href="https://wordpress.org/">Wordpress</a>. To use this Child Theme, you must have <a href="https://wordpress.org/themes/twentysixteen/">twentysixteen</a> parent theme installed.
 Author:         Edward Zivkovic
 Author URI:     http://hyperlinkcode.com/
 Template:       twentysixteen
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */

body {
	background: none;
	}
	
h2.entry-title,
h1.entry-title {
 
	font-weight: normal;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;


	}	
	
	
div.entry-content h2 {
	font-family: Montserrat, 'Helvetica Neue', sans-serif;
	font-weight: normal;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;

	}
	
div.entry-content h3 {
	font-size: 18px;
	\* font-size: 1.4375rem;
	line-height: 1.2173913043;
*/
	}
	

footer.entry-footer span.byline {
	display: none;
	}	
	
object.svg_icon {
	padding-right: 3px;
	width: 18px;
	height: 18px;
	position: relative;
	margin-bottom: 0px;
	color: #666;
	/* 
top: 4px;
	line-height: 24px;
 */
	}		
	
object.looking_sideways_icon {
	width: 140px;
	height: 140px;
	/* float: right; */

}

a:link object.svg_icon,
a:hover object.svg_icon,
a:visited object.svg_icon,
a:active object.svg_icon
 {
text-decoration: none;
}

.sidebar {

font-family: Montserrat, 'Helvetica Neue', sans-serif;

}


	.main-navigation ul ul a {
		white-space: normal;
		width: 20em;
	}


/* ======== Team page ========== */

img.teamphoto {
    width: 200px;
    height: 200px;
}

table.speakers {
    
    border-collapse: collapse;
    border: none 0px;
    
}

table.speakers td {
vertical-align: top;
   border-collapse: collapse;
    border: none 0px;

}