/*
-- Basic Reset
*/

* {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
img, fieldset {border: 0;}
img {max-width: 100%; vertical-align: middle;}
button {cursor: pointer;}
ul {list-style: none;}

/*
-- Typography
*/

body, input, select, textarea, button {
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    color: #333333;
}

p {
    color: #333333;
    line-height: 150%;
    margin-bottom: 1em;
}

h1 {
    display: inline;
    font-family: "Bree Serif";
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.3em;
}

h6 {
    font-size: 1.2em;
}

h2, h3, h4, h5, h6 {
    font-family: "Bree Serif";
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.5em;
}

li {
    list-style: none;
    margin-bottom: .5em;
}

ul {
    padding-left: 2em;
    margin-bottom: 1em;
}

a:focus {
    outline: 1px dotted red;
}


/*
--Structure
*/

html { 
background: #E3E7F2;
} 

.site {
    max-width: 1160px;
    min-width: 960px;
    background: #FFF;
    margin: 0 auto;
    box-shadow: 0 0 12px rgba(0,0,0,0.2) 
}
/*
-- Header
*/

.header {
    font-family: "Bree Serif";
    padding: 30px 0;
    width: 960px;
    margin: auto;
}

.header-contact {
    margin-top: 11px;
    float: right;
}

.icon {
    display:inline-block;
    background: #E60080;
    text-align: center;
    border-radius: 20px;
    margin-right: 15px;
    vertical-align: top;
}

.icon img {
    margin: 6px;
}

.contact-email {
    margin-top: 4px;
    color: #E60080;
    display: block;
    font-size: 1em;
    text-decoration: none;
}

.contact-number {
    display: inline-block;
    font-size: 1.5em;
    line-height: 27px;
}

a:hover {
    opacity:0.8;
}

/*
-- Navigation
*/
.navigation {
    background: #4D7AFF;
}

.navigation a {
    font-family: "Bree Serif";
    text-decoration: none;
    font-size: 1.15em;
    color: #FFF;
    text-transform: uppercase;
    line-height: 43px;
    display: block;
    padding: 0 17.5px 0 17.5px;
    margin: 6px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    border-left: 1px solid #7598FF;
}

.navigation a:hover {
    opacity:0.8;
    color: #FFCCFF;   
}

.navigation  li:first-child a {
    border-left: 0;
}

.navigation li {
    display: inline-block;
    margin: 0;
}

.navigation ul {
    width: 960px;
    text-align: center;
    margin: 0 auto;
}

#currentpage a {
    color: #FFCCFF;
    text-decoration: underline;
}
/*
-- Main Content
*/

.banner {
    height: 364px;
    position: relative;
    background: url(../images/banner.jpg) center center;
    margin: 0 auto;
}

.banner p {
    font-family: "Bree Serif";
    color: #FFF;
    margin: 0;
}

.banner-text {
	background: black;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding:14px 0 27px 0;
}

.inner {
    width: 960px;
    margin: 0 auto;
}

.stars {
    font-size: 2.25em;
    line-height: 100%;
}

.button {
    font-family: "Bree Serif";
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    background-color: #E60080;
    font-size: 1.5em;
    border: 2px solid white;
    padding: 8px 15px 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.button:hover {
    background-color: #FF0991;
}

.banner .button {
    float: right;
    position: relative;
    top: 14px;
}

/*
-- Main page class info
*/

.classes {
    margin: 60px auto 0;
    width: 960px;
    padding: 0;
}

.classbox {
    width: 217px;
    float: left;
    margin: 0 0 0 30px;
    position: relative;
    padding-bottom: 35px;
    height: 310px;
}

.classes .classbox:first-child {
    margin: 0;
}

.classes .class-image {
    color: #FFF;
    text-decoration: none;
    height: 173px;
    display: block;
}

.classes p {
    color: #333333;
    line-height: 150%;
    font-size: 0.9em;
    margin: 27px 0 16px 0;
}

.classes h2 {
    font-family: "Bree Serif";
    color: #fff;
	background: black;
    background: rgba(0, 0, 0, 0.6);
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    padding: 6px 0 8px 10px;
}

.jazz-dance-classes-image {
    background: url(../images/jazz-dance-classes.jpg);
}

.ballet-dance-classes-image {
    background: url(../images/ballet-dance-classes.jpg);
}

.modern-dance-classes-image { 
    background: url(../images/modern-dance-classes.jpg);
}

.tap-dance-classes-image {
    background: url(../images/tap-dance-classes.jpg);
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.a {
    height: 26px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3)
}

.arrow {
    position: relative;
    height: 28px;    
    display: inline-block;
    background-color: #e60080;
}

.arrow a {
    color: #FFF;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.arrow a:hover {
	color: white;
    color: rgba(255, 255, 255, 0.9);
}
    
.classes .arrow {
    position: absolute;
    bottom: 0;
}

.arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
	border: white;
    border: 14px solid rgba(255, 255, 255, 0);
    border-left: 10px solid #fff;
}

.arrow:after {
    content: '';
    position: absolute;
    top: 0;
    right: -23px;
    width: 0;
    height: 0;
	border: white;
    border: 14.5px solid rgba(255, 255, 255, 0);
	border-left: 10px solid #fff;
    border-left: 10px solid rgba(230, 0, 128, 1.0);
}

.arrow {
    font-family: "Bree Serif";
    background-color: #e60080;
    font-size: 1em;
    text-transform: uppercase;
    padding: 0 8px 0 20px;
    line-height: 26px;     
}

/*
-- middle-section
*/

.middle-content {
    margin: 59px auto 0;
    width: 960px;
    padding: 0;
}

.main {
    width: 560px;
    margin: auto;
    float: left;
}

.main img  {
	text-align: center;
}

.zumba-classes {
    margin: 19px 0 4px 0;
}

.zumba-classes h2 {
    font-family: "Bree Serif";
    color: #333333;
    font-size: 1em;
}

.zumba-classes table {
    margin-bottom: 10px;
}

.zumba-classes td  {
    padding-right: 40px;
    padding-bottom: 8px;
}


/*
--Classes Page
*/

.dance-classes .main a {
    color:#e60080;
    text-decoration: none;
}


.dance-classes .main {
	width: 620px;
	margin: auto auto auto 40px;    
}

.dance-classes .side-content {
	width: 260px;
	margin: auto 0;
	float:left;
}

.classes-navigation  {
	float:left;
	text-decoration: none;
    padding: 14px 20px 20px 0;
}

.classes-navigation  a {
	text-decoration: none;
	color: #e77aff;
	color: rgba(77, 122, 255, 0.8);
	line-height: 25px;
}

.classes-navigation ul  {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

.classes-navigation a:active {
    color: #E60080;

}
/* 
--Not currently used
.gallery {
    margin-top: 30px;
    width: 700px;
    height: 400px;
}

.gallery-image {
	float: left;
    margin-left: 10px;
    margin-bottom: 30px;
    width: 30%;
    border: white 2px solid;
    box-shadow: 2px 2px 2px #333333;	
}

.gallery a:nth-child(3n-2) img {
    margin-left: 0;
}
*/

/*
-- Booking section
*/

.class.side-content {
	float:left;
}

.side-content {
	width: 330px;
	margin: auto 0;
	float:right;
}
.booking-form {
    /*width: 260px;*/
    margin: auto 0;
    background-color: #4d7aff;
    padding: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.booking-form h2 {
    text-transform: uppercase;
    color: #FFF;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    padding-bottom: 25px;
}

.booking-form p {
    color: #FFF;
    line-height: 150%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    padding-bottom: 25px;
}

.booking-form form {
    width: 100%;
}


.booking-form input, .booking-form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
}

.booking-form .button {
    width: 100%;
    margin-top: 15px;
    padding: 13px 0 13px 0;
}

.booking-form textarea {
    height: 78px;
}

	/*
--About Page
*/

.about .main a {
    color:#e60080;
    text-decoration: none;
}

.about span {
    font-weight:bold;
    font-size:1.125em;
}

img.tanya1 {
	float:left;
    display: block;
    margin: 10px 10px 10px 0;
    padding: 0; 
    box-shadow: 1px 2px 3px #333333;	
}

img.tanya2{
    box-shadow: 1px 2px 3px #333333;
    margin: 0 0 30px 80px;
}

.tanya p {
	margin-bottom: 1.6em; 
}



    /*
--Timetable
*/

.class-timetable th  {
    font-size: 1.65em;
    background: rgba(230, 0, 128, 0.7);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 7px 70px 7px 17px;
    text-align: left;
    text-transform: uppercase;
 }
 
.class-timetable table  {
    width: 48%;
    margin-bottom: 40px;
}

.class-timetable td {
    padding: 10px;
	text-align: center;
	margin: 0;
	width: 30%
}

.class-timetable tr {
    font-size: 1em;
	font-family: Ubuntu;
}

.class-timetable table:nth-of-type(odd){
    clear: left;
    float:left
}

.class-timetable table:nth-of-type(even){
    clear: right;
    float:right
}

.class-timetable table tr:nth-of-type(odd){
    background: #ededed;
}

.class-timetable table tr:nth-of-type(even){
    background: #fdfdfd;
}

.class-timetable tr td:first-child  {
    color: #e60080;
    font-weight: bold;
}
 
.timetable-info {
    float:right;
    width:450px;
}

.timetable-info ul {
    padding:0;
}

    /*
--Footer
*/

.footer {
    margin: 60px auto;
    padding: 58px 0;
    width: 100%;
    background-color: #242415;
}
    
.footer a:hover {
    text-decoration: underline;
}
    
.footer-inner {
    width: 960px;
    margin: 0 auto;
}
    
.footer-contact {
    width: 270px;
    float: left;
}

.footer-icon {
    display:inline-block;
    background: #E60080;
    text-align: center;
    border-radius: 20px;
    margin-right: 14px;
    vertical-align: top;
}

.footer-icon img {
    margin: 6px;
}

.contact-email-footer {
    color: #FFF;
    display: block;
    font-size: 0.8em;
    text-decoration: none;
}

.footer-contact address {
    margin: 20px 0 20px 0;
    font-size: 0.8em;
    color: #FFF;
    font-style: normal;
}

.quote {
    color: #FFF;
    float:right;
    width: 605px;
    margin-top: 19px;
    background: url(../images/quote-left.png) no-repeat;
    padding-left: 40px;
}

.quote blockquote {
    background: url(../images/quote-right.png) bottom right no-repeat;
    padding-right: 35px;
    font-size: 0.85em;
    font-style: italic;
    line-height: 150%;
}