/* Ajax Project Base Styling */

body {
	background-color: #fff;
}

nav {

	text-align: right;
	text-transform: uppercase;
	background-color: #000;
}
nav img {
	width: 10%;
}

nav a {
	padding-left: 30px;
	color: #fff;
}

nav a:hover,a.current {
	font-weight: 600;
}
.spacer {
	width: 100%;
	height: 20px;
}


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

h2 {
	margin: 0.7em 0 1.7em 0;
	padding-bottom: 10px;
	color: #000;
	line-height: 1em;
}

h3 {
	font-size: 1.4em;
	color: #000;
	font-family: 'Raleway', arial, sans-serif;
	padding: 0 0 0 20px;
}

.row .event p {
	text-align: center;
	border-right: 1px solid #000;
}
.row .event h3 {
	text-align: center;
}

.row .event h5 {
	text-align: center;
}

.row img {
	width: 100%;
	padding: 5px;
}
img .ollologosolution {
	width: 50%;
}
.row a img:hover {
	opacity: 75%;
}

.modalimg:hover {
	cursor: pointer;
}

#content .event:last-child p {
	border-right: none;
}
.updatespacer {
	width: 100%;
	padding: 20px
}
.updateanchor {
	font-size: 18px;
	color: #0000EE;
}
.updateanchor:hover {
	text-transform: uppercase;
	font-size: 20px;
}

.row p {
	margin: 40px 0 20px 0;
	text-align: left;
	line-height: 1.4em;
}


/* Example */

#event a {
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	display: block;
	height: 140px;
	width: 100%;
}

#event img {
	width: 30%;
	float: left;
	margin-right: 10px;
	display: block;
}

#event a:hover,
#sessions a:hover {
	color: #000;
	text-transform: uppercase;
}

#sessions a {
	font-size: 120%;
}

#sessions p {
	margin-top: 2em;
}

#sessions ul {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0 20px 0 20px;
	margin: 0 0 40px 0;
}

#sessions li {
	list-style-type: none;
	padding: 20px 0 20px 0;
	background-color: #fff;
	border-top: 1px solid #ffcc00;
	text-align: left;
}

#sessions li:first-child {
	border-top: none;
	padding-top: 1.8em;
}

#sessions li .time {
	display: inline-block;
	width: 60px;
}

#details div {
	text-align: left;
	padding: 1.8em 0 0em 1;
}

#details p {
	padding: 0 0 0 20px;
	margin: 0.8em 0 0 0;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	/* Typography */
	h2 {
	  font-size: 24px;
	}
	h3 {
	  font-size: 20px;
	}
	p {
	  font-size: 18px;
	}
	#sessions a {
	font-size: 20px;
    }
	#sessions ul {
		overflow: scroll;
		height: 100px;
		}
    /* Header Content */
	header {
	  text-align: center;
	}
	header a {
		font-size: 12px;
	}
	header img {
	  float: none;
	  width: 50%;
	  margin: 20px auto;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

	header img {
		float: none;
		width: 25%;
	  }
	  #event img {
		width: 90px;
		height: 90px;
		float: left;
		margin-right: 0;
	}
	#event a {
		width: 110%;
	}
	a img {
		display: block;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	header {
	  height: 120px;
	  text-align: center;
	}
	header img {
	  float: none;
	  width: 35%;
	  margin-right: 20px;
    }
} 


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#event img {
		width: 30%;
		float: left;
		margin-right: 10px;
		display: block;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

	h2 {
		margin: 0 auto;
		text-align: center;
	}

	header {
		display: block;
		height: 100px;
		margin-bottom: 30px;
	}
	
	header img {
		float: left;
		margin-left: 20px;
		width: 20%;
	}

}
