@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Holtwood+One+SC&family=Marck+Script&family=Raleway&family=Rubik:wght@400&display=swap');
/*font-family: 'Raleway', sans-serif;*/
body {
  background-color: #F7EBEC;
    background-image: url("../images/chevron_background.webp")
}
header {
  padding: 20px;
  text-align: center;
  border: 2px solid black;
  height: 150px;
  position: sticky;
  top: 0;
  z-index: 999;
   background-color: #1D1E2C;
}
header p {
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: white;
}
h1 {
  color: white;
  font-family: 'Holtwood One SC', serif;
  font-size: 40px;
}
h2 {
  color: #161A1D;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  text-align: center;
  background-color: #59656f;
  padding: 10px 0;
  font-weight: bold;
}
.h2-overall {
  font-size: 40px;
}
h3 {
  color: white;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-align: center;
  background-color: #161a1d;
  padding: 15px 0;
  display: block;
  height: 10px;
  width: 100%;
}
.bold {
  font-weight: 900;
}
nav {
  width: 100%;
  background-color: #59656F;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  position: sticky;
  top: 120px;
  z-index: 999;
}
nav li {
  display: inline;
  padding: 5px 20px;
}
nav a {
  text-decoration: none;
  color: #D3D3D3;
  font-weight: bold;
  font-size: 30px;
  font-family: 'Marck Script', cursive;
}
nav a:hover {
  color: white;
  background-color: #1D1E2C;
  padding: 5px 10px;
}
#wrapper {
  width: 80%;
  margin: 0px auto;
}
aside {
  border: 1px solid #D3D3D3;
  margin: 0px;
  background-color: #D3D3D3;
}
aside img {
  float: left;
  margin: 10px 20px;
  border-radius: 10px;
}
aside p {
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
  margin: 10px;
  font-family: 'Raleway', sans-serif;
}
.clear {
  clear: both;
}
#banner {
  background-color: #59656f;
  border: 1px solid black;
  margin: auto;
  height: 50px;
}
#banner h2 {
  font-family: 'Raleway', sans-serif;
  color: #F7EBEC;
  font-weight: bold;
  font-size: 30px;
}
#wrapper1 {
  width: 100%;
  margin: 0 auto;
  background-color: #D3D3D3;
  padding: 20px 0;
}
#boxes {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: flex;
}
#box1, #box2, #box3, #box4 {
  width: 90%;
  height: 60px;
  border-radius: 5px;
  margin: auto 9px;
  display: inline-block;
  background-color: #1D1E2C;
  color: white;
  padding: 20px 0px 5px 0px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
#boxes a {
  text-decoration: none;
  color: white;
  font-size: 20px;
}
footer {
  background-color: #1D1E2C;
}
#footer-box {
  padding: 5px;
  width: 80%;
  margin: 0 auto;
  height: 120px;
}
#footer-box1, #footer-box2 {
  width: 45%;
  height: 100px;
  color: #F5F3F4;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  line-height: 1.25;
}
#footer-box1 {
  float: left;
  margin-left: 10px;
}
#footer-box2 {
  float: right;
  text-align: right;
  margin-right: 10px;
}
footer a {
  text-decoration: none;
  color: white;
}
.float-right {
  float: right;
}
.indent {
  margin-left: 50px;
}
.bold {
  color: #660708;
}
#section1 {
  border: 1px solid black;
  background-color: #D3D3D3;
  width: 100%;
  margin: 0 auto;
}
.h2 {
  border: 2px solid black;
  background-color: #59656F;
  color: #FFFFFF;
}
#courses-boxes, #courses-boxes2 {
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  margin: 10px auto;
  justify-content: center;
}
.course-box {
  border: 1px solid black;
  width: 400px;
  height: 300px;
  display: block;
  border-radius: 10px;
  background-color: #F5F3F4;
  line-height: 1.5;
  margin: 10px;
}
.underict-box, .gradict-box {
  margin-right: 20px;
}
.centeredp {
  text-align: center;
  background-color: #B1A7A6;
  color: white;
  padding: 10px 0;
}
.course-box ul {
  list-style-type: square;
  padding-left: 20px;
}
.center-red {
  text-align: center;
  color: #BA181B;
  font-weight: 900;
}
.center {
  text-align: center;
  vertical-align: middle;
}
.centerterm {
  text-align: center;
}
table, th, td {
  border: 1px solid black;
}
table {
  width: 100%;
  background-color: #f5F3F4;
}
tr {
  line-height: 1.5;
    font-size: 13px;
}
#table1, #table2 {
  width: 960px;
  margin: 10px auto;
}
th {
  background-color: #DDBDD5;
  color: #1D1E2c;
  vertical-align: middle;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
}
.trbottom {
  border-bottom: 4px solid #0B090A;
}
.trtop {
  border-top: 4px solid #0B090A;
}
.expand-collapse li {
  display: inline;
  margin: 10px;
}
.panel-icon {
  position: absolute;
  top: 5px;
  right: 10px;
}
#teaching-philosophy, #professional-statement, #professional-roles, #education {
  width: 960px;
  margin: 20px auto;
  border: 1px solid black;
  position: relative;
  background-color: #F7EBEC;
}
#teaching-philosophy1, #professional-statement1, #professional-roles1 {
  border: 1px solid black;
  position: relative;
  padding: 10px 20px 10px 20px;font-family: 'Raleway', sans-serif;
}
#teaching-philosophy1 p, #professional-statement1 p, #professional-roles1 p {
  line-height: 1.5; 
}
#teaching-philosophy li, #teaching-philosophy p, #professional-statement p, #professional-roles1 li {
  line-height: 1.5;
  margin-bottom: 10px;
}
#teaching-philosophy ul, #professional-roles1 ul {
  padding-left: 10px;
  margin-left: 30px;
}
#teaching-philosophy li, #professional-roles1 li {
  list-style-type: circle;
}
#professional-roles1 {
  display: flex;
}
#roles-box1, #roles-box2, #roles-box3 {
  display: inline-flex;
}
#roles-box2, #roles-box3 {
  margin-left: 90px;
}
#education {
  width: 960px;
  margin: 30px auto;
}
#education1, #education2 {
  display: flex;
  justify-content: center;
}
.edu-box {
  width: 460px;
  height: 150px;
  border: 1px solid black;
  background-color: #59656F;
  margin: 10px;
  border-radius: 5px;
  padding: 10px;
}
#edu-box1, #edu-box4 {
  background-color: #161A1D;
  color: #fff;
}
#edu-box2, #edu-box3 {
  background-color: #F5F3F4;
  color: #0B090A;
}
.edu-box p {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  line-height: 1.25;
}
.margin-left {
  margin-left: 8px;
}
.roles, .education, .courses1, .courses2, .statement, .philosophy, .banner {
  border: 4px solid black;
  margin-bottom: 0px;
  position: relative;
    background-color: #59656F;color: #F7EBEC;
}
.button-collapse {
  background-color: #A4161A;
  border-radius: 5px;
  box-shadow: 5px 5px 5px 5px gray;
  width: 200px;
  height: 30px;
  color: white;
  margin-left: 20px;
  margin-bottom: 10px;
}
/*Teaching Types on the Philosophy Page */
#teaching-types {
  width: 100%;
}
#container1 {width:90%; margin: 0 auto; display:flex; height: 375px; margin-bottom:20px;}

.tt1 {
  flex-basis: 60%;
  border: 1px solid black;
  border-radius: 5px;
	justify-content: center;
	margin-right:10px;
background-color: #fff;
}
.tt2 {
flex-basis: 40%;
   border: 1px solid black;
  border-radius: 5px;
	justify-content: center;
  background-color: #fff;
}

#container2 {width:90%; margin: 0 auto; display:flex; height: 220px; margin-bottom:20px;}
.tt3 {
	flex-basis: 50%;
   border: 1px solid black;
  border-radius: 5px;
	margin-right:10px;
 justify-content: center;background-color: #fff;
}
.tt4 {
 flex-basis: 50%;
  border: 1px solid black;
  border-radius: 5px;
	justify-content: center;background-color: #fff;
}
#container3 {width:90%; margin: 0 auto; display:flex; margin-bottom:20px;}
.tt5 {
  flex-basis: 100%;
    border: 1px solid black;
  border-radius: 5px;
	justify-content: center;
	background-color: #fff;
	}
.tt1 p, .tt2 p, .tt3 p, .tt4 p, .tt5 p {padding: 0px 2px; text-align: center; font-size: 17px; }

.tt1 h2, .tt2 h2, .tt3 h2, .tt4 h2, .tt5 h2 {font-size: 28px; color: #F7EBEC; border:1px solid #000;} 

@media only screen and (max-width: 1024px) {
	#container1, #container2, #container3 { width:100%; margin:10px 0;height:auto;}	
	
	.tt1 p, .tt2 p, .tt3 p, .tt4 p, .tt5 p { text-align: center; font-size: 16px;  margin-bottom:20px;}
}

@media only all and (max-width: 480px) 
{nav {
    width: 100%;
    margin: 10px auto;
	  
    }
  nav a {
    color: white;
    display: block;
    border-bottom: 1px solid white;
    padding: 5px 0px;
  }
  nav a:hover {
    background-color: white;
	  color:cadetblue;
  }
  nav li {
    margin: 10px 0px;
  }
	.h2-overall {font-size: 20px;}
	
	#container1, #container2, #container3 {display:inline; width:100%; margin:10px 0;}
	
	.tt1, .tt2, .tt3, .tt4, .tt5 {display: block; margin:20px 0;} 
	
	.tt1 p, .tt2 p, .tt3 p, .tt4 p, .tt5 p { text-align: center; font-size: 16px; height:auto; margin-bottom:20px;}

.tt1 h2, .tt2 h2, .tt3 h2, .tt4 h2, .tt5 h2 {font-size: 18px; color: #A4161A; border:1px solid #000; } 
	.mobilep {text-align: center;}

#wrapper1 {
  width: 100%;
  margin: 0 auto;
  background-color: #AC9FBB;
  padding: 20px 0;
}
#boxes {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: inline;
}
#box1, #box2, #box3, #box4 {
  width: 90%;
  height: 60px;
  border-radius: 5px;
	border: 2px solid white;
  margin: 5px 20px;
  display: inline-block;
  background-color: #0B090A;
  color: white;
  padding: 20px 0px 5px 0px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
#boxes a {
  text-decoration: none;
  color: white;
  font-size: 20px;
}
}