*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* This changes all the animations globally */
:root {
  --animate-duration: 1000ms;
  --animate-delay: 0.9s;
}
#turn{
  display: none;
}
.navbtn {
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
}
.btnback:hover{
  background-color: rgba(255, 0, 0, 0.616);
}
.btnback a:hover{
  color: white;
}
#top{
  position: fixed;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Noto Sans Display', sans-serif;
  height: 7.5vh;
  background-color: rgb(214,161,160, 0.6);
  z-index: 1000;
}
aside{
  display: none;
}
.dropdown{
  display: none;
  position: absolute;
  min-width: 160px;
  line-height: 50px;
  padding: 5px;
  text-justify: left;
  font-family: 'Noto Sans Display', sans-serif;
}
.dropdown a{
  text-decoration: none;
  color: black;
  font-size: 16px;
  padding: 15px 20px;
}
.dropdown{
  border: solid black;
  border-width: 1px;
}
#About:hover .dropdown{
  display: block;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  background-color: #f1f1f1;
  z-index: 1;
}
#Resources:hover .dropdown{
  display: block;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  background-color: #f1f1f1;
  z-index: 1;
}
#Contact:hover .dropdown{
  display: block;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  background-color: #f1f1f1;
  z-index: 1;
}
#Info:hover .dropdown{
  display: block;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  background-color: #f1f1f1;
  z-index: 1;
}
.dropdown a:hover{
  color: rgba(255, 0, 0, 0.616);
}
#BRCGallery{
  background-image: url("Gallery.images/Gallery.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 175vh;
}
.h3title{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 15%;
  left: 50%;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 40px;
  color: #000;
  height: 9vh;
  width: 14vw;
  border: solid #fff;
  background-color: rgb(212, 169, 164);
  border-radius: 6px;
  text-align: center;
  box-shadow: 4px 4px 8px 1px rgb(110, 109, 109);
  z-index: 1;
}
#holRead{
  position: absolute;
  top: 55vh;
  left: 50%;
  transform: translate(-50%, -50%);
}
#holReadMobile{
  display: none;
}
#sororGrant{
  position: absolute;
  top: -17vh;
  right: -20.5vw;
  transform: scale(0.35, 0.35);
}
#sororGrantText{
  position: absolute;
  top: 82vh;
  right: 6.5vw;
  width: 15vw;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  background-color: #ddbebd;
  border: ridge 1px black;
  border-radius: 6px;
}
#mRappaport{
  position: absolute;
  top: 132vh;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.45, 0.45);
}
#mRappaportText{  
  position: absolute;
  top: 169vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15vw;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  background-color: #ddbebd;
  border: ridge 1px white;
  border-radius: 6px;
}
#brcPodcast{
  position: absolute;
  top: 21vh;
  left: 0.25vw;
  transform: scale(0.8, 0.8);
}
#brcPodcastText{
 position: absolute;
 top: 82vh;
 left: 7vw;
 background-color: #ebd5d1;
 width: 15vw;
 border: ridge 1px white;
 border-radius: 6px;
 text-align: center;
 color: black;
}
#brcPodcastText a{
  text-decoration: none;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  color: black;
}
#note{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 43vw;
  height: 4vh;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: .8em;
  color: #fff;
  background-color: black;
  border: solid rgb(212, 169, 164);
  border-radius: 6px;
  text-align: center;
  top: 95.5vh;
  /* border: solid red; */
}
.photocred{ 
  position: absolute;
  font-family: 'Noto Sans Display', sans-serif;
  top: 96vh;
  left: 2px;
  color: rgb(205,138,135);
  font-size: 10px;
}
#footer{
  position: relative;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 16.5vw 16.5vw 16.5vw 16.5vw 16.5vw 17.5vw;
  column-gap: 0.5px;
  grid-template-areas:
  "one" "two" "three" "four" "five" "six";
  height: 15vh;
  border-top: ridge 5px rgb(241,231,139);
  border-right: solid 3px rgb(242,205,0);
  box-shadow: 2px 2px 4px 2px maroon inset;
  overflow: hidden;
}
#footerOne{
  min-height: 0;
  min-width: 0;
  height: 15vh;
  background-color: black;
}
#footerNavOne{
  position: absolute;
  top: 2vh;
  left: 2vw;
}
#footerNavOne ul li{
  list-style-type: none;
}
#footerNavOne ul li a{
  text-decoration: none;
  font-family: 'Yantramanav', sans-serif;
  font-size: 1rem;
  color: rgb(241,231,139);
}
#footerTwo{
  min-height: 0;
  min-width: 0;
  background-color: black;
}
#footerNavTwo{
  position: absolute;
  top: 2vh;
  left: 19vw;
/*   border: solid blue; */
}
#footerNavTwo ul li{
  list-style-type: none;
}
#footerNavTwo ul li a{
  text-decoration: none;
  font-family: 'Yantramanav', sans-serif;
  font-size: 1rem;
  color: rgb(241,231,139);
}
#footerThree{
  min-height: 0;
  min-width: 0;
  height: 15vh;
  background-color: black;
}
#footerNavThree{
  position: absolute;
  top: 2vh;
  left: 35.5vw;
}
#footerNavThree ul li{
  list-style-type: none;
}
#footerNavThree ul li a{
  text-decoration: none;
  font-family: 'Yantramanav', sans-serif;
  font-size: 1rem;
  color: rgb(241,231,139);
}
#footerFour{
  min-height: 0;
  min-width: 0;
  height: 15vh;
  background-color: black;
}
#footerNavFour{
  position: absolute;
  top: 2vh;
  left: 52vw;
}
#footerNavFour ul li{
  list-style-type: none;
}
#footerNavFour ul li a{
  text-decoration: none;
  font-family: 'Yantramanav', sans-serif;
  font-size: 1rem;
  color: rgb(241,231,139);
}
#footerFive{
  min-height: 0;
  min-width: 0;
  height: 15vh;
  background-color: black;
}
#footerNavFive{
  position: absolute;
  top: 2vh;
  left: 68.5vw;
}
#footerNavFive ul li{
  list-style-type: none;
}
#footerNavFive ul li a{
  text-decoration: none;
  font-family: 'Yantramanav', sans-serif;
  font-size: 1rem;
  color: rgb(241,231,139);
}
#footerSix{
  min-height: 0;
  min-width: 0;
  height: 15vh;
  background-color: black;
/*   border: solid 7px pink; */
}
#footerNavSix{
  position: absolute;
  top: 2vh;
  left: 88.5vw;
}
#footerNavSix ul li{
  list-style-type: none;
}
#footerNavSix ul li a{
  text-decoration: none;
  font-family: 'Yantramanav', sans-serif;
  font-size: 1rem;
  color: rgb(241,231,139);
}
#facebookIcon{
  position: absolute;
  top: 160vh;
  left: 84vw;
  transform: scale(0.35, 0.35);
  opacity: 0.6;
}
#copyright{
  position: absolute;
  top: 9vh;
  left: 84.75vw;
  width: 13vw;
  text-align: center;
  font-family: 'Yantramanav', sans-serif;
  font-size: 0.7rem;
  color: rgb(241,231,139);
/*   border: solid 6px white;
  z-index: 3000; */
}
.btn-toggle-nav{
  display: none;
}







   /* //////////// Laptop Properties End /////////// */




/* //////////// iPhone/Android Properties //////////// */






@media (min-device-width: 360px) and (max-device-width: 640px) {

/* (A) WRONG ORIENTATION - SHOW MESSAGE HIDE CONTENT */
@media only screen and (orientation:landscape) {
  #hMenuIcon, .h3title, #facebookIcon { visibility: hidden; }
  #container { display:none; }
}
 /* (B) CORRECT ORIENTATION - SHOW CONTENT HIDE MESSAGE */
@media only screen and (orientation:portrait) {
  #turn { display:none; }
  #container { display:block; }
}
#turn{
  position: absolute;
  top: 30%;
  left: 50%;
  width: 100vw;
  transform: translate(-50%, -50%);
  color: red;
  font-family: 'Open Sans', sans-serif;
  font-size: 3em;
  z-index: 50;
  text-align: center;
  background-color: yellow;
  padding-bottom: 5px;
}
#top{
  display: none;
}
#sidebartext{
  display: block;
}
h4{
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Display', sans-serif;
  width: 80vw;
  text-align: center;
}
.btn-toggle-nav{
  display: block;
  position: fixed;
  text-align: center;
  /* z-index: 50; */
  top: 2vh;
  left: 4vw;
  cursor: pointer;
  background-image: url("Gallery.images/hMenuIcon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 6vh;
  width: 10vw;
  transition: all 0.4s ease-in-out;
  z-index: 20;
}
#hMenuIcon:hover{
  opacity: 0.7;
}
.nav-sidebar{
  position: fixed;
  display: block;
  height: calc(100vh - 8vh);
  width: 8vw;
  top: 8vh;
  bottom: 0;
  margin-left: 0;
  background-color: #111;
  opacity: 0;
  z-index: 3;
  transition: all 0.4s ease-in-out;
}
.nav-sidebar:hover{
  background-color: #333333;
}
.nav-sidebar ul{
  padding-top: 5px;
  overflow: hidden;
  visibility: hidden;
}
.nav-sidebar li{
  line-height: 2.25;
  list-style: none;
  padding: 0 10px;
}
.nav-sidebar a{
  display: block;
  padding: 0 10px;
  font-family: 'Noto Sans Display', sans-serif;
  text-decoration: none;
  font-size: 18px;
  color: rgb(224,195,194);
  white-space: nowrap;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
/* Fixed sidenav, full height */
.sidenavDrop {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenavDrop a, .dropdownSide-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 22px;
  color: #f1f1f1;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  line-height: 1.75;
}
.dropdownSide-container a{
  line-height: 2;
}

/* On mouse-over */
.sidenavDrop a:hover, .dropdownSide-btn:hover {
  color: #f1f1f1;
}

/* Main content */
.mainSide {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 18px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.activeSide {
  background-color: rgb(140, 151, 140);
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdownSide-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
#BRCGallery{
  height: 275vh;
}
#BRCGallery h3{
  height: 8vh;
  width: 40vw;
  top: 10vh;
  font-size: 30px;
}
#sororGrant{
  position: absolute;
  top: 95vh;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.33, 0.33);
  /*border: ridge 6px black;*/
  /*border-radius: 6px; */
  overflow: hidden;
  width: 270%;
}
#sororGrantText{
  position: absolute;
  top: 122vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35vw;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  background-color: #ddbebd;
  border: ridge 1px black;
  border-radius: 6px;
}
#mRappaport{
  position: absolute;
  top: 217.5vh;
  left: 50%;
  /*border: ridge 6px white;*/
  /*border-radius: 6px;*/
  transform: translate(-50%, -50%) scale(0.42, 0.42);
}
#mRappaportText{  
  position: absolute;
  top: 252vh;
  width: 35vw;
  font-size: 0.8em;
  font-weight: bold;
}
#brcPodcast{
  position: absolute;
  top: 151.5vh;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8, 0.8);
}
#brcPodcastText{
 position: absolute;
 top: 182vh;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 50vw;
}
#brcPodcastText a{
  text-decoration: none;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  color: black;
}
#holRead, #footer{
  display: none;
}
#holReadMobile{
  display: block;
  position: absolute;
  top: 45vh;
  left: 50%;
  transform: translate(-50%, -50%) scale(1, 1);
  /*border: solid blue; */
}
#note{
  display: none;
}
.photocred{ 
  top: 261vh;
  left: 2px;
  color: white;
  font-size: 12px;
}
#facebookIcon{
  top: 270vh;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.3, 0.3);
  opacity: 0.6;
}
}




   /* //////////// iPhone/Android Properties end //////////// */




    /* //////////// iPad Landscape properties //////////// */
    
    
    



@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2){
#top{
  background-color: rgba(220,191,189, 0.9);
}
#BRCGallery{
  height: 428vh;
}
.h3title{
  top: 17vh;
  font-size: 3rem;;
  height: 11vh;
  width: 18vw;
}
#holRead{
  position: absolute;
  top: 67vh;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3, 1.3);
}
#holReadMobile{
  display: none;
}
#note{
  top: 110.5vh;
  width: 70vw;
  height: 6vh;
  font-size: 1.25rem;
  font-weight: bold;
}
#mRappaport{
  position: absolute;
  top: 170vh;
  left: 50%;
  /*border: ridge 6px white;*/
  /*border-radius: 6px;*/
  transform: translate(-50%, -50%) scale(0.7, 0.7);
}
#mRappaportText{  
  position: absolute;
  top: 221.5vh;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 8vh;
  width: 40vw;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  background-color: #ddbebd;
  border: ridge 2px white;
  border-radius: 6px;
}
#sororGrant{
  position: absolute;
  top: 266.5vh;
  left: 45.35%;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
  /*border: ridge 6px black;*/
  /*border-radius: 6px;*/
}
#sororGrantText{
  position: absolute;
  top: 304.5vh;
  left: 50%;
  height: 8vh;
  width: 25vw;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  background-color: #ddbebd;
  border: ridge 1px black;
  border-radius: 6px;
}
#brcPodcast{
  position: absolute;
  top: 357vh;
  left: 50%;
  height: 64%;
  transform: translate(-50%, -50%) scale(1.35, 1.35);
  /*border: ridge 6px white;*/
  /*border-radius: 6px;*/
}
#brcPodcastText{
 position: absolute;
 top: 401vh;
 left: 50%;
 transform: translate(-50%, -50%);
 background-color: #ebd5d1;
 height: 6.5vh;
 width: 50vw;
 border: ridge 2px white;
 border-radius: 6px;
 text-align: center;
 color: black;
}
#brcPodcastText a{
  text-decoration: none;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: black;
}
#galleryCred{
  top: 423vh;
  position: absolute;
  left: 2vh;
  font-size: 0.6rem;
  font-weight: bold;
  color: black;
  /*border: solid black;*/
}
#facebookIcon{
  top: 412vh;
  left: 82.5%;
  opacity: 0.6;
}
#footerNavOne ul li a, #footerNavTwo ul li a, #footerNavThree ul li a, #footerNavFour ul li a, #footerNavFive ul li a{
  font-size: 0.9rem;
}
#footerNavSix{
  left: 86vw;
}
#footerNavSix ul li a{
  font-size: 1.1rem;
  padding-left: 14px;
}
#copyright{
  top: 8vh;
  left: 84.75vw;
  width: 13vw;
  font-size: 0.7rem;
}
}







   /* //////////// iPad landscape properties end //////////// */





     /* //////////// iPad portrait properties //////////// */
  
  
  
  
  
  
  
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
#BRCGallery{
  height: 320vh;
}
.h3title{
  top: 14.5vh;
  font-size: 3rem;;
  height: 7.5vh;
  width: 28vw;
}
#holRead{
  position: absolute;
  top: 49.5vh;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}
#note{
  top: 77vh;
  width: 72vw;
  height: 4vh;
  font-size: 1em;
}
#mRappaport{
  position: absolute;
  top: 124vh;
  left: 50%;
  height: 85.25vh;
  transform: translate(-50%, -50%) scale(0.7, 0.7);
}
#mRappaportText{  
  position: absolute;
  top: 166vh;
  height: 6vh;
  width: 45vw;
  font-size: 2.5rem;
}
#sororGrant{
  position: absolute;
  top: 196.5vh;
  left: 45.35%;
  height: 83.6vh;
  width: 85.1vh;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
}
#sororGrantText{
  position: absolute;
  top: 227vh;
  left: 50%;
  height: 5.5vh;
  width: 32vw;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  background-color: #ddbebd;
  border: ridge 1px black;
  border-radius: 6px;
}
#brcPodcast{
  position: absolute;
  top: 270vh;
  left: 50%;
  height: 40vh;
  transform: translate(-50%, -50%) scale(1.35, 1.35);
  /*border: ridge 6px white;*/
  /*border-radius: 6px;*/
}
#brcPodcastText{
 position: absolute;
 top: 304vh;
 left: 50%;
 transform: translate(-50%, -50%);
 background-color: #ebd5d1;
 height: 5.25vh;
 width: 60vw;
 border: ridge 2px white;
 border-radius: 6px;
 text-align: center;
 color: black;
}
#brcPodcastText a{
  text-decoration: none;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: black;
}
#galleryCred{
  top: 318vh;
  position: absolute;
  left: 2vh;
  font-size: 0.6rem;
  font-weight: bold;
  color: white;
  /*border: solid black;*/
}
#facebookIcon{
  top: 310vh;
  left: 79%;
  transform: scale(0.35, 0.35);
}
#footer{
  overflow: hidden;
}
#footerNavOne ul li a, #footerNavTwo ul li a, #footerNavThree ul li a, #footerNavFour ul li a, #footerNavFive ul li a{
  font-size: 0.8rem;
}
#footerNavSix{
  top: 2.15vh;
  left: 83vw;
}
#footerNavSix ul li{
  left: 9vw;
  width: 14vw;
  padding-left: 17px;
  /*border: solid white;*/
}
#footerNavSix ul li a{
  font-size: 1rem;
  left: 9vw;
  margin: auto;
}
#copyright{
  top: 8vh;
  left: 84.75vw;
  width: 13vw;
  font-size: 0.7rem;
}
}

/* //////////// iPad portrait properties end //////////// */




