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

p {
	font-size: 1em;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

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

a:active, {
	color: ##e3cf05;
	text-decoration: none;
}

.nav {
	border: none;
}

h1 {
	font-style: normal;
}

header h1 {
	font-size: 2em;
}

h2 {
	font-style: normal;
	font-size: 1.5em;
}

h3 {
	font-size: .9em;
	font-size: 1.2em;
}

.navbar-default {
	border: none;
}

.bgimage {
	background-image: url('../images/bkgd-clock.png');
	background-position: center center; /* not sure why needed */
	background-size: cover; /* not sure why needed */
	height: 260px;
}

.imghead {
	max-width: 250px;
	margin: 0 auto;
	display: block;
}

.imgdesc {
	max-width: 250px;
	margin: 0 auto;
}

.imgtop {
	max-width: 720px;
	margin: 0 auto;
	display: block;
}

.portfolio-item {
	margin-bottom: 2em;
}

@media (max-width: 767px) {
	.imghead { 
		width: 100%;
				max-width: 767px;

	}
}

.services section {
	text-align: center;
}

.flickrphotos {
	text-align: center;
}

footer {
	margin-top: 10em;
	font-size: .8em;
	text-align: center;
}

.classeslist ul li {
	list-style: ;
	margin-bottom: 1em;
}

.centervideo {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
}

@media (max-width: 767px) {
  .container {
    margin-right: 1em;
    margin-left: 1em;
  }
}
