
body {
	/* background-color: pink; */
	font-family: 'Raleway', sans-serif;

}

nav{
	color: gray;
}

main {
	text-decoration: bold;
	font-size: 24px;
	padding: 3vw;
}
h4 {
	text-decoration: bold;
	font-size: 14px;
}

.theSyllab {
	font-size: 14px;
}

.theSyllab h4 {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	text-decoration: bold;
	color: grey;
}


.schedule {
	font-size: 14px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	flex-direction: column;
	justify-content: center;
	padding-left: 30px;
}
.schedule h5 {
	color: grey;
	text-decoration: bold;
	/* font-family: helvetica; */
}
.schedule p {
	background-color: pink;
	padding-left: 50px;
}
.weeks {
	/* background-color: green; */
/* margin: auto; */
}
.theImage {
	/* background-color: green; */
	display: flex;
	margin-left: auto;
	margin-right: auto;
	/* text-align: center; */
	padding: 2vw;
	font-size: 15;
}
.theImage figure{
	font-size: 10px;
}

.theImage div {
	padding: 2vw;
	margin: 2vw;
}
.theImage img {
	height: 35vw;
	margin-top: 7vh;

}

.theStudents{
	font-size: 15px;
}
#thePics {
	width: 60vw;
	margin-left: auto;
	margin-right: auto;

}

.theInvisible {
  visibility: hidden;

}

.theFoot{
	display: flex;
  justify-content: center;
  align-items: space-between;
	border-style: solid black 2px;
	color: gray;
	background-color:black;
	font-size: 16px;
}

.theFoot a {
	  font-size: 16px;
		color: gray;
		margin: 1vh;
}
.theFoot	a:hover{
	 color: pink;
}

/* @media only screen
and (max-device-width: 375px)
{
	.theFoot a {
		font-size: 36px;
	}
} */
