

@font-face {
    font-family: GothamRndBold;
    src: url(../fonts/GothamRounded/GothamRnd-Bold.otf);
}

@font-face {
    font-family: GothamBook;
    src: url(../fonts/Gotham/Gotham-Book.otf);
}

@font-face {
    font-family: GothamBookItalic;
    src: url(../fonts/Gotham/Gotham-BookItalic.otf);
}

@font-face {
    font-family: GothamBold;
    src: url(../fonts/Gotham/Gotham-Bold.otf);
}

@font-face {
    font-family: GothamLight;
    src: url(../fonts/Gotham/Gotham-Light.otf);
}

/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}


audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}


[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
a {
    background: transparent;
}
.workshop1 a {
	background: transparent;
	color: #fff;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

#content .workshop2 a {
	color: #dbd1ff;
	text-decoration: underline;
	transition:.3s;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
#content .workshop2 a:hover {
	color: #fff;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong,
.strong {
    font-weight: bold;
}


dfn,
em,
.em {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

p {
/*
  -webkit-hyphens: auto;
  -epub-hyphens:   auto;
  -moz-hyphens:    auto;
  hyphens:         auto;
*/

}

pre {
    margin: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}


pre {
    white-space: pre-wrap;
}


q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
    content: '';
    content: none;
}

small, .small {
    font-size: 75%;
}


sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0;
}

menu {
    padding: 0 0 0 40px;
}

ol,
ul {
    padding: 0;
    list-style-type: none;
}


nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}


button,
input {
    line-height: normal;
}


button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}


.image-replacement,
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


.clearfix, .cf {
  zoom: 1;
    &:before, &:after { content: ""; display: table; }
    &:after { clear: both; }
}


span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* ==========================================================================
	End Normalize
   ========================================================================== */
   
/* ==========================================================================
	Start site styles
   ========================================================================== */

.clearfix, .cf {
    zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table;
}
.clearfix:after, .cf:after {
    clear: both;
}


p {
	display: inline-block;
	width: 100%;
	line-height: 140%;
}

hr.dotted {
	width: 165px;
	height:1px;
	border: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	color: #86798a;
	clear:both;
	margin-top: 24px;
	display: block;
}
header {
	height: 100%;
	width: 100%;
	min-height: 570px;
	background-image:url(../images/header-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 60%;
	text-align: center;

}
.logo {
	display: inline-block;
	width:100%;
	max-width: 363px;
	height:auto;
	margin-top: 78px;
	
}

#content {
	width: 100%;
	background-color: #fff;
	text-align: center;
	font-family: GothamBook, helvetica, arial, sans-serif;
}

#content .textBlock {
	max-width: 710px;
	margin:0px auto;
}

#content .textBlock p.intro {
	font-family: GothamBook, helvetica, arial, sans-serif;
	font-size: 32px;
	color: #54a5bd;
	margin-top: 48px;
	margin-bottom: 12px;
	line-height: 110%;
}

#content .textBlock .column {
	width: 50%;
	padding-left: 40px;
	float: left;
	color: #86798a;
	text-align:left;
	font-size: 16px;
	font-family: GothamBook, arial, helvetica, sans-serif;
	font-weight: 600;
	margin-bottom: 24px;
}
#content .textBlock .column:first-of-type {
	padding-right:20px;
	padding-left: 0px;
}

#content .textBlock p.statement {
	color: #e160a1;
	margin-top: 32px;
	margin-bottom:84px;
	font-size: 18px;
	font-family: GothamBookItalic, arial, helvetica, sans-serif;
}

#content .c-block {
	padding-top: 74px;
	padding-bottom: 100px;
}

#content .c-block .wrap{
	max-width: 710px;
	margin:0px auto;
}

#content .c-block h2 {
	font-size: 32px;
	margin-top: 0px;
	display: inline-block;
	width: 100%;
	margin-bottom:24px;
	font-family: GothamBold, arial, helvetica, sans-serif;
	line-height: 100%;
}

#content .classBlock {
	background-color: #fff;
	width: 100%;
	position: relative;
	padding-top: 74px;
	padding-bottom: 0;
	color: #156485;
	
}

#content .classBlock p{
	font-size: 18px;
	margin-bottom: 16px;
	margin-top: 16px;
}

#content .classBlock:before {
	content:'';
	display: block;
	background-image: url(../images/yoga-logo.png);
	width: 79px;
	height: 59px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: -30px;	
}

#content .classBlock h2 {
	color: #fff;
	
}
#content .classBlock h2.blue {
	color: #156485;
	margin-bottom: 18px;
	margin-top: 16px;
}

span.day {
	font-size: 24px;
	display: inline-block;
	font-family: GothamBold, arial, helvetica, sans-serif;
}

#content .classBlock p {
	
}

#content .classBlock hr.dotted {
	color: #fff;
	margin-top: 4px;
}

span.day.contact {
	position: relative;
}

span.day.contact:before {
	content:'';
	display: block;
	width: 60px;
	height: 3px;
	background-color: #156485;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -30px;
}

#content .classBlock a {
	color: #156485;
}

#content .c-block {
	font-size: 18px;
}

#content .c-block .divider {
	margin: 0px auto;
	width: 60px;
	height: 3px;
	margin-top:16px;
	margin-bottom: 16px;
	background-color: #fff;
}

#content .c-block .spaced {
	margin-bottom: 8px; 
	display: inline-block;
}

#content .workshop1 {
	background-color:#62b7cf;
	color: #fff;
}

#content .c-block h2.white {
	color: #fff;
	margin-top:-10px;
	text-transform: uppercase;
}



#content .workshop1 h2 {
	color: #99e9ff;
}

#content .workshop1 .divider {
	background-color: #99e9ff;
}

#content .workshop2 {
	background-color:#765fc1;
	color: #fff;
}

#content .workshop2 h2 {
	color: #b9a3ff;
}

#content .workshop2 .divider {
	background-color: #b9a3ff;
}


#content .karuna {
	background-color:#fff;
	color: #2e607b;
}

#content .karuna img {
	display: inline-block;
	margin: 0px auto;
}

#content .contact {
	background-color:#d1d5de;
	color: #2e607b;
}

#content .contact a {
	color: #2e607b;
}

#content .contact .name {
	display: inline-block;
	font-family: GothamBold, arial, helvetica, sans-serif;
}

#content .contact img {
	display: inline-block;
	margin-top: 16px;
}

footer {
	height: 95px;
	background-image:url(../images/header-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 500px;
	padding-top: 14px;
}

footer img {
	display: block;
	
	width: 48px;
	height: auto;
	margin: 0px auto;
	
}

@media only screen and (max-width: 768px){
	header {

		width: 100%;
		height: 370px;
		background-image:url(../images/header-bg-mob.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: center top;
		text-align: center;
	
	}
	.logo {
		display: inline-block;
		width:100%;
		max-width: 263px;
		height:auto;
		margin-top: 38px;
		
	}

	.wrap, header {
		padding: 0px 20px 0px 20px;	
	}
	
	#content .textBlock .column {
		width: 100%;
		padding:0px;
	}
	footer {

		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center 500px;
		padding-top: 14px;
	}
}


* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.img-column {
  float: left;
  width: 25%;
  padding: 0;
  margin: 0;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.img-column img {
	padding: 0;
	margin: 0;
  }

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 780px) {
  .img-column {
	width: 100%;
  }
  .img-column img {
	  display:block;
	  max-width:100%;
  }
}