html,
body {
	background-color: #ebe2d8;
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll;
}

body {
	font:16px/1.8 serif;
	font-family: Georgia, Serif;
	color:#6c6a67;
	text-align:left;
}

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

a:hover {
    text-decoration: underline;
}

.wrapper {
	max-width: 960px;
	margin: 0 auto;
}

.content {
	padding: 0 50px;
}

.logo-image {
	width: 100%;
	height: auto;
	max-width: 960px;
}

.start-letter span {
    font-size: 400%;
    float: left;
    line-height: 0.8em;
    padding: 0 2px 0 0;
    position: relative;
    left: -3px;
}

.intro-chakras {
	margin: 0 auto;
	display: block;
}

.yoga-is dt {
	font-size:18px;
	font-weight:600;
	font-style: italic;
}

.yoga-is dd {
	font-style:italic;
}

@media screen and (min-width:768px) {
	.intro {
		display:flex;
	}
	.intro-chakras {
		float:right;
	}
	.yoga-is {
		margin-left:60px;
	}
}

.quote {
	margin: 60px auto;
	padding: 0 10px;
	text-align: center;
}

.quote img {
	max-width: 100%;
	margin: 0 auto;
	image-rendering: optimizeQuality;
}

.our-yoga {
	background: url('images/mandala-green.png') no-repeat top right;
}

.our-classes {
	background: url('images/mandala-yellow.png') no-repeat top left;
}

.schedule {
	background: url('images/mandala-orange.png') no-repeat bottom right;
}


@media screen and (min-width:768px) {
	.columns {
		display:flex;
	}
	.column { width: 50%; }
	.column:nth-child(1) {
		padding: 0 20px 0 0;
	}
	.column:nth-child(2) {
		padding: 0 0 0 20px;
	}
}

.interested {
	text-align:center;
	font-size:20px;
}

.interested .email {
	border-radius: 4px;
	background:#E2649E;
	color: #FFF;
	padding: 10px 30px;
	border:1px solid #E2649E
}
.interested .email:hover {
	text-decoration: none;
}

.call-out {
	background:#948678;
	color:#FFF;
	min-height: 240px;
	padding: 30px 0;
	margin-top: 40px;
}

.call-out h2 {
	line-height: 1.4;
}

.call-out .profile-image {
  float: left;
  margin: -25px 25px 0 -40px;
}

.legal {
	text-align: center;
}
