@charset "UTF-8";
*,*:before,*:after {
	box-sizing: border-box;
}

body {
    margin: 0px;
    color: #083F63;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 1em;
    background-image: url(assets/graphics/header-960x200.png);
    background-repeat: repeat-x;
}
a:link, a:visited {
    color: #083F63;
    text-decoration: none;
}
a:hover, a:active {
    color: #7BA635;
    text-decoration: none;
}
#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 9px;
    padding-bottom: 20px;
    font-family: asul;
    font-style: normal;
    font-weight: 400;
}
header {
    border-radius: 5px;
    /* [disabled]background-image: url(assets/graphics/header-960x200.png); */
    background-repeat: no-repeat;
    padding-top: 162px;
    margin-top: -19px;
}
#homeLinks {
	display: flex;
    justify-content: space-between;
}
#homeLinks .HomeIntroLinks {
    width: 290px;
    background-color: #EBE1F7;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    border-radius: 10px;
}
#headerparent {
    display: flex;
    text-align: left;
    padding-left: 15;
    background-color: #FFFFFF;
}
#headerparent img {
    font-size: 0em;
    text-align: left;
}
.imgCtr {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#MainMeetUs h2 {
    margin-top: 69px;
    margin-left: 0px;
    font-family: chicle, clara, cookie, serif;
    font-style: normal;
    font-weight: 400;
}
nav ul {
    text-align: right;
    border-bottom: 2px dotted #EBE1F7;
    display: flex;
    padding-left: 0px;
}
.topNav {
    text-align: right;
    padding-left: 15px;
    margin-top: 10px;
}
.topNav ul {
    list-style-type: none;
    display: inline-block;
}
.topNav ul li {
    display: inline-block;
    margin-left: 20px;
    font-size: 1.2rem;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
main img {
    margin-top: 20px;
}
#headertext {
    margin-left: 15px;
    border-radius: 10px;
    padding-top: 41px;
    margin-right: 0px;
}
#headertext h1 {
    padding-left: 10px;
    list-style-image: none;
    font-size: 3rem;
    font-family: chicle, clara, cookie, serif;
    font-style: normal;
    font-weight: 400;
}
#headertext p {
    padding-left: 10px;
    margin-top: -15px;
    text-align: center;
    color: #7BA635;
}
.morePhotospara {
	font-family: chicle, clara, cookie, serif;
    font-style: normal;
    font-weight: 400;
    color: #7BA635;
	text-align: right;
	font-size: 1.4rem;
}
footer ul {
    border-top: 1px dotted #EBE1F7;
    text-align: left;
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
}
footer h1 {
}
footer ul li {
    /*display: inline-block;*/
	list-style-type: none;
    margin-left: 0px;
    font-size: 1.2rem;
    margin-right: 43px;
    margin-top: 15px;
    margin-bottom: 15px;
}
footer img {
    padding-top: 15px;
    padding-left: 0px;
}

#parents {
    display: flex;
    justify-content: space-between;
}
#parents .parentbox {
    flex-basis: 45%;
    background-color: #EBE1F7;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 10px;
}
#parents .parentbox h3 {
    text-align: center;
}
#parents .parentbox img {
}
#parents .parentbox p {
    text-align: left;
}

#kids .kidsbox img {
    text-align: left;
    font-size: 1.5rem;
}
#kids {
    display: flex;
    justify-content: space-between;
}
#kids .kidsbox {
    background-color: #EBE1F7;
    flex-basis: 30%;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 10px;
}
#kids .kidsbox h3 {
    text-align: center;
}
h1 {
    font-family: chicle, clara, cookie, serif;
    font-style: normal;
    font-weight: 400;
    color: #6400C2;
    margin-left: 0px;
}
h2 {
    font-family: chicle, clara, cookie, serif;
    font-style: normal;
    font-weight: 400;
    color: #7BA635;
}
h3 {
    font-family: asul, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
}
p {
    font-family: asul, serif;
    font-style: normal;
    font-weight: 400;
    margin-left: 0px;
}
ul {
    font-family: asul, serif;
    font-style: normal;
    font-weight: 400;
}
.parapadding {
    padding-right: 146px;
    padding-left: 0px;
    margin-left: 0px;
}
.MainTitle {
}
main h1 {
    margin-top: 35px;
    font-family: chicle, clara, cookie, serif;
    font-style: normal;
    font-weight: 400;
}
.kidstitle {
    text-align: center;
}
