﻿body,td,th {
font-family: Tahoma, Geneva, sans-serif;
font-size: 16px;
}
body {
	margin: 0; 	
	background-color: #fff; 
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
table {
	width: 100%; 
    table-layout: fixed;
}
a:link {
color: #F60;
font-weight: bold;
text-decoration: underline;
}
a:visited {
text-decoration: underline;
color: #F60;
}
a:hover {
text-decoration: none;
color: #36F;
}
a:active {
text-decoration: underline;
color: #F60;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
h4 {
font-size: 14px;
}
h5 {
font-size: 12px;
}
h6 {
font-size: 9px;
}
td{
 vertical-align: top;
 padding: 20px;
	border-collapse: collapse; 
}
.header{
	text-align: center; 
}
.container{
	max-width: 1400px;
	margin: auto; 
	padding: 20px; 
}
.links{
	font-family:Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	color: #000;
	min-height: 60px;
	text-align:center;
	font-size: 36px;
	line-height: 60px;
    display: block;
    text-transform:uppercase;
    text-shadow: 3px 3px #ccc;
}
.links a{
	color: #222;
	text-decoration:none;
	padding: 0 3vw ;
	display: inline-block;
	transition: 0.2s;
}
.links a:hover{
	color: #333;
    text-shadow: 0px 0px #aaa;
}
.layout{
	display: flex;
	margin-top: 20px; 
	justify-content: center; 
}
.leftlinks{
	max-width: 173px; 
}
.layout .text{
	max-width: 700px; 
	color: #333;
	line-height: 150%; 
	font-size: 16px; 
	
}
.layout .video {
	width: 600px; 
}
.layout .gal {
	max-width: none; 
}
.layout .dancers{
	text-align: center; 
	padding: 0 20px;
	color: #666;
	font-size: 14px; 
	line-height: 180%; 
	width: 500px; 
}
hr{
	color: #ccc; 
}	


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.toplinks{
	display: none; 
}
.copy{
	text-align: center; 
	color: #333;
	font-size: 13px; 
	padding: 20px; 
}

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
}

.item {
    display: inline-block;
    padding:  0.5em;
    width: 100%;
    box-sizing: border-box;
	float: none; 
	max-width: 300px; 
	text-align: center; 
}
.item img {
	width: 100%;
	max-width: none;
}

#mainthreecols {
	max-width: 1400px;
	flex-flow: row wrap;
	display: flex;
	justify-content: center;
	}
#mainthreecols > div {
 	color: #282525;
	width: 250px;
	flex: 1 1 auto;
	margin: 20px; 
	max-width: 250px;
	
}
#mainthreecols > div .picture{
	width: 100%;
	height: 250px;
 	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center center; 
}
#mainthreecols > div .picture.picture2 {
	height: 350px; 
	background-color: #C2C2C2;
	background-size: contain;
}
#mainthreecols div a{
 	color: #333;	
 	text-decoration:none;
}
#mainthreecols div a:hover{
 	color: #000;	
}
#mainthreecols div h3{
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2;
	margin: 10px 20px ;
	padding: 0px;
	font-family: "Adobe Caslon Pro", "Times New Roman", Times, serif; 
}
#mainthreecols div p{
	font-size:13px;
	line-height: 180%;
	margin: 20px;
	text-align: center; 
	color: #fff; 
}
.picture .more{
	opacity: 0;
	height: 100%;  
	width: 100%;

	text-align: center;
	position: relative;
	display: table;
}
.picture:hover .more{
	opacity: 1;
}
.picture .more .discovermore{
	width: 100%;
	height: 100%;

}  
.picture .more .discovermore a{
	border: 1px solid white; 
	color: #fff !important; 
	width: 100%;
	height: 250px; 
	padding: 0; 
	display: block; 
} 
.promo  {
	background-size: contain !important;
	background-repeat: no-repeat; 
	background-color: #fff; 
}
.mobile {
	display: none; 
}
.bigscreen{
	display: block; 
}

@media only screen and ( max-width: 1200px ) {
.layout .text{
	max-width: 500px; 
	color: #333;
	line-height: 150%; 
	font-size: 16px; 
	width: 500px; 
	
}
}

@media only screen and ( max-width: 980px ) {
.layout{
  flex-flow: row wrap; 
}

}
@media only screen and ( max-width: 800px ) {
.leftlinks {
	display: none; 
}
.toplinks {
	display: inline-block; 
}
.links {
	text-align: center; 
	font-size: 20px;
	text-shadow: none !important; 
	line-height: 140%; 
	min-height: 0; 
}
.links a{
	padding: 0 0.5vw;
}
.links a:hover{
	text-shadow: 2px 2px rgba(0,0,0,0.3) !important; 
} 
.masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
.item {
	max-width: 400px; 
}
#mainthreecols > div .picture{
	max-width: none; 
	width: 100%; 
}
.mobile {
	display: block; 
}
.bigscreen{
	display: none; 
}
}
@media only screen and ( max-width: 640px ) {
td, th{
	display: block;
	padding:  5px ;
}
table {
	width: 100%; 
	table-layout: auto; 
}
.masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
.item {
	max-width: none; 
 
}
.item img {
	width: 100%;
	max-width: none;
}
#mainthreecols > div{
	width: 100%; 
}
#mainthreecols {
	padding: 0; 
}
.links a{
	display: block; 
	border-bottom: 1px solid #aaa;
}
.links {
	text-align: left; 
}
.toplinks {
	display: block; 
}