/* Fonts */

* {
    /*font-family: Georgia, 'Times New Roman', Times, serif;*/
    font-family: 'Adamina', Georgia;

}

/*Website Border*/

#top, #bottom, #left, #right {
	background:#DCDCDC;
	position: fixed;
  z-index: +1;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 15px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 15px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }

/* Header Navigation Bar */

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: none;
}

li {
  float: right;
}

.home {
    float: left;
}

li a {
  display: block;
  color: black;
  text-align: center;
  padding: 40px 60px 10px 40px;
  text-decoration: none;
  font-size: 20px;
}

li a:hover {
  background-color: none;
  color: #DCDCDC;
}

.topnav {
  display: none;
}
/*Homepage Body*/

.photo_banner0 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../1461cropped.jpg");
  height: 120%;
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 98%;
  display: block;
  margin-left:auto;
  margin-right:auto;
}

.photo_text0 {
  text-align: center;
  position: absolute;
  top: 97%;
  left: 84%;
  transform: translate(-0%, -20%);
  color: white;
}

.photo_text0 h1 {
    font-size: 12px;
}

.photo_credit h1 {
  font-size: 10px; 
  text-align: center;
  display: none;
}

.hometitle  {
  text-align: center;
  padding-top: 40px;
  border-bottom: none;
  line-height: 20px;
  padding-bottom: 40px;
}

.hometitle h2 {
  font-size: 45px;
}

body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }

.border {
  border-bottom: double;
  font-size: 35px;
}

.placeholder {
    color: white;
    font-size: 10px;
}

.photo_banner1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("teaching_pics/aural_skills.jpg");
    height: 40%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 98%;
    display: block;
    margin-left:auto;
    margin-right:auto;
  }
  
  .photo_text1 {
    text-align: center;
    position: absolute;
    top: 80%;
    left: 60%;
    transform: translate(-10%, -60%);
    color: white;
  }

  .photo_text1 h1 {
      font-size: 70px;
  }

  .aural_skills {
    width: 90%;
    display: block;
    margin-left:auto;
    margin-right:auto;
    padding-top: 1%;
    padding-bottom: 3%;
  }
  
  .column {
    float: left;
    width: 23%;
    padding-left: 1.6%;
  }
  
  .row {
    padding-top: 2%;
    padding-bottom: 1%;
  }
  
  .column img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    position: relative;  
  }
  
  .column figure {
  border: 1px #cccccc solid;
  padding: 4px;
  margin: auto;
  }
  
  .column figcaption {
  background-color:none;
  color: white;
  font-style: italic;
  padding: 2px;
  text-align: center;
  }
  
  .column figcaption a {
  color: black;
  text-decoration: none;
  }
  
  .column figcaption a:hover {
  color: #DCDCDC;
  }
  
  .row .column a {
  text-align: center;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .photo_banner2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("teaching_pics/music_theory.jpg");
    height: 40%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 98%;
    display: block;
    margin-left:auto;
    margin-right:auto;
  }
  
  .photo_text2 {
    text-align: center;
    position: absolute;
    top: 80%;
    left: 60%;
    transform: translate(-10%, -60%);
    color: white;
  }

  .photo_text2 h1 {
      font-size: 70px;
  }

  .music_theory {
    width: 90%;
    display: block;
    margin-left:auto;
    margin-right:auto;
    padding-top: 1%;
    padding-bottom: 0%;
  }


  .photo_banner3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("teaching_pics/wellness2.jpg");
    height: 40%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 98%;
    display: block;
    margin-left:auto;
    margin-right:auto;
  }
  
  .photo_text3 {
    text-align: center;
    position: absolute;
    top: 80%;
    left: 60%;
    transform: translate(-10%, -60%);
    color: white;
  }

  .photo_text3 h1 {
      font-size: 70px;
  }

  .wellness {
    width: 90%;
    display: block;
    margin-left:auto;
    margin-right:auto;
    padding-top: 1%;
    padding-bottom: 0%;
  }

  .photo_banner4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("teaching_pics/staff_paper.jpg");
    height: 30%;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    position: relative;
    width: 98%;
    display: block;
    margin-left:auto;
    margin-right:auto;
  }
  
  .photo_text4 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }

  .photo_text4 h1 a {
    font-size: 38px;
    color: black;
    text-decoration: none;
}

.photo_text4 h1 a:hover {
  background-color: none;
  color:whitesmoke;
}

  /*Footer*/

.footer {
  padding: 4px 0;
  background-color: #dedede;
  text-align: center;
}

.footer li {
  float: none;
  display: inline-block;
}
.footer li a:hover {
  background-color: none;
  color: #adaaaa;
}

.footer i {
  font-size: 21px;
  padding-bottom: 20px;
}

  /*Responsiveness*/


  @media only screen and (min-width: 415px) and (max-width: 834px) {
    li a {
    padding: 40px 29px 20px 29px;
    }

    .photo_banner0 {
      height: 50%;
    }

    .photo_text0 {
      top: 96%;
      left: 70%;
      transform: translate(-0%, -20%);
    }

    .border {
      font-size: 18px;
    }

    .photo_banner1 {
      height: 20%;
    }
    .photo_text1 h1 {
      font-size: 40px;
    }

    .photo_banner2 {
      height: 20%;
    }
    .photo_text2 h1 {
      font-size: 40px;
    }

    .photo_banner3 {
      height: 20%;
    }
    .photo_text3 h1 {
      font-size: 40px;
    }

    .photo_banner4 {
      height: 15%;
    }
    .photo_text4 h1 {
      font-size: 40px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 414px) {
    /* Style the navigation menu */
  .topnav {
    display: block;
    overflow: hidden;
    background-color: #DCDCDC;
    position: relative;
    border-bottom: 2px solid #DCDCDC;
    width: 96%;
    margin-left:auto;
    margin-right:auto;
    padding-top: 10px;
  }
  
  /* Hide the links inside the navigation menu (except for logo/home) */
  .topnav #myLinks {
    display: none;
  }
  
  /* Style navigation menu links */
  .topnav a {
    color:#484848;
    padding: 16px 20px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
    background: white;
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
  }
  
  /* Add a grey background color on mouse-over */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Style the active link (or home/logo) */
  .active {
    background-color: white;
    color: black;
  } 
  
  li {
    display: none;
  }
  
  li.dropdown {
    display: none;
  }

  #top, #bottom, #left, #right {
    z-index: +1;
  }

  .photo_banner0 {
    height: 70%;
  }
  
  .photo_text0 {
    display: none;
  }
  
  .photo_credit h1 {
    display: block;
  }

  .photo_text1 h1 {
    font-size: 35px;
  }

  .column {
    float: none;
    width: 80%;
    padding-left: 10%;
  }

  .photo_text2 h1 {
    font-size: 35px;
  }


  .photo_text3 h1 {
    font-size: 33px;
  }

  .photo_text4 h1 a {
    font-size: 25px;
  }

  .footer i {
    font-size: 21px;
    padding-bottom: 20px;
  }

  .footer li a {
    padding: 20px 10px 10px 20px;
  }


}
  