/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.page-id-2575 .alignnone {
	border-radius: none;
	box-shadow: none;
}

body,  p, select, textarea {
	font-family: "Helvetica Neue",Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}

.entry-content p, .entry-content ul, #header p {
	font-size: 16px;
}

strong, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6 {
	font-family: "Helvetica Neue",Helvetica;

	font-style: normal;
	font-weight: bold;
}

.widget-area h4 {
	color: #2b2b2b;
	font-size: 20px;
	font-weight: normal;
	text-transform: lowercase;
}

#header #title {
	font-family: Droid Sans, sans-serif;
	font-weight: bold;
	font-size: 100px;
	line-height: 100px;
	margin: 80px 0 30px -5px;
	text-transform: uppercase;
}

#event-information .title {
	color: #2b2b2b;
	display: block;
	font-family: "Benton Sans Cond", 'Droid Sans', sans-serif;
	font-style: normal;
	font-size: 20px;
	font-weight: bold;
}

#event-information .register .title {
	background: #f4422e;
	color: #fff;
	display: block;
	font-family: "Benton Sans Cond", 'Droid Sans', sans-serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
	padding: 15px 15px 15px 12px;
}

.bentonsanscondlight {
	font-family: "Benton Sans Cond Light";
	font-style: normal;
	font-weight: normal;
}

.bentonsanscondbold {
	font-family: "Benton Sans Cond";
	font-style: normal;
	font-weight: bold;
}

.partner {
	width: 47%;
	margin: 5px 5px 0 0;
}

#header #title-area #title {
	background: url(http://sotn.it/wp-content/uploads/2018/05/SOTN18-header-960.gif);
  background-repeat:no-repeat;
  background-position: top center;
  background-size: 100%;
	}
