/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/



/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html { font-size: 55%; }
@media (min-width: 860px) {
	html { font-size: 62.5%;	}
	}

body {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-family: 'Merriweather', serif;
  color: #000;
  background-color: #fff;
  }


h1,h2,h3 { font-weight: normal; }
h1,h2,h3,p { margin: 0; padding: 0; }

a {
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #c00;
	}

strong { font-weight: 900; }
em { font-style: italic; }
img { display: block; }

cite {
	display: block;
	height: 1px;
	clear: both;
	}


/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.header {
	position: relative;
	max-width: 110rem;
	margin: 0 auto;
	box-sizing: border-box;
	}
.header .hero {
	height: 44rem;
	background-image: url(../images/logo22.png), url(../images/hero-medium.jpg);
	background-position: 4rem 4rem, 25% 50%;
	background-size: 16rem auto, cover;
	background-repeat: no-repeat, no-repeat;
	border-radius: 0 0 2.5rem 2.5rem;
	}
@media (min-width: 680px) {
	.header .hero {
		height: 62rem;
		background-position: 6.5rem 6.5rem, 50% 50%;
		background-size: 20rem auto, cover;
		}
	}

.header .banner {
	margin: 0 auto;
	padding: 1.9rem 0 2.2rem;
	width: 90%;
	position: relative;
	top: -3rem;
	background-color: #e619aa;
	border-radius: 1rem;
	}
.header p {
	text-align: center;
	color: #000;
	font-size: 2.3rem;
	line-height: 1.0;
  font-family: 'Fredoka One', cursive;
  letter-spacing: 0.1rem;
	}
.header p.tag {
	color: #fff;
	font-size: 2.8rem;
  letter-spacing: 0rem;
	margin-bottom: 0.6rem;
	}
@media (min-width: 680px) {
	.header p.tag {
		font-size: 3.3rem;
		}
	}
@media (min-width: 860px) {
	.header .banner {
		width: 70%;
		}
	}


/* Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.text {
	position: relative;
	max-width: 1100px;
	margin: 3rem auto 4rem;
  background-color: #fff;
	box-sizing: border-box;
	}
@media (min-width: 860px) {
	.text {
		margin: 3.0rem auto 10.0rem;
		}
	}


/* Text
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1,h2 {
	text-align: center;
	font-size: 3.6rem;
	line-height: 1.1;
  font-family: 'Fredoka One', cursive;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  color: #e619aa;
  margin: 0 2.0rem;
	}
h1:after, h2:after {
  content: "";
  display: block;
  width: 10.0rem;
  height: 2px;
	margin: 1.0rem auto;
	background-color: #e619aa;
  }
h1.lede:after {
  width: 20.0rem;
  }
h2 {
	font-size: 3.0rem;
  letter-spacing: 0.4rem;
  color: #f25e0d;
	}
h2:after {
	background-color: #f25e0d;
  }

.text p {
	margin: 0 2rem 2.5rem 2rem;
	}
.text h3 {
	margin: 2.5rem 2.0rem 0; 
	font-size: 1.7rem;
	font-weight: 700;
  color: #000;
  font-family: 'Fredoka One', cursive;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
	}
.courses h3,
.fees h3 {
  color: #e619aa;
	}

.text h3 + p {
	margin-top: 0;
	}
.text strong.course {
	color: #060;
	}
.text p.fees span {
	white-space: nowrap;
	}
	
.text p a {
	font-weight: 700;
	color: #e619aa;
	}
.text p a:hover {
	text-decoration: underline;
	}

@media (min-width: 860px) {
	.text .column {
		width: 50%;
		float: left;
		}
	.text h3 {
		margin: 2.5rem 3.0rem 0;
		}
	.text p {
		margin: 2.5rem 3.0rem;
		}
	}


/* Location & Contact us
–––––––––––––––––––––––––––––––––––––––––––––––––– */

p.location {
	margin: 0 auto 3rem auto;
	padding: 1.9rem 0 2.2rem;
	background-color: #000;
	border-radius: 1rem;
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.1;
  font-family: 'Fredoka One', cursive;
  letter-spacing: 0.1rem;
  max-width: 46rem;
	}

.contact {
	text-align: center;
	}
.contact a {
	margin-bottom: 2rem;
	font-size: 2.2rem;
  font-family: 'Fredoka One', cursive;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #fff;	
	display: inline-block;
	background-color: #00CD0D;
	padding: 1rem 0;
	border-radius: 0.8rem;
	width: 30rem;
	}
.contact a:hover {
	background-color: #e619aa;
	}
.contact p {
	margin: 0 15% 1rem;
	font-size: 1.3rem;
	line-height: 1.6;
	font-style: italic;
	color: #888;
	}



/* Prebendal Box
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.box {
	margin: 3.0rem 2.0rem;
	padding-top: 2.6rem;
	border: 1px solid #ccc;
	border-radius: 1.0rem;
	text-align: center;
	}
.box p {
	margin: 1.5rem auto 2.5rem;
	width: 85%;
	}
@media (min-width: 860px) {
	.box {
		margin: 2.0rem 3.0rem;
		}
	}


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.footer {
	padding: 2.4rem 0 3.0rem;
	}
.footer div img {
	height: 10rem;
	margin: 0 auto 2rem;
	}
.footer p {
	text-align: center;
	font-size: 1.6rem;
  font-family: 'Fredoka One', cursive;
	color: #666;
  }

