body {
	color: #666;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
}

.btn {
  background: #c1cad1;
  background-image: -webkit-linear-gradient(top, #c1cad1, #aebac2);
  background-image: -moz-linear-gradient(top, #c1cad1, #aebac2);
  background-image: -ms-linear-gradient(top, #c1cad1, #aebac2);
  background-image: -o-linear-gradient(top, #c1cad1, #aebac2);
  background-image: linear-gradient(to bottom, #c1cad1, #aebac2);
  -webkit-border-radius: 18;
  -moz-border-radius: 18;
  border-radius: 18px;
  font-family: Arial;
  color: #0c62ad;
  font-size: 14px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
}

.btn:hover {
  background: #58a9db;
  background-image: -webkit-linear-gradient(top, #58a9db, #3288c2);
  background-image: -moz-linear-gradient(top, #58a9db, #3288c2);
  background-image: -ms-linear-gradient(top, #58a9db, #3288c2);
  background-image: -o-linear-gradient(top, #58a9db, #3288c2);
  background-image: linear-gradient(to bottom, #58a9db, #3288c2);
  text-decoration: none;
}

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

h3 {
	font-size: 18px;
}

h3, h4 {
	font-weight: 700;
}

.navbar-default {
	background-color: rgba(0,0,0,0.7);
	border: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a {
	color: white;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	text-decoration: underline;
}

.header-image {
    background-image: url("../img/hayley-dancing.jpg");
    background-color: transparent;
    background-size: cover !important;
    background-position: 50% 30.78%;
    background-repeat: no-repeat;
    height: 550px;
    position: relative;
    margin-bottom: 40px;
    width: 100%;
}

.header-image h1 {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	margin: 0;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	top: 48%;
	width: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}

.section {
	padding-top: 50px;
	margin-bottom: -40px;
}

#projects h2 {
	margin-top: 0;
}

#projects img {
	margin-bottom: 20px;
	margin-right: 20px;
	max-width: 100%;
}

#projects .copy {
	display: inline;
}

#contact {
	font-size: 20px;
	text-align: center;
}

#contact i {
	background-color: #666;
	border-radius: 40px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: 40px;
}

#contact a {
	text-decoration: none;
}

#media .row {
	margin-bottom: 20px;
}

footer {
	text-align: center;
}

#workshops .col-md-6 {
	text-align: center;
}

#workshops .col-md-6 p {
	text-align: justify;
}
