/*
    Theme Name: Calvert High School
    Author: Brian Habib, Web Developer 
    Author URI: http://brianmhabib.com
    Created: October 5, 2021
*/

/*https://codepen.io/richblyth/pen/KgDaA?js-preprocessor=coffeescript use this for photo gallery*/

@import url('https://fonts.googleapis.com/css2?family=Lato&family=Roboto&display=swap');
html {
  
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #292f38;
  background: #6689C2;
}   
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;
}
a, .link {
  color: #6689C2;
}
a:hover, .link:hover {
  color: #292f38;
  cursor: pointer;
  text-decoration: underline;
}
.unclickable > a {
  pointer-events: none;
  cursor: pointer;
}
h1, .heading1{
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 2.2em;
}
h2, .heading2{
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.8em;
}
h3, .heading3{
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.65em;
}
h4, .heading4{
  font-family: 'Roboto', sans-serif;
  font-size: 1.4em;
  font-weight: normal;
}
h5, .heading5{
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.15em;
}
h6, .heading6 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1em;
}
hr {
  margin: 5px auto;
}
.overlay {
  background: linear-gradient(
    0deg, rgba(0, 0, 0, 0.6979166666666667) 0%, rgba(0, 0, 0, 0.2721463585434174) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    display: block;
}
.page_content {
  position: relative;
  max-width: 1170px;
  min-height: 800px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgb(68 68 68 / 30%), 0 1px 3px 1px rgb(68 68 68 / 15%);
}
.photo-album_content {
  position: relative;
  max-width: 1600px;
  min-height: 800px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgb(68 68 68 / 30%), 0 1px 3px 1px rgb(68 68 68 / 15%);
}
.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item, .grid-sizer {
  margin: 5px;
}
.grid-item a img {
  height: 500px;
  width: auto;
}
/*CARD-WIDE CSS*/
.card-wide_cell {
  width: auto;
  margin-bottom: 10px;
}
.card-wide {
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgb(68 68 68 / 30%), 0 1px 3px 1px rgb(68 68 68 / 15%);
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  overflow: hidden;
}
.card-wide_thumbnail {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.card-wide_thumbnail img {
  
}
.card-wide_description {
  padding: 1rem;
  flex: 0 0 100%;
  max-width: 100%;
}
.no-thumb .card-wide_description {
  flex: 0 0 100%;
  max-width: 100%;
}
.card-wide_title {

}
@media (min-width: 768px) { 
  .card-wide_thumbnail{
    flex-direction: column;
    flex: inherit;
    max-width: 25%
  }
  .card-wide_thumbnail  img {
  }
  .card-wide_description {
      flex: inherit;
      max-width: 75%
  }
}
@media (min-width: 992px) {
}
/**/

.search-input {
  background-image: url('/wp-content/uploads/2021/10/Search-Icon-Gray.png');
  background-size: 25px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}
.profile-contact {
  background-color: #6689C2;
  color: #ffffff;
  border-color: #6689C280;
}

/*Go To Top*/
#gotoTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 75px;
  height: 75px;
  z-index: 99;
  font-size: 20px;
  line-height: 20px;
  border: none;
  outline: none;
  background-color: #6689C2;
  color: #ffffff;
  cursor: pointer;
  padding: 1rem;
  border-radius: 50%;
  box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
}
#gotoTop:hover {
  box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
}
@media (min-width: 768px) {
  #gotoTop { 
    background-color: #ffffff;
    color: #292f38;
  }
}

/**/

/*Footer*/
#footer {
  background: #F9CB20;
}
#menu-footer-menu {
  text-decoration: none;
  padding: 0;
  margin: auto;
  text-align: center;
  padding: 2rem;
}
#menu-footer-menu .menu-item {
  display: block;
  padding: 5px 10px;
  font-size: 1.5rem;
  
}
#menu-footer-menu .menu-item a {
  color: #292f38;
}
#menu-footer-menu .menu-item a:hover {
  color: #6689C2;
  text-decoration: underline;
}
@media (min-width: 768px) {
  #menu-footer-menu {
    
  }
  #menu-footer-menu .menu-item { 
    display: inline-block;
    text-align: center;
  }
}
/**/
.button {
  display: inline-block;
  padding: 1px 6px;
  cursor: pointer;
  background-color: #6689C2;
  color: #ffffff;
  border-color: #6689C280;
  border-width: 2px;
  border-style: outset;
  border-color: internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  margin: auto;
}

.button:hover {
  color: #fff;
  text-decoration: none;
}
