@charset "utf-8";
/* CSS Document */

* {
  text-decoration: none;  
  list-style-type:none;
  color: white; 
  margin:0; 
  padding:0;
  font-family: "Century-Gothic", CenturyGothic, AppleGothic, sans-serif;  
  box-sizing: border-box;
} 

/* Home */
body {
  background-color: #737272;
}

.container {
  position: relative;
  text-align: center;
}

.nav-bar {
  background-color: black; 
  display: flex; 
  justify-content: space-between; 
  padding: 10px 0;
  position: relative;
  top: 0;
  width: 100%;
  overflow: hidden;
}  

nav ul {
  display: flex; 
} 

nav ul li{ 
  margin: 0 12px;
}  

nav ul li a{
  transition: 0.2s ease-in;
}

nav ul li a:hover{
  color: rgb(134, 189, 252);  
} 

a {
  color: rgb(86, 133, 234);
}

.home-container {
  display: flex;
  width: 950px;
	margin: 20px auto auto auto;;
	overflow-x: hidden;
	background-color: #b3b3b3;
  border-radius: 25px;
  border-style: solid;
  border-width: thin;
  border-color: royalblue;
}

.home-content {
	padding: auto auto auto auto;
	width: 91 0px;
}

p.image {
	color: black;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-bottom: 20px;
}

p.content {
	color: black;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-bottom: 20px;
  margin: 0;
}

footer {
  background-image: url(icons/MM\ Circular.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px;
  background-color: #1e1e1e;
  width: 100%;
  padding: 0px;
  margin: 80px 0px 0px 0px;
  display: inline-block;
}

.footer-info {
  top: 20px;
  bottom: 20px;
  right: 0px;
  color: white;
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 20px;
  text-align: right;
}

h3 {
  text-decoration: underline;
}

/* About */
.abt-container {
  display: flex;
  width: 950px;
	margin: 20px auto auto auto;
	overflow-x: hidden;
	background-color: #b3b3b3;
  border-radius: 25px;
  justify-content: center;
  border-style: solid;
  border-width: thin;
  border-color: royalblue;
}

.abt-content {
	padding: auto auto auto auto;
	width: 91 0px;
}

.phil {
  color: black;
  text-align: center;
  padding-bottom: 20px;
}

.grace {
  color: black;
  text-align: center;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

/* Staff */
.staff-container {
  display: flex;
  width: 950px;
	margin: 20px auto auto auto;
	overflow-x: hidden;
	background-color: #b3b3b3;
  border-radius: 25px;
  justify-content: center;
  border-style: solid;
  border-width: thin;
  border-color: royalblue;
}

.left-staff-craig {
  width: 180px;
  height: 195px;
  padding-bottom: 30px;
  padding-left: 20px;
}

.staff-pic-craig {
  display: flex;
  padding: 10px;
}

.staff-grid-craig {
  padding: 0px 20px 5px 20px;
  font-size: 15px;
  text-align: left;
  color: black;
}

.staff-pic {
  display: grid;
  grid-template-columns: 150px 300px 150px 300px;
  padding: 10px;
}

.staff-grid {
  padding: 0px 20px 5px 20px;
  font-size: 15px;
  text-align: left;
  color: black;
}

.left-staff {
  width: 140px;
  height: 150px;
  padding-bottom: 30px;
  padding-left: 20px;
}

.right-staff {
  width: 140px;
  height: 150px;
  padding-bottom: 20px;
  padding-left: 20px;
}

/* Calendar */
.cal-container {
  display: flex;
  width: 950px;
	margin: 20px auto auto auto;
	overflow-x: hidden;
	background-color: #b3b3b3;
  border-radius: 25px;
  justify-content: center;
  border-style: solid;
  border-width: thin;
  border-color: royalblue;
}

.cal-content {
	padding: auto auto auto auto;
	width: 91 0px;
  padding-bottom: 20px;
}

/* History */
.hist-container {
  display: flex;
  width: 950px;
	margin: 20px auto auto auto;
	overflow-x: hidden;
	background-color: #b3b3b3;
  border-radius: 25px;
  border-style: solid;
  border-width: thin;
  border-color: royalblue;
  justify-content: center;
}

.hist-context {
  color: black;
  text-align: center;
}

.hist-flex-container {
  display: flex;
  width: 950px;
  margin: 20px auto auto auto;
}

.hist-flex-child {
  flex: 1;
  background-color: #b3b3b3;
  border-radius: 25px;
  border-style: solid;
  border-width: thin;
  border-color: royalblue;
}  

.hist-flex-child:first-child {
  margin-right: 20px;
} 

.hist-content {
	padding: auto auto auto auto;
	width: 91 0px;
}

.hist-last-context {
  color: black;
  text-align: center;
  padding-bottom: 20px;
}

.hist-links-context {
  color: black;
  text-align: center;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}

/* Photos */
.pic-container {
  width: 950px;
	margin: 20px auto auto auto;
	overflow-x: hidden;
	background-color: #b3b3b3;
  border-radius: 25px;
  justify-content: center;
}

/*
.pic-info {
  padding: auto auto auto auto;
	width: 91 0px;
  color: black;
  padding-bottom: 20px;
  text-align: center;
}
*/

.pic {
  display: grid;
  grid-template-columns: 400px 500px 300px 500px;
  padding: 30px 0px 120px 90px;
  
}

.left-pic {
  width: 140px;
  height: 150px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.right-pic {
  width: 140px;
  height: 150px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.pic-label {
  text-align: center;
  color: black;
  padding-top: 10px;
  padding-left: 140px;
  padding-bottom: 20px;
}

/*
.mySlides {
  display: none;
}

.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
  margin-top: 30px;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #7ab7f4;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.100s ease;
  margin-bottom: 20px;
}

.active {
  background-color: #4079f3;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
*/

/* Resources */
.rsc-container {
  display: flex;
  width: 950px;
	margin: 20px auto auto auto;
	overflow-x: hidden;
	background-color: #b3b3b3;
  border-radius: 25px;
  justify-content: center;
  display: grid;
  grid-template-rows: 1fr auto;
  border-style: solid;
  border-width: thin;
  border-color: royalblue;
}

.rsc-content {
  padding: auto auto auto auto;
	width: 91 0px;
}

.rsc-info {
  color: black;
  padding-bottom: 20px;
}

.rsc-flex-container {
  display: flex;
  width: 950px;
  margin: 20px auto auto auto;
}

.rsc-flex-child {
  flex: 1;
  background-color: #b3b3b3;
  border-radius: 25px;
  border-style: solid;
  border-width: thin;
  border-color: royalblue;
}  

.rsc-flex-child:first-child {
  margin-right: 20px;
}

.rsc-last-context {
  color: black;
  text-align: center;
  padding-bottom: 20px;
}

.rsc-context {
  color: black;
  text-align: center;
  padding-bottom: 5px;
}