/* CSS Document for Screens */

@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i';

body {font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: normal; color: #000; margin: 0; padding: 0}
body {background-color: #000;}

#page {
	max-width:1200px;
	position:relative;
	margin:0 auto;}


/****************  TEXT  ******************/

h1 {margin: 0 0 1em 0; font-size: 2.8em; font-weight: bold;}
h2 {margin: 0 0 .5em 0; font-size: 1.6em; font-weight: bold; line-height: 1.1em}
h3 {margin: 0 0 .5em 0; font-size: 1.3em; font-weight: bold; }
h4 {margin: 0 0 1.5em 0; font-size: 1em; font-weight: bold; }

p {margin: 0 0 1em 0;}






/****************  Header  ******************/

header {height: 220px; background: #fff url(../images/banner_1200.jpg) no-repeat left bottom; position: relative;}

header a.logo {
	z-index: 1;
	position: absolute; 
	display: block; width: 291px; height: 188px; 
	background: url(../images/logo.png) no-repeat 0 0; background-size: contain; 
	top: 10px; left: 20px;}
	
header a.logo span {display: none;}

header div.inspire {position: absolute; width: 75%; top: 85px; left: 330px; }
header div.inspire h1 {font-size: 1.8em;}

header img {
	position: absolute;
	display:block;
	width:70%;
	top: 90px;
	left:300px;
}



/***************  Navigation  **********************/

/* Navigation */
nav { 
/* fallback */
  background-color: #ef569e;
  
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bc447c), to(#ef569e));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #ef569e, #bc447c);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #ef569e, #bc447c);

  /* IE 10 */
  background: -ms-linear-gradient(top, #ef569e, #bc447c);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #ef569e, #bc447c);



position: relative; padding: 0px; }

nav a:visited { color: #000; }
nav a {font-size:1em; font-weight:bold;}
nav a.mobile_menu {
	width:35px;
	height:35px;
	margin:5px 0;
	background:url(../images/icon_menu.png) no-repeat 0 0; position:absolute; top:10px; left:50%; margin-left:-16px;
	background-size:contain;
	display:none;
	
}

nav ul { list-style: none; margin: 0px; padding: 0px; }
nav ul::after { content: ""; display: block; clear: both; }
nav ul li {font-size:.8em; border-right:1px solid #bc447c;}

nav ul li:hover { background-color: #bc447c; }
nav ul li:hover > ul { display: block; }

nav ul li a { display: inline-block; color: #000; padding: 10px 20px; text-decoration: none; width: 125px; position: relative; font-size:1em;}
nav ul li a:hover { background-color: #bc447c; }

nav ul ul { display: none; position: absolute; top: 100%; background-color: rgba(242,159,198,.8); }
nav ul ul li { position: relative; }
nav ul ul ul { left: 100%; top: 0; }


/* top level */
nav > ul { padding-left: 20px; }
nav > ul > li { float: left; }
nav > ul > li > a { padding: 10px 20px 15px 20px; width: auto; }

nav a[aria-haspopup="true"]::after {
	content:'';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #000;
	right: 15px;
	top: 16px;
}
nav > ul > li > a[aria-haspopup="true"]::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	left: 20px;
	bottom: 6px;
	right: auto;
	top: auto;
}
nav > ul > li > a[aria-haspopup="true"]::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	left: 20px;
	bottom: 6px;
	right: auto;
	top: auto;
}











/****************  Animated Banner  ******************/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index:-998;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides2 {
	position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index:1;
}

.rslides2 img {
  display: block;
  height: auto;
  width: 100%;
  border:6px solid #bc447c;
  border-radius:25px 0 25px 0;
  box-sizing:border-box;
  }





/****************  Home Main Body  ******************/

#mainbody {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	background:#f5c5dc;
	width:100%;
	overflow:hidden;
		}


/****************  Intro  ******************/	

.intro {
	background: #fff;
	width: 70%;
	margin:0 10px 20px 20px;
	border-radius: 0 0 15px 15px;
	}

.intro article {
	width: 90%;
	margin:auto;
	padding-bottom: 15px;
}

article h1 {
	font-size:2em;
	font-style:italic;
	text-align:center;
	margin-top:10px;
}

article p, ul {
	font-size:1.2em;
	
}

article ul {
	font-style: italic;
	line-height:normal;}



/****************  Dates  ******************/

.board {
	float:left;
	width:300px;
	margin:15px auto;
	background: url(../images/board_bg.jpg);
	border:10px solid #960;
	box-sizing: border-box;
	overflow:hidden;
}

.dates {
	text-align:center;
	width: 80%;
	padding: 15px 10px;
	margin:15px auto;
	background: #ffc;
	position:relative;
}

.tackleft {
	position:absolute;
	max-height:30px;
	left:5px;
	top:2px;
}

.tackright {
	position:absolute;
	max-height:30px;
	right:5px;
	top:2px;
}

.dates h2 {
	text-decoration: underline;
	text-align:center;
}

.dates h3 {
	color: #d41b72;
}

.dates p {
	font-weight:bold;
}



/****************  Bottom Section  ******************/

#homebottom {
	background:#bc447c;
	clear:both;
	width:100%;
	overflow:hidden;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	padding: 15px;
	box-sizing:border-box;
	}

#classes {
    background:url(../images/ribbon_classes.png) 0 10px no-repeat,url(../images/danceclass.jpg) center no-repeat;
	background-size:60%,cover;
	margin-right:10px;
    display:block;
	text-indent:-9999px;
    height:150px;
    width:33%;
	border-radius:15px;
}

#announcements {
    background:url(../images/ribbon_announcements.png) 0 10px no-repeat,url(../images/board.jpg) center no-repeat;
	background-size:60%,cover;
	margin-right:10px;
    display:block;
	text-indent:-9999px;
    height:150px;
    width:33%;
	border-radius:15px;
}

#why {
    background:url(../images/ribbon_why.png) 0 10px no-repeat,url(../images/show.jpg) center no-repeat;
	background-size:60%,cover;
    display:block;
	text-indent:-9999px;
    height:150px;
    width:33%;
	border-radius:15px;
}




/****************  Why SADC / Director Main Body  ******************/

#textonly {
	width:90%;
	background: #fff;
	padding:15px;
	margin-bottom:15px;
	border-radius:0 0 15px 15px;
	box-sizing: border-box;
	position:relative;
	}

#textonly span {
	font-weight:bold;
	color:#ef569e;
}

.pic1 {
	float:left;
	margin: -40px 15px 10px -40px;
	width:350px;
	border:6px solid #bc447c;
	border-radius:25px 0 25px 0;
	
}

.pic2 {
	float:right;
	margin-right: -40px;
	width:350px;
	border:6px solid #bc447c;
	border-radius:25px 0 25px 0;
	
}



#textonly h1 {
	text-align:center;
}

.policy h2 {
	font-size:1.3em;
	color:#bc447c;
	margin-top:30px;
}

#textonly a {
	text-decoration:none;
	color:#ef569e;
	font-weight:bold;
}

#textonly a:hover {
	text-decoration:underline;
}

.mission {
	font-size:1em;
	text-align:center;
	font-style:italic;
	margin-top:-40px;
	color:#666;
	
}

.policy {
	padding:0 40px;
}

.policy p {
	font-size:.8em;	
}

.policy h2 {
	font-size: 1.2em;
}

.policy h3 {
	font-size:1em;
	color:#fc6e05;
}

#recitalinfo {
	background:#7c9df0;
	float:left;
	padding: 10px;
	width:40%;
	border-bottom:6px solid rgba(0,0,0,.4);
	border-left:4px solid rgba(0,0,0,.4);
	box-sizing: border-box;
}

#recitalinfo a {
	font-size:1.5em;
	color:#EFC956;
	font-weight:bold;
	text-decoration:none;
}

#recitalinfo a:hover {
	text-decoration:underline;
	}

#recitalinfo a:visited {
	color:#efc956;
}

.contacth2 {
	text-align:center;
	color:#bc447c;
	font-size:1.6em;
}

.contacth3 {
	text-align:center;
	font-size:1.4em;
}


.contactform {
	width:90%;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	
}


/**************** Gives Grace ******************/

#grace {
	width:90%;
	background:#fff;
	padding:15px 30px;
	box-sizing:border-box;
	margin-bottom:15px;
	border-radius:0 0 15px 15px;
}

#grace p {
	clear:both;
}

#grace span {
	color:#e569bc;
	font-weight:bold;
}

#grace h1 {
	text-align:center;
}

.gracelist {
	border-top:3px solid #ddd;
	border-bottom:3px solid #ddd;
	border-radius:15px;
	padding:15px;
	float:left;
	width:60%;
	box-sizing:border-box;
	margin-bottom:15px;
}

.gracelist h2 {
	font-size:1.2em;
	color:#bc447c;
}
	
.gracelist ul {
	font-size:1em;
	line-height:1em;
}

.gracepic {
	background:#fff;
	float:right;
	margin:20px -50px 15px 0;
	box-sizing:border-box;
	border-radius:25px 0 25px 0;
}



/****************  Schedule  ******************/

.day1 {
	background:#f5c5dc;
	margin:10px auto;
	width:90%;
	padding:15px;
	border-radius:15px;
	border-left:3px solid #000;
	border-bottom:3px solid #000;
	}

.day1 h2, .day2 h2{
	text-decoration:underline;
}

.day2 {
	background:#ef569e;
	margin:10px auto;
	width:90%;
	padding:15px;
	border-radius:15px;
	border-left:3px solid #000;
	border-bottom:3px solid #000;
	}

table {
    border-collapse:collapse;
    width: 100%;
}

.day1 td {
    padding: 5px;
	font-weight:bold;
    text-align: left;
    border-bottom: 1px solid #000;
}

.day2 td {
    padding: 5px;
	font-weight:bold;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.day1 .time {
	width:40%;
    text-align:center;
}

.day2 .time {
	width:40%;
    text-align:center;
}

tr:hover{background-color:#f5f5f5}


.tuition {
	margin:25px auto;
	width:90%;
	padding:15px;
	border-radius:15px;
	border-top:3px solid #ddd;
	border-bottom:3px solid #ddd;
		}

.tuition th {
	text-align:center;
	background:#ef569e;
}

.tuition .time {
	width:40%;
	text-align:center;
}

.tuition tr {
	border-bottom: 1px solid #666;
	padding:5px;
	text-indent:15px;	
}

.tuition tr:hover {
	background:#f5c5dc;
}
	






/****************  Standard Main Body  ******************/

#standardbody {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	background:#f5c5dc;
	width:100%;
	overflow:hidden;
		}
		
#standardbody a {
	color:#ef569e;
	text-decoration:none;
}

#standardbody a:hover {
	text-decoration:underline;
}

#standardbody a:visited {
	color:#ef569e;
	}

#description {
	width:90%;
	background: #fff;
	padding:15px 15px 30px 15px;
	margin-bottom:15px;
	border-radius:0 0 15px 15px;
	box-sizing: border-box;
	position:relative;
		}

.notice {
	font-size:.7em;
	color:#bc447c;
	font-weight:bold;
}

#description h1 {
	padding-left:300px;
	text-align:center;
}

#description p {
	padding-left:300px;
}



.standardpic {
	float:left;
	margin: -90px 15px 10px -40px;
	max-width:350px;
	border:6px solid #bc447c;
	border-radius:25px 0 25px 0;
	
}

#standardbottom {
	width:90%;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	z-index:2;
}


#schedule {
	background:#7c9df0;
	float:left;
	padding: 10px;
	margin:-40px 0 15px 20px;
	width:30%;
	border-radius:15px;
	border-bottom:6px solid rgba(0,0,0,.4);
	border-left:4px solid rgba(0,0,0,.4);
	box-sizing: border-box;
}

#schedule tr:hover {
	background:#7c9df0;
}

#schedule .day {
	text-align:left;
	font-size:1em;
	font-weight:bold;
	color:#fff;
}

#schedule .time{
	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#fff;
}

#schedule h2 {
	font-size:1.4em;
	font-weight:bold;
	color:#EFC956;
}

#schedule th {
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
	color:#000;
}


	
#info {
	background:#F3F5C8;
	float:right;
	padding: 15px;
	margin:-50px 20px 15px 0px;
	width:60%;
	border-radius:15px;
	border-bottom:6px solid #bc447c;
	border-left:4px solid #bc447c;
	box-sizing: border-box;
}

#info p {
	font-size:.8em;
	font-weight:bold;
	color:#000;
}


#info h3 {
	font-size:1.2em;
	text-decoration:underline;
	font-weight:bold;
	color:#bc447c;
}



/****************  Classes.html Main Body  ******************/

#classbody {
	width:90%;
	background: #fff;
	overflow:hidden;
	margin-bottom: 20px;
	border-radius:0 0 15px 15px;
	padding:20px 0;
}

#classbody h1 {
	text-align:center;
	color:#fff;
	display:block;
	/* fallback */
  background-color: #ef569e;
  
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bc447c), to(#ef569e));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #ef569e, #bc447c);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #ef569e, #bc447c);

  /* IE 10 */
  background: -ms-linear-gradient(top, #ef569e, #bc447c);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #ef569e, #bc447c);
	font-size:3em;
}


.classblockl {
	float:left;
	padding:10px;
	margin-left: 2%;
	margin-bottom: 15px;
	width: 47%;
	background:#F3F5C8;
	border-radius:20px 5px 20px 10px;
	border-bottom:6px solid #bc447c;
	border-left:4px solid #bc447c;
	box-sizing:border-box;
}

.classblockl img {
	float:left;
	width:100px;
	margin:0 10px 2px 0;
	border:5px solid #bc447c;
	box-sizing:border-box;
	border-radius:20px 5px 20px 5px;
}

.classblockl p {
	font-size:.9em;
	}

.classblockl h2 {
	font-size:1.6em;
	font-weight:bold;
	color:#bc447c;
	}

.classblockl a {
	text-decoration:none;
	color:#bc447c;
	font-weight:bold;
}

.classblockl h3 {
	display:block;
	background:#bc447c;
	width:60%;
	padding:2px;
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
	border-radius:0 10px 10px 0;
	}

.classblockr {
	float:right;
	padding:10px;
	margin-right: 2%;
	margin-bottom: 15px;
	width: 47%;
	background:#F3F5C8;
	border-radius:20px 5px 20px 10px;
	border-bottom:6px solid #bc447c;
	border-left:4px solid #bc447c;
	box-sizing:border-box;
}

.classblockr img {
	float:left;
	width:100px;
	margin:0 10px 2px 0;
	border:5px solid #bc447c;
	box-sizing:border-box;
	border-radius:20px 5px 20px 5px;
}

.classblockr p {
	font-size:.9em;
	}

.classblockr h2 {
	font-size:1.6em;
	font-weight:bold;
	color:#bc447c;
	}

.classblockr a {
	text-decoration:none;
	color:#bc447c;
	font-weight:bold;
}

.classblockr h3 {
	display:block;
	background:#bc447c;
	width:60%;
	padding:2px;
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
	border-radius:0 10px 10px 0;
	}




/****************  Announcements Page  ******************/

#board {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 30px 10px 10px 10px;
	width:90%;
	margin:15px auto;
	background: url(../images/board_bg.jpg);
	border:20px solid #960;
	box-sizing: border-box;
}

#postit_title {
	text-align:center;
	width: 75%;
	padding-top: 15px;
	margin:5px 0 10px 0;
	background: #ffc;
	position:relative;
	border-right:3px solid rgba(0,0,0,.8);
	border-bottom:4px solid rgba(0,0,0,.8);
}

#postit_title h1 {
	font-weight:bold;
	color:#d41b72;
}

.titletackl {
	position:absolute;
	left: 15px;
	top: -10px;
}

.titletackr {
	position:absolute;
	right: 15px;
	top: -10px;
}

.postit {
	float:left;
	text-align:center;
	width: 30%;
	padding: 15px 10px;
	margin:15px;
	background: #ffc;
	position:relative;
	border-right:3px solid rgba(0,0,0,.8);
	border-bottom:4px solid rgba(0,0,0,.8);
}

.funposter {
	float:left;
	margin-left: 50%;
	padding:0;
	width:350px;
	height:510px;
	background:url(../images/tackl.png) 10px 5px no-repeat, url(../images/tackr.png) 320px 5px no-repeat, url(../images/joinbg.png);
}

.postit img{
	position:absolute;
	left:50%;
	top:-15px;
}



.postit h2 {
	text-decoration: underline;
	text-align:center;
}

.postit h3 {
	color: #d41b72;
}

.postit p {
	font-weight:bold;
}

.postit a {
	text-decoration:none;
	color: #d41b72;
}

.postit a:hover {
	text-decoration:underline;
}




/****************  Quote Box  ******************/

#quote {
	display:block;
  background: #fff;
  width:90%;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  box-sizing: border-box;
  
  /*Font*/
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #bc447c;
  border-right: 2px solid #bc447c;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote em{
  font-style: italic;
}

.source {
	text-align:right;
}




/****************  Footer  ******************/

footer {
	background:#6f284a;
	margin-bottom:25px;
	border-radius: 0 0 15px 15px;
	padding: 10px;
	overflow:hidden;
	}

footer div.content{
	margin-top:15px;
	float:left;
	color: #fff;
	padding: 10 0 0 20px;
	line-height:5px;
}

footer .four19logo {
	float:right;
	margin-right:15px;
	}

footer .four19logo p {
	color:#fff;
	text-align:center;
	font-size:.8em;
	line-height:0px;
}




/**************************** Media Queries *******************/

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	
	html, body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

/*  Main Page  */
	
	header div.inspire h1{
		font-size:1.4em;
	}
	
	nav {
		padding: 0;
		background-color: #ef569e;
		font-size:.8rem;
		}
	
	#mainbody {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
	background:#f5c5dc;
	width:100%;
	overflow:hidden;
	}	
	
	.intro {
		width:65%;
		margin: 0 Auto 15px;
		}
	

/* Class Description */
		
	.classblockl {
	width:45%;
	}
	
	.classblockl p {
		font-size:1.2em;
	}
	
	.classblockl h3 {
		width: 75%;
	}
	
	.classblockr {
	width:45%;
	}
		
	.classblockr p {
		font-size:1.2em;
	}	
	
	.classblockr h3 {
		width:75%;
	}
		
	.gracelist {
		width:65%;
	}
	
	.gracelist h2 {
	font-size:1em;	
	}
	
	.gracepic {
	clear:both;
	width:90%;
	margin:20px auto;
	
}
		
}




@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	html, body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
	
/* Header */

header {
	background:url(../images/banner_768.jpg);
}

header div.inspire {position: absolute; width: 60%; top: 85px; left: 310px; }
header div.inspire h1 {font-size: .98em;}

header img {
	position: absolute;
	display:block;
	width:63%;
	top: 90px;
	left:300px;
}


/* Nav Section */	
	
	nav {
		font-size:.5em;
		}
	
	nav ul ul li {
		width:100px;
		font-size:1.2em;
	}
	

	
	
/* Main Page */	
	
	.intro {
		width:90%;
		margin: 0 Auto 0;
		border-radius:0;
	}
	
	article h1 {
		font-size:1.4em;
		text-decoration:underline;
	}
	
	.board {
		
		width:90%;
		margin: 0 auto 10px;
	}
	
	.dates {
		width: 50%;
	}
	
	
	

.standardpic {
	clear:both;
	margin:-15px 10px 5px 0;
	width:30%;
		
}
	
	
	
	
	
	#standardbottom {
	width:100%;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
	
#description {
	padding:15px;
	margin-bottom:5px;
			}

#description h1 {
	padding:0;
	text-align:center;
}

#description p {
	padding:0;
	text-align:left;
}	
	
	#schedule {
	clear:both;
	padding: 10px;
	margin:10px auto;
	width:40%;
	height:200px;
	box-sizing:border-box;
	
}

#schedule h2 {
	font-size:2em;
}

#schedule th {
	font-size:1em;
}

#schedule .time {
	font-size:1.2em;
}

#schedule .day {
	font-size:1.2em;
}
		
	#info {
	clear:both;
	margin:10px auto;
	width:40%;
	}
	
			
	.day1 td {
    font-size:1.2em;
}

.day2 td {
	font-size:1.2em;
	
}

/*   Classes.html  */

.classblockl {
	margin-left: 1%;
	width:48%
	}


#classbody p {
	font-size:.8em;
	}

#classbody h2 {
	font-size:1.3em;
	}

#classbody a {
	text-decoration:none;
	}

#classbody h3 {
	font-size:1em;
	width:80%
	}

.classblockr {
	margin-right: 1%;
	width:48%
	}

















	
	
}

@media only screen and (max-width: 740px), only screen and (max-device-width: 740px)
  {
	html, body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

	header {
		background:url(../images/banner_768.jpg);
		height:150px;
	}
	
	header a.logo {
	position: absolute; 
	display: block; width: 217px; height: 140px; 
	top: 5px; left: 10px;}
	
	header div.inspire {
		left:205px;
		top:68px;
		width:65%;
	}
	
	header div.inspire h1{
		font-size:.85em;
		
	}
	
	header img{
		width:65%;
		top: 80px;
		left: 200px;
	}


/*   Nav   */

	
	nav {
		/* fallback */
  background-color: #ef569e;
  
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#ef569e), to(#ef569e));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #ef569e, #ef569e);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #ef569e, #ef569e);

  /* IE 10 */
  background: -ms-linear-gradient(top, #ef569e, #ef569e);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #ef569e, #ef569e);
		
		padding: 25px;
		font-size:1em;
		height:0;
		overflow:hidden;
				
	}
	
	nav a.mobile_menu {
	display:block;
	}
	
	nav ul, nav ul ul, nav ul ul ul { display: block; position: static; }
	nav > ul { padding: 0px; }
	nav > ul > li { float: none; margin-top: 20px; }
	nav ul li:hover { background: none; }
	
	nav ul li {border-right:none;}
	nav ul li a {
		width:auto;
		display: block;
		margin: 8px 10px;
		padding: 6px 15px 6px 2px;
		border-bottom: 1px solid #bc447c;
		}
	nav ul li a:hover { background-color: rgba(188,68,124,.8); }
	
	nav ul ul { background: none; }	
	nav ul ul li {
			font-size:.8em;
			width:100%;
	}
	nav ul ul li a { margin-left: 30px; }
	nav ul ul ul li a { margin-left: 60px; }
	nav a[aria-haspopup="true"]::after { display: none; }
	

/*    Main Page   */
	
	.intro {
		clear:both;
		width:100%;
		font-size:1em;
		margin: 0 Auto 10px;
		border-radius:0;
	}
	
	
	
	article h1 {
		font-size:1.6em;
		text-decoration:underline;
	}
	
	.board {
		clear:both;
		width:98%;
		margin: 0 auto 10px;
	}
	
	.dates {
		width: 50%;
		font-size:1em;
	}
	
	
	#board {
	width:100%;
	
}


#classes {
	background-size:80%,cover;
	height:100px;
    }

#announcements {
	background-size:80%,cover;
	height:100px;
}

#why {
    background-size:80%,cover;
	height:100px;
}



/*  Why Studio A  */

.pic1 {
	float:left;
	margin: -10px 15px 5px -30px;
	width:200px;
	border:6px solid #bc447c;
	border-radius:25px 0 25px 0;
	
}

.pic2 {
	float:right;
	width:200px;
	border:6px solid #bc447c;
	margin: 0 -30px 5px 5px;
	border-radius:25px 0 25px 0;
	
}



#textonly h1 {
	font-size:1em;
	text-align:center;
}



/*  Announcements Page   */


#postit_title {
	text-align:center;
	width: 75%;
	}

#postit_title h1 {
	font-weight:bold;
	color:#d41b72;
	font-size:1.2em;
}


.postit {
	float:left;
	width: 65%;
	}

.funposter {
	float:left;
	margin-left: 50%;
	padding:0;
	width:200px;
	height:300px;
	background:url(../images/tackl.png) 2% 0 no-repeat, url(../images/tackr.png) 98% 0 no-repeat, url(../images/joinbg.png) no-repeat;
	background-size:15px 15px, 15px 15px, contain;
}


	

.tuition {
	font-size:.8em;
}

.mission {
	font-size:.8em;
}

#grace p {
	margin:15px 0;
	font-size:.9em;
}

.gracelist {
	clear:both;
	float:none;
	margin:15px auto;
	width:100%;
}

.gracelist ul {
	font-size:.8em;
	margin-left:-30px;
}

.gracelist ul::before {
	content:"- ";
}

.gracepic {
	clear:both;
	float:none;
	margin:15px auto;
	max:350px;
}

#recitalinfo {
	clear:both;
	width:100%;
	margin:15px auto;
}

#recitalinfo a {
	font-size:1.2em;
}

#recitalinfo p {
	font-size:.8em;
}


.day1 {
	font-size:.8em;
}

.day2 {
	font-size:.8em;
}


.policy {
	padding:0 20px;
	font-size:1.2em;
}


.standardpic {
	clear:both;
	margin:-15px 10px 5px 0;
	width:50%;
		
}
	
	
	
	
	
		
#description {
	padding:15px;
	margin-bottom:5px;
			}

#description h1 {
	font-size:1.3em;
	padding:0;
	text-align:center;
}

#description p {
	padding:0;
	text-align:left;
}	
	
	#schedule {
	clear:both;
	padding: 10px;
	margin:10px auto;
	width:90%;
	height:170px;
	
}

#schedule h2 {
	font-size:1.2em;
}

#schedule th {
	font-size:1em;
}

#schedule .time {
	font-size:1.2em;
}

#schedule .day {
	font-size:1.2em;
}
		
	#info {
	clear:both;
	margin:10px auto;
	width:90%;
	}

/*   Classes.html    */

#classbody {
	width:95%;
}


.classblockl {
	clear:both;
	margin-left:5%;
	width:90%
	}


#classbody p {
	font-size:1em;
	}

#classbody h2 {
	font-size:1.1em;
	}

#classbody a {
	text-decoration:none;
	}

#classbody h3 {
	font-size:1em;
	width:90%
	}

.classblockr {
	clear:both;
	width:90%;
	margin-right:5%;
	}









	
}



@media only screen and (max-width: 415px), only screen and (max-device-width: 415px)
  {

	
	header div.inspire {
		text-align:center;
		left:0px;
		top:85px;
		margin:0 auto;
		padding:0 5px 0;
		width:100%;
		box-sizing:border-box;
	}
	
	header a.logo {
	background-position:center;
	background-repeat:no-repeat;
	display: block; width: 100%; height:75px;
	background-size:contain;
	}
	
	
	
	header div.inspire h1{
		font-size:.85em;
		
	}
	
	header img{
		width:100%;
		top: 105px;
		left: 5px;
	}

	article {
		font-size:.8em;
	}

	article h1 {
		font-size:1.3em;
		text-decoration:underline;
	}
	
	.dates {
		width: 70%;
		font-size:1em;
  }

  }
  
  @media only screen and (max-width: 375px), only screen and (max-device-width: 375px)
  {
	  header div.inspire h1{
		font-size:.75em;
		
	}
	  
	 article h1 {
		font-size:1.16em;
		
	} 
	
	#textonly {
		font-size:.9em;
	}
	
	#textonly h1 {
		font-size:1.1em;
	}
	
	#grace h1{
		font-size:1.5em;
		}
	
	.mission {
		margin-top:-25px;
	}
	  
	  
  }