@font-face{
    font-family:'OpenSans';
    src:url(OpenSans-Regular.ttf);
    font-style:normal;
    font-weight:400;
}
@font-face{
    font-family:'OpenSans';
    src:url(OpenSans-Bold.ttf);
    font-style:normal;
    font-weight:700;
}
@font-face{
    font-family:'OpenSans';
    src:url(OpenSans-BoldItalic.ttf);
    font-style:italic;
    font-weight:700;
}
@font-face{
    font-family:'OpenSans';
    src:url(OpenSans-ExtraBold.ttf);
    font-style:normal;
    font-weight:800;
}
@font-face{
    font-family:'OpenSans';
    src:url(OpenSans-ExtraBoldItalic.ttf);
    font-style:italic;
    font-weight:800;
}
@font-face{
    font-family:'OpenSans';
    src:url(OpenSans-Italic.ttf);
    font-style:italic;
    font-weight:normal;
}
@font-face{
    font-family:'OpenSans';
    src:url(OpenSans-Light.ttf);
    font-style:normal;
    font-weight:300;
}
@font-face{
    font-family:'OpenSans';
    src:url(OpenSans-LightItalic.ttf);
    font-style:italic;
    font-weight:300;
}
@font-face{
    font-family:'OpenSans';
    src:url(OpenSans-Medium.ttf);
    font-style:normal;
    font-weight:500;
}
@font-face{
    font-family:'OpenSans';
    src:url(OpenSans-MediumItalic.ttf);
    font-style:italic;
    font-weight:500;
}
@font-face{
    font-family:'OpenSans';
    src:url(OpenSans-SemiBold.ttf);
    font-style:normal;
    font-weight:600;
}
@font-face{
    font-family:'OpenSans';
    src:url(OpenSans-SemiBoldItalic.ttf);
    font-style:italic;
    font-weight:600;
}
@font-face {
    font-family:"Economica";
    src:url(Economica-Bold.ttf);
    font-style:normal;
    font-weight:bold;
}
@font-face {
    font-family:"Economica";
    src:url(Economica-BoldItalic.ttf);
    font-style:italic;
    font-weight:bold;
}
@font-face {
    font-family:"Economica";
    src:url(Economica-Italic.ttf);
    font-style:italic;
    font-weight:normal;
}
@font-face {
    font-family:"Economica";
    src:url(Economica-Regular.ttf);
    font-style:normal;
    font-weight:normal;
}


body {
    margin:0;
    font-size:16px;
    font-family:"OpenSans", sans serif;
    color:#363636;
    scroll-behavior:smooth;
}
h1 {
    font-size:50px;
    color:#7e4a7c;
}
h2{
    font-size:40px;
    color:#b878b5;
    margin-top:0;
}
h3{
    font-size:30px;
    color:#7e4a7c;
}
.h4 {
    color:#7e4a7c;
    font-style:italic;
    font-weight:700;
}
h1, h2, h3, button, nav {
    font-family:"Economica", sans serif;
}

article {
    margin-bottom: 2em;
}

.more {
    color:white;
    background-color:#7e4a7c;
    font-family:'Economica';
    text-transform:uppercase;
    padding:0.7em 1em;
    text-align:center;
    font-size:20px;
    font-weight:600;
    border:none;
}

.more:hover {
    background-color:#b878b5;
    cursor:pointer;
}

/*HEADER*/
#lignetop {
    background-color:#7e4a7c;
    height:6px;
    width:100%;
}
.container {
    width:1200px;
    margin:auto;
}
#header {
    text-align:center;
}
#header #logo{
    margin:auto;
}
nav {
    background-color:#7e4a7c;
    padding:5px;
    font-size:24px;
    text-transform:uppercase;
}
nav {
    display:flex;
    justify-content:space-around;
}
nav a {
    color: white;
    text-decoration:none;
    flex-basis:1%;
    text-align:center;
    padding:0.5em 1em;
    font-weight:600;
}
nav a:hover {
    background-color:white;
    color:#7e4a7c;
}
h1 {
    text-align:center;
}
h3 {
    margin-top:0;
}

/*ABOUT*/
.cols {
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}
.cols > .colabout {
    flex-basis:35%;
}
#about ul {
    list-style:none;
    padding:0;
}
#about .whyus {
    line-height:2.5em;
    margin-left:2em;
}
#about {
    margin-bottom:2em;
}

/*STAFF*/
.stafflex {
    display:flex;
    flex-wrap:wrap;
}
.colstaff {
    flex-basis: 50%;
}
.teachers img {
    float:left;
    margin: 0 1em 1em 1em;
}
.clear {
    clear:both;
}

/*TABLEAU*/
table {
    border-collapse:collapse;
    margin: 0 auto 3em auto;
}
table th, td {
    border: 1px solid #b878b5;
    padding: 1em 2em;
    text-align:center;
}
.day {
    font-weight:600;
}
th {
    background-color:#7e4a7c;
    color:white;
    font-weight:600;
}
.empty {
    background-color:#ffeefe;
}

/*FORM*/
form{
    border: 1px solid black;
    padding:0;
    display:block;
    color:#7e4a7c;
    margin-bottom: 4em;
}
form > * {
    margin: 1.25em;
}
fieldset{
    display:flex;
    justify-content:space-between;
    background-color:#ffeefe;
    padding:2em 0 2em 1em;
    color:#7e4a7c;
    font-weight:600;
    border:none;
}
.field {
    flex-basis:45%;
    padding:0 0.5em;
}
input, select{
    width:70%;
    margin-left:1em;
    height:2em;
    border: 1px solid black;
}
.toolbar {
    text-align:center;
}

.book{
    color:white;
    background-color:#7e4a7c;
    font-family:'Economica';
    text-transform:uppercase;
    padding:0.4em 0.8em;
    text-align:center;
    font-size:25px;
    font-weight:600;
    border:none;
}
.book:hover {
    cursor:pointer;
    background-color:#b878b5;
}

/*SOCIALS*/
#socials {
    background-color:#7e4a7c;
    height:6em;
    background-size:cover;
}

#socials .container {
    text-align:center;
    padding: 2em;
}
#socials a {
    color:white;
    margin: 0 1.5em;
}

/*FOOTER*/
footer {
    background-color:#444;
    background-size:cover;
    padding: 2em;
}
footer .container {
    text-align:center;
    color:white;
    font-size:14px;
    font-family: sans serif;
}
footer .container a {
    text-decoration:underline;
    color:white;
}
footer img {
    max-height:4em;
    margin-bottom:0;
}
footer p {
    margin-top: 0;
}