


.highlight {
  color: var(--cream-color);
  font-weight: bold;
}

.border-wine {
  border-left: solid 2px var(--wine-color);
}

.wine {
  color: #581c1c;
}

.button-main {
  background-color: var(--wine-color);
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  border: none;
  color: #fff;
  transition: .3s ease-in-out;
  
}

.button-main:hover {
  background-color: #3b0101;
  transform: translateY(-5px);
 
}

.img-5 {
  max-width: 500px;
  width: 100%;
}




/* Slide Show */

#slideImg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.showcase {
  position: relative;
  z-index: 1;
  overflow: visible;
  /* margin-bottom: 100px; */
}

.showcase .overlay {
  width: 100%;
  min-height: 22vh;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  top: 0;
}

.showcase .padded {
  padding: 20vh 0 10vh 0;
}

.content .title {
  font-size: 70px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 3px;
}


.fade-p {
  color: #7e7d7d;
  line-height: 1.7em;
}

.web-img{
  /* width: 100px; */
  max-width: 100%;
}

.thumbnail{
  width: 120px;
}

.overlay{
background-color: #04040498;
}

.pop-up{
  position: absolute;
  /* display: none; */
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  /* left: 30%;
  top: 30%; */
  width: 40%;
  background-color: #ffeaea;
  padding: 30px;
  border-radius: 30px;
}

.check{
  width: 70px;
}



/* Contact */

.site-flex{
  background-color: #f9e3e3;
}

.link-style{
  text-decoration: none;
  color: #353535
}

.link-style:hover{
  text-decoration: underline;
}









/* Pop up */

.light-content-inner {
  padding: 40px!important;
  border-radius: 10px;
  box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
}

.light-content-inner span {
  color: var(--wine-color);
}

.light-content-inner .bell {
  font-size: 70px;
}

.light-content-inner h2{ 
  color: #999;
  font-size: 33px;
  margin-bottom: 15px;
}

.light-content-inner p{
  font-size: 15px;
  color: #666;
}

#times{
  position: absolute;
  color: rgb(199, 36, 36);
  top: 10px;
  right: 10px;
  padding: 10px;
  cursor: pointer;
}

#times:hover{
  background-color: #5d606140;

}












/*Footer*/

.footer-sec {
  margin-top: 100px;
  height: 420px;
  background-color: #581c1c;
  color: #fff;
}

.footer {
  width: 85%;
  margin: auto;
}

.footer .footer-logo-up {
  display: none;
}

.sections {
  display: flex;
  justify-content: space-between;
}

.section-1,
.section-2,
.section-3 {
  display: block;
  margin-top: 50px;
}

.section-2 a,
.section-3 a {
  text-decoration: none;
}

.section-2 a:hover,
.section-3 a:hover {
  text-decoration: underline;
  /* border-bottom: #fff  solid 2px; */
}

.sections a {
  color: #fff;
}

#gmap_canvas {
  margin-top: 25px;
}

.footer .sections h1 {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.footer .sections p {
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 10px;
  font-size: 12px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

#bottom-line {
  opacity: 50%;
  margin: 30px 0 20px 0;
}

.lower-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lower-footer a {
  color: #fff;
  text-decoration: none;
}

.lower-footer .socials i:not(:nth-child(1)) {
  margin-left: 20px;
}

.lower-footer .socials i {
  font-size: 20px;
}

.lower-footer .socials i:not(.insta) {
  margin-left: 30px;
}

.lower-footer .socials i:hover {
  transform: translateY(-5px);
  transition: 0.2s ease-in-out;
  color: var(--cream-color);
}

.lower-footer .love {
  color: var(--cream-color);
}

.lower-footer a:hover {
  text-decoration: underline;
}

.lower-footer .copy p:nth-child(1) {
  font-size: 16px;
}

.lower-footer .copy p:nth-child(2) {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  color: #fffede;
}

.lower-footer .footer-logo {
  max-height: 150px;
  max-width: 150px;
  margin-left: -8px;
}

/* ==========  Media Queries (max-width: 768px)  ==========  */
@media screen and (max-width: 768px) {
  .top-info {
    padding: 10px 30px;
    background-color: var(--wine-color);
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #fff;
  }

  .top-info a {
    font-size: 13px;
  }

  .top-info #school-time {
    font-size: 13px;
  }

  .top-info #school-time {
    margin-right: 50px;
    display: flex;
    align-items: center;
  }

  .top-info .call,
  .envelope {
    margin-right: 20px;
    display: flex;
    align-items: center;
  }

  .top-icons a {
    /* margin-right: 20px; */
    /* font-size: 15px; */
  }

  .top-icons a:first-child{
    margin-right: 8px;
  }



  /* Hamburger Menu */

  .top-header img {
    max-height: 130px;
    max-width: 130px;
  }

  nav {
    padding: 10px 25px;
  }

  .nav-list {
    border-top: #ffffff4f 1px solid;
    position: absolute;
    right: 0px;
    top: 0;
    height: 100vh;
    background: var(--wine-color);
    width: 100%;
    transition: 0.3 ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0 50px 30px;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    z-index: 50 00;
  }

  .nav-active {
    transform: translateX(0%);
  }

  @keyframes navLinkFade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
      transform: translateX(0px);
    }
  }

  .burger {
    display: block;
    margin: 15px 10px 0 0;
    z-index: 6000;
  }

  .toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle .line2 {
    opacity: 0;
  }

  .toggle .line3 {
    transform: rotate(45deg) translate(-4px, -5px);
  }

  /* End */

  /* Academic */

  .academic {
    width: 90%;
    margin: 40px auto;
  }

  /* Footer */

  .footer-sec {
    margin-top: 100px;
    height: 690px;
    background-color: #581c1c;
    color: #fff;
  }

  .footer {
    width: 90%;
    margin: auto;
  }

  .sections {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  #gmap_canvas {
    min-width: 480px;
    width: 100%;
    height: 200px;
  }

  .lower-footer .socials i:nth-child(3) {
    margin-left: 0px;
  }

  .slide p {
    padding: 0 50px;
  }

  .navi-btn {
    display: none;
  }

  .navi-btn::after,
  .navi-btn::before {
    display: none;
  }

  .navi-btn {
    background-color: rgba(255, 0, 0, 0.1);
    display: none;
    /* opacity: 0; */
    /* position: absolute;
    top: -9999px;
    left: -9999px; */
    visibility: hidden;
  }
}


/* ==========  Media Queries for mobile  ==========  */
@media (min-width: 320px) and (max-width: 480px) {
  .top-info {
    padding: 10px 20px;
    display: block;
    flex-direction: column;
  }

  .top-info a {
    padding-bottom: 15px;
  }
  .top-info .call {
    padding-top: 10px;
  }

  .top-icons {
    display: flex;
    /* justify-content: flex-end; */
    position: absolute;
    top: 90px;
    right: 5px;
  }


  /* Hamburger Menu */

  .top-header img {
    max-height: 150px;
    max-width: 150px;
  }

/* End */

  nav {
    padding: 10px 15px;
    /* background: rgba(8, 8, 8, 0.1); */
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.555);
    transition: 0.5s ease;
  }

  .nav-list {
    border-top: #ffffff4f 1px solid;
    position: absolute;
    right: -10%;
    top: 0;
    height: 100vh;
    background: var(--wine-color);
    width: 100%;
    transition: 0.3 ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0 50px 30px;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    z-index: 5000;
  }

  .nav-active {
    transform: translateX(0%);
  }

  @keyframes navLinkFade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
      transform: translateX(0px);
    }
  }

  .burger {
    display: block;
    margin: 15px 10px 0 0;
    z-index: 6000;
  }

  .toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle .line2 {
    opacity: 0;
  }

  .toggle .line3 {
    transform: rotate(45deg) translate(-4px, -5px);
  }

  /* Hero Section */

  .showcase .padded {
    padding: 25vh 0 10vh 0;
  }

  .content .title {
    font-size: 35px;
  }

  /* End */

  
  /* Footer */

  .footer-sec {
    min-height: 1000px;
    background-color: #581c1c;
    padding-top: 30px;
  }

  .footer .footer-logo-up {
    display: block;
    max-height: 150px;
    max-width: 150px;
    margin-left: -8px;
  }

  .sections {
    display: flex;
    flex-direction: column;
  }

  .footer .sections h1 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .footer .sections p {
    font-size: 10px;
  }

  .section-1 {
    margin-top: 20px;
  }

  .gmap_canvas {
    max-width: 380px;
    height: 200px;
  }

  .section-2,
  .section-3 {
    margin-top: 20px;
  }

  .lower-footer {
    margin-top: 115px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #bottom-line {
    /* margin: 90px 0 10px 0; */
    display: none;
  }

  .lower-footer .copy p:nth-child(1) {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .lower-footer .copy p:nth-child(2) {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .lower-footer .socials i {
    /* margin: 10px; */
    font-size: 15px;
  }

  .lower-footer .footer-logo {
    display: none;
  }
}

