h1 {
    font-size: 16pt;
    color: #23457D;
    text-align: center;
}

h2 {
    font-size: 14pt;
    color: #23457D;
    text-align: center;
}

h3 {
    font-size: 12pt;
    color: #23457D;
}

h4 {
    color: #23457D;
    text-align: center;
}

h6 {
    color: #23457D;
    font-size: 9pt;
}

p {
    font-size: 10pt;
    text-align: center;
}

#Intro {
    top: 0;
    background-color: #fff;
    height: 110px;
    width: 100%;
    padding: 10px;
    z-index: 1;
}

.textTitle {
    text-align: left;
    font-weight: bold;
}

.textCopy {
    text-align: left;
}

.summerReading {
    width: 50%;
    align: left;
    vertical-align: top;
    padding: 5px;
    background-color: #E8E8E8;
}

.tableDescription {
    column-span: 2;
    align: center;
    padding: 5px;
    background-color: #E9E9E9;
}

.textQuote {
    text-align: left;
    font-weight: bold;
    color: #23457D;
}

.textLink {
    text-align: left;
    margin-left: 30px;
}

.footer {
    position: relative;
    /* this gives IE6 hasLayout to properly clear */
    clear: both;
    /* this clear property forces the .container to understand where the columns end and contain them */
    padding-right: 0;
    padding-left: 0;
}

.footer p {
    text-align: center;
    font-size: 14pt;
    color: #cccccc;
    line-height: 30px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.container-fluid {
    background-color: #002f87;
}

.image {
    position: relative;
    width: 100%;
    /* for IE 6 */
}

.pictureText span {
    color: white;
    font: 16px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    padding: 10px;
    color: #002f87;
    background-color: #ffffff;
    border-radius: 80%;
}

.pictureText {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
}

.circleText span {
    color: white;
    font: bold 24px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    padding: 10px;
    color: #ffffff;
}

.carousel-inner > .item > a > img {
    min-width: 100%;
}

.carousel-inner > .item > img {
    min-width: 100%;
}

.circleText {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}

.navbar-fixed-top {
    top: 110px;
}

.navbar-brand > img {
    position: relative;
    top: -5px;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand {
    color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #002f87;
    background-color: #f7ce3c;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #002f87;
    background-color: #f7ce3c;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.navbar-default .navbar-nav .open .dropdown-menu {
    color: #002f87;
    background-color: #f7ce3c;
}

.navbar-brand {
    font-size: 17pt;
}

.wide_content {
    background-color: #FFF;
    font-family: Verdana, Geneva, sans-serif;
    color: #000;
    padding: 10px;
    margin-right: 5%;
    margin-left: 5%;
}

.navbar .divider-vertical {
    height: 50px;
    margin: 0px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

.teacher {
    width: 100%;
    background-color: #FFF;
}

.teacher h1 {
    font-size: 24px;
    font-weight: bold;
    color: #23457D;
    text-align: left;
}

.teacher h2 {
    font-size: 18px;
    font-weight: bold;
    color: #23457D;
    text-align: left;
}

.teacher a {
    font-size: 12px;
    color: #000;
    text-align: left;
}

.teacher p {
    font-size: 12px;
    color: #000;
    text-align: left;
}

.bigHeader h1 {
    font-size: 36px;
    font-weight: bold;
}

.socialLogo img {
    max-height: 25px;
    max-width: 25px;
}

.bottomSeparator {
    background-color: #fff; 
    height:25px;
}

.bottomSeparator_Blue {
    background-color: #002f87; 
    height:25px;
}