@charset "UTF-8";
/* Body */
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #FFFFFF;
	margin: 0;
}
/* Container */
.container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
/* Header */
header {
  height: 55px;
  display: flex; 
  flex-direction: row;
  justify-content: space-between;
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #BAC8CE;
}
.left-section {
	margin-left: 20px;
}
.middle-section {
  max-width: 500px;
  display: flex;
  align-items: center;
}
.right-section {
  width: 100px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.header-text {
	font-family: Ibarra Real Nova, Times New Roman;
	font-weight: 500px;
	margin-right: 20px;
	color: black;
	text-decoration: none;
}
.homepage-logo {
	width: 45px;
	height: 45px;
	margin-top: 5px;
	border-radius: 50%;
}
/*Dropdown section*/
.dropbtn {
  background-color: #BAC8CE;
  color: black;
  font-family: Ibarra Real Nova, Arial;
  font-weight: 500;
  font-size: 16px;
  margin-right: 15px;
  border: none;
  border-radius: 20px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 20px;
}
.dropdown-content a { /*links inside the dropdown*/
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
	background-color: #ddd;
}
.dropdown:hover .dropdown-content { /*syntax means "when hovering over <div> of .dropdown, show the dropdown-content"*/
	display: block;
}
.dropdown:hover .dropbtn { /*syntax means "when hovering over the word 'courses', change color to white"*/
	background-color: #f1f1f1;
}

/*Intro Section*/
.intro {
	padding-bottom: 25px;
	height: 310px;
	margin-top: 80px;
	background-color: #BAC8CE;
	border-radius: 10px;
}

.intro .column p {
	color: #FFFFFF;
	line-height: 50px;
	font-weight: lighter;
	font-size: 25px;
	width: 500px;
	text-align: center;
	padding-top: 20px;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center; 
	padding-top: 130px;
}
.headimage {
	height: 305px; 
	padding-left: 25px; 
	padding-top: 12.5px; 
}

/* Course Gadgets */
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 22.5%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 6px;
	padding-top: 20px;
	border-style: solid; 
	border-width: 2px;
	border-color: #BAC8CE
}
.gallery .thumbnail .Courses-Text {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #BAC8CE;
	text-align: center
}
.gallery .thumbnail p {
	margin: 0;
	color: #DDB7AB;
	text-align: left;
	padding-left: 20px;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
	border-bottom-color: 8px solid #56635C;
}
.gallery .thumbnail .tag {
	color: #9FAAA1;
	padding-top: 4px;
	text-align: center;
	padding-right: 18px;
} 

/* Programs Sections */
.programs-section {
	background-color: #DDE3E5;
	margin-top: 30px;
	height: 156px;
	border-radius: 10px;
}
.programs-section .column .MTAC {
	padding-top: 0.25px;
	padding-left: 120px;
	width: 20%;
	font-weight: bold;
	font-size: 60px;
	color: #303A6F;
	
}

.programs-section .column .program-message {
	float: right;
	margin-right: 60px;
	text-align: center;
	width: 85%;
	padding-top: 10px;
	line-height: 25px;
	font-family: Ibarra Real Nova, Nunito;
	color: black;
}

.programs-section2 {
	background-color: #DDE3E5;
	margin-top: 30px;
	height: 170px;
	border-radius: 10px;
}

.BeATutor {
	padding-top: 0.25px;
	padding-left: 120px;
	width: 20%;
	font-weight: bold;
	font-size: 60px;
	color: #303A6F;
}

.program-message2 {
	float: right;
	margin-right: 60px;
	text-align: center;
	width: 85%;
	padding-top: 10px;
	line-height: 25px;
	font-family: Ibarra Real Nova, Nunito;
	color: black;
}

/*Footer Section */
.footer {
	height: 200px;
	margin-top: 60px;
	background-color: #A7A7A7;
	border-radius: 10px;
}

.footer-text {
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 40px;
	padding-bottom: 5px;
}
.footer-OR {
	text-align: center;
	color: #FFFFFF
}

/* Copyright Section */
.column {
	width: 50%;
	align-content: center;
	float: left;
}
.button {
	width: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #BAC8CE;
	color: #FFFFFF;
	cursor: pointer;
}
.Bible-verse {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 100%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
}
.headimage.flute {
}
.headimage.piano {
}
