body {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0;
  font-family: 'Georgia', serif;
  background-image: url("stripes.png");
}
 
header, section, footer, aside, nav, article, figure, figcaption {
  display: block}
 
/*********************Below are Nav styles ***********************/
 
nav ul {
  list-style: none;
  background-color: #444;
  text-align: center;
  padding: 0;
  margin: 0;
}

nav li {
  font-size: 1.2em;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #888;
}
 
nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
 
nav a:hover {
  background-color: #5DC244;
}
 
nav a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}
 
 
 /********** "You are here" indicators for nav bar ***********/
 
 
body.home a.home,
body.about a.about, 
body.contact a.contact,
body.curriculum a.curriculum {

     pointer-events: none;
     cursor:default;
     background-color: #ADD5F7;
     color: #000;
     font-weight: bold;
     border: none; }
 


/******* Below are styles for a hidden Skip to Main Content link **********/

a#skipnav {
    padding: 6px;
    position: absolute;
    top: -40px;
    background: transparent;
    left: 0px;
    color: #ffff; } 
    
a#skipnav:focus {
    position:absolute;
    left:0px;
    top:0px;
    background:black;
    outline:0; }    

/********* Below are page content styles ***********/


#wrapper {
	margin: 0 auto;
	width: 100%;
	background: #fff; }
	
#maincontent {
	padding: 20px 22px 10px 22px;
	background-color: #ADD5F7;
	outline: 0; 
	}	
	

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


a {
  text-decoration: underline;
  color: blue;}

header {
    font-size: 1.0em;
	background: #6BACEA;
	padding: 25px 18px 18px 18px;
	height: 180px; }

img#logoimage {
  width: 20%;
  border: none;
  float:left;
  margin-top: -10px;
  display: none;
}
	
form {
     position: relative;
     margin-bottom: 10px;
     float: right; 
     }
     
     
img#facebook {
   width: 20%;
   border: none;
}

img#contactfacebook {
  width: 4em;
  border: none;
}

header h1 {
  margin-top: 50px;
  margin-bottom: 5px;
  font-family: 'chalkduster', 'chalkboard', 'Georgia', serif;
  font-size: 250%; 
} 


header h2 {
  
  font-size: 110%;
  font-family: 'chalkduster', 'chalkboard', 'Georgia', serif;
}
 

	
img {
    width: 100%;
    margin: 4% auto 10% auto;
    border: solid 2px; }



img#betterbeginnings {

  width: 18em;
  border: none;

}


h2 {
	color:#000;
	font-size: 150%;
	margin: 0 0 0.5em; }
	
p {

  font-size: 1.2em;}

section.homepage {
  float: left;
  width: 100%;}

article.homepage {
  clear: both;
  overflow: auto;
  width: 100%;
  float: left;}

section.homepageaside {
  float: left;
  }

aside.homepage {
  clear: both;
  width: 100%;
  float: right;
  }    
  

section.aboutpage {

  float: left;
  width: 100%;
}
  
article.aboutpage {
  clear: both;
  width: 100%

}
  
figure.aboutpage {
  float: left;
  width: 290px;
  height: 270px;
  padding: 5px;
  margin: -10px 20px 20px -5px;    
  }

figcaption.aboutpage {
  font-size: 90%;
  text-align: left;
  margin-top: -25px;
} 
     
img.aboutpage {

width: 290px;
height:240px;}  

article.aboutpage h2 {
  margin-top: 23px;}



  
article.curriculumpage h3 {
  margin-top: 23px;
  margin-bottom: -15px;
}  
  

article.curriculumpage {
  clear: both;
  width: 100%
}
  
figure.curriculumpage {
  float: left;
  width: 100%;
  padding: 5px 5px 7px 5px;
  margin: 0px 20px -35px -8px;    
}

  
img.curriculumpage {

width: 290px;
height:240px;}


footer {
    color: #000;
	background-color: #6BACEA;
	text-align: left;
	padding: 10px 18px 10px 18px;
	width: auto;
	font-weight: bold;
	text-align: right;}

		

/*************** Styles for larger screen sizes *******************/

@media screen and (min-width: 1200px) {

    
#wrapper {width: 85%}
    
    
header {
    font-size: 1.2em;
	background: #6BACEA;
	padding: 25px 18px 18px 18px;
	height: 180px; 
	}

img#logoimage {
  width: 20%;
  border: none;
  float:left;
  margin-top: -10px;
  display: block;}
    

header h1 {
  margin-top: 50px;
  margin-bottom: 5px;
  font-family: 'Chalkduster';
  font-size: 250%; 
} 

header h2 {
  font-size: 110%;
  font-family: 'Chalkduster';
  }


    
img {margin: 1% auto 2% auto;}
       
       
       
nav li {
    width: 120px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.2em;
  }
 

nav li {
    display: inline-block;
    margin-right: -4px;
  }

    
  	
#maincontent {
  padding: 20px 30px 10px 30px;
  height: auto;
  outline: 0; }
	
img#betterbeginnings {
  width: 50%;
}


img#facebook {
   width: 15%;
}



section.homepage {
 float: left;
 width: 100%;}

article.homepage {
  clear: both;
  overflow: auto;
  width: 55%;
  float: left;
  padding-right: 15px;
  border-right: solid #eeeeee;}

section.homepageaside {
  float: left;
  width: 40%;
  padding-left: 30px;
  }

aside.homepage {
  width: 100%;

}    


section.aboutpage {

  float: left;
  width: 100%;
  }
  
article.aboutpage {

  clear: both;
  overflow: auto;
  width: 100%}
  
figure.aboutpage {
  float: left;
  width: 290px;
  height: 270px;
  padding: 5px;
  margin: 20px;    
  }

figcaption.aboutpage {
  font-size: 90%;
  text-align: left;
  margin-top: 0
  }    
  
img.aboutpage {

width: 290px;
height:240px;}  

article.aboutpage h2 {
  margin-top: 23px;}

img#contactfacebook {
width: 6%;
border: none;
}

article.curriculumpage {

  clear: both;
  overflow: auto;
  width: 100%
  }
  
figure.curriculumpage {
  float: left;
  width: 290px;
  height: 270px;
  padding: 12px 12px 12px 0px;
  margin: 20px 20px 20px 0px;    
  }


img.curriculumpage {

width: 290px;
height: 270px;}  

article.curriculumpage h3 {
  margin-top: 32px;}


}   


