* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* This changes all the animations globally */
:root {
  --animate-duration: 1000ms;
  --animate-delay: 2s;
  scroll-behavior: smooth;
}
section{
  height: 175vh;
  background-image: url("images/contactUs.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
aside{
  display: none;
}
.btn-toggle-nav{
  display: none;
}
#WhitehMenuIcon{
  display: none;
}
#nav-top{
  display: inline-block;
  position: fixed;
  top: 0;
  height: 8vh;
  width: 100%;
  background-color: rgba(228,2,43, 0.8);
  z-index: 30;
}
#top, .navbtn{
  display: flex;
  height: 8vh;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}
#top li{
  list-style-type: none;
} 
#top li a{
  text-decoration: none;
  color: rgb(226, 215, 90);
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 1.2em;
}
.navbtn {
  border: none;
  color: rgb(226, 215, 90);
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 1.2em;
  width: 6.5vw;
  /*border: solid blue;*/
}
.eNavbtn{
  padding-top: 2.5vh;
  /*border: solid blue;*/
}
.auNavbtn{
  padding-top: 1.25vh; 
  /*border: solid blue;*/
}
.yesNavbtn{
  padding-top: 1.25vh
}
.ayNavbtn{
  padding-top: 1.25vh
}
.dropdown{
  display: none;
  position: absolute;
  min-width: 160px;
  line-height: 50px;
  padding: 5px;
  text-justify: left;
  font-family: 'Noto Sans Display', sans-serif;
  border: solid rgb(242, 205, 0);
  border-width: 2px;
  top: 8vh;
}
.dropdown a{
  text-decoration: none;
  color: black;
  font-size: 16px;
  padding: 15px 20px;
}
#YES:hover .dropdown{
  display: block;
  box-shadow: 0px 8px 16px 0px rgb(0,0,0,0.2);
  background-color: #f1f1f1;
  z-index: 1;
}
#AU:hover .dropdown{
  display: block;
  box-shadow: 0px 8px 16px 0px rgb(0,0,0,0.2);
  background-color: #f1f1f1;
  z-index: 1;
  border: solid dark khaki;
}
#eventsMenu:hover .dropdown{
  display: block;
  box-shadow: 0px 8px 16px 0px rgb(0,0,0,0.2);
  background-color: #f1f1f1;
  z-index: 1;
}
#adultYouthMenu:hover .dropdown{
  display: block;
  box-shadow: 0px 8px 16px 0px rgb(0,0,0,0.2);
  background-color: #f1f1f1;
  z-index: 1;
}
.dropdown a:hover{
  color: rgb(228,2,43);
}
#theta{
  position: fixed;
  top: 55vh;
  left: 50%;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%) scale(0.8, 0.8);
  opacity: 0.7;
}
#contactUs{
  position: absolute;
  height: 30vh;
  width: 100vw;
  top: 0vh; 
}
#CUp{
  position: relative;
  top: 15vh;
  left: 38%;
  width: 24vw;
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 4em;
}
#national{
  position: absolute;
  top: 32vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 2.5em;
}
#natHeadMail a{
  position: absolute;
  top: 47vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 2.2em;
  text-align: center;
}
#thetatext{
  position: absolute;
  top: 156vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 2em;
  text-align: center;
  border: ridge 5px gold;
  height: 23vh;
  width: 30vw;
}
#carter{
  position: absolute;
  top: 65vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 1.4em;
  text-align: center;
}
#basilMail{
  position: absolute;
  top: 72vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 1.4em;
}
#natReg{
  position: absolute;
  top: 83vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 2.2em;
}
#natSor{
  position: absolute;
  top: 90vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 2em;
}
#natHead{
  position: absolute;
  top: 98vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 1.5em;
}
#carter2{
  position: absolute;
  top: 109vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 1.4em;
/*   border: solid green; */
  text-align: center;
}
#c2info{
  display: none;
  /* border: solid yellow; */
}
#c2infoa{
  display: none;
}
#carter2a{
  position: absolute;
  top: 112vh;
  width: 70vw;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 1.4em;
  text-align: center;
/*   border: solid blue; */
}
#eastern{
  position: absolute;
  top: 122vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 2em;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
/*   border: solid green; */
  text-align: center;
}
#patsy{
  position: absolute;
  top: 129vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70vw;
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 1.4em;
  text-align: center;
}
#eastInfo{
  position: absolute;
  top: 132.5vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 1.4em;
/*   border: solid green; */
}
#eastWeb{
  position: absolute;
  top: 130vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40vw;
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  text-align: center;
  font-size: 1.8em;
  /*border: solid green; */
}
#eastOrg a{
  position: absolute;
  top: 138vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 2em;
  text-align: center;
}
#photocred{
  position: absolute;
  top: 168vh;
  left: 1vw;
  color: #fff;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: .6em;
}

#smoove{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -75vh;
/*   border: solid 3px blue; */
}
#smoove a{
  color: #fff;
  text-shadow: 1.5px 3px 1.5px #746301;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 1em;
  text-decoration: none;
}
#footer{
  position: relative;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 16.5vw 39.75vw 43.75vw;
  column-gap: 0.5px;
  grid-template-areas:
  "one" "two" "three";
  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: rgba(188,128,193, 0.8);
}
#footerNavOne{
  position: absolute;
  top: 1vh;
  left: 3vw;
}
#footerNavOne ul li{
  list-style-type: none;
}
#footerNavOne ul li a{
  text-decoration: none;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 0.9rem;
  color: #fff;
}
#footerTwo{
  min-height: 0;
  min-width: 0;
  background-color: rgba(188,128,193, 0.8);
}
#footerNavTwo{
  position: absolute;
  top: 1vh;
  left: 20vw;
}
#footerNavTwo ul li{
  list-style-type: none;
}
#footerNavTwo ul li a{
  text-decoration: none;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 0.9rem;
  color: #fff;
}
#nspdkCred p{
  position: absolute;
  top: 7.20vh;
  left: 36.9vw;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 0.8rem;
  color: rgb(242,205,0);
  text-shadow: 1px 1px 1px red;
  z-index: 4;
}
#nspdkDelta{
  position: absolute;
  top: -6.75vh;
  left: 33vw;
  transform: scale(0.23, 0.23);
}
#footerThree{
  background-color: rgba(188,128,193, 0.8);
}
#facebookIcon{
  position: absolute;
  top: -10vh;
  left: 70%;
  transform: scale(.1, .1);
}
#copyright{
  position: absolute;
  top: 11vh;
  right: 3vw;
  width: 30vw;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 0.8rem;
  color: #fff;
  
}
.navList ul:hover .aList {
  opacity: 0.5;
}

.navList ul:hover .aList:hover {
  opacity: 1;
}

.navList ul li a {
  display: block;
}
.turn, .turn p{
  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) {
  .turn, .turn p { display:block; }
  #container { display:none; }
}
 /* (B) CORRECT ORIENTATION - SHOW CONTENT HIDE MESSAGE */
@media only screen and (orientation:portrait) {
  .turn, .turn p { display:none; }
  #container { display:block; }
}
.turn {
  position: absolute;
  height: 310%;
  width: 100%;
  background-color: black;
  z-index: 100;
}
.turn p{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 15%;
  width: 90%;
  font-family: 'Open Sans', sans-serif;
  font-size: 3em;
  text-align: center;
  color: red;
}
#nav-top, #footer{
  display: none;
}
#WhitehMenuIcon{
  display: block;
}
/*Hamburger Menu Button*/
.btn-toggle-nav{
  display: block;
  position: fixed;
  text-align: center;
  z-index: 25;
  top: 2vh;
  left: 4vw;
  cursor: pointer;
  background-image: url("images/WhitehMenuIcon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 6vh;
  width: 10vw;
  transition: all 0.4s ease-in-out;
}
#WhitehMenuIcon:hover{
  opacity: 0.8;
}
.nav-sidebar{
  position: fixed;
  display: block;
  height: calc(100vh - 8vh);
  width: 8vw;
  top: 8vh;
  bottom: 0;
  margin-left: 0;
  background-color: rgba(242, 205, 0);
  opacity: 0;
  border-top-right-radius: 25px;
  border-top: ridge 4px rgb(217, 105, 26);
  border-right: ridge 4px rgb(217, 105, 26);
  z-index: 25;
  transition: all 0.4s ease-in-out;
}
.nav-sidebar:hover{
  background-color: rgb(247, 226, 112);
}
.nav-sidebar ul{
  padding-top: 5px;
  overflow: hidden;
  visibility: hidden;
}
.nav-sidebar li{
  line-height: 2.75;
  list-style: none;
}
.nav-sidebar a{
  display: block;
  padding: 0 10px;
  font-family: 'Noto Sans Display', sans-serif;
  text-decoration: none;
  font-size: 16px;
  color: rgb(228,2,43);
  line-height: 2.75;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.nav-sidebar a:hover{
  color: rgb(165, 4, 33);
}
 
/* 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: 20px;
  color: rgb(228,2,43);
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  line-height: 3;
}
.dropdownSide-container a{
  line-height: 2;
  color: #000;
}

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

/* 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: #AFA3F7 ;
  padding-left: 8px;
}
.ayLineHeight, .yesLineHeight{
  line-height: 1;
}
 /* Optional: Style the caret down icon */ 
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
#CUp{
  top: 12vh;
  left: 50%;
  width: 80vw;
  transform: translate(-50%, -50%);
  font-size: 3.5em;
}
#theta{
  position: absolute;
  margin: 0;
  padding: 0;
  top: 35vh;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.4, 0.4);
  opacity: 0.8;
}
#basilMail{
  top: 66.5vh;
  left: 5vw;
}
#national{
  top: 28vh;
  font-size: 2em;
  width: 80vw;
  text-align: center;
  /*border: solid blue;*/
}
#natHeadMail a{
  top: 44vh;
  width: 80vw;
  color: #fff;
  font-size: 1.5em;
}
/*#thetatext{*/
/*  top: 47vh;*/
/*  font-size: 1.25em;*/
/*}*/
#carter{
  top: 63vh;
  width: 60vw;
  font-size: 1.2em;
/*   border: solid blue; */
}
#carter2a{
  top: 113vh;
}
#basilMail{
  top: 72vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1em;
/*   border: solid green; */
}
#natReg{
  top: 78vh;
  width: 90vw;
  font-size: 1.4em;
  text-align: center;
}
#natSor{
  top: 86vh;
  font-size: 1.3em;
  width: 80vw;
  text-align: center;
}
#natHead{
  position: absolute;
  top: 97vh;
  font-size: 1.3em;
  width: 100vw;
  text-align: center;
}
#carter2{
  font-size: 1.2em;
}
#c2info{
  display: none;
  /* border: solid yellow; */
}
#c2infoa{
  display: none;
}
#carter2a{
  font-size: 1.2em;
}
#eastern{
  top: 122vh;
  font-size: 1.4em;
}
#patsy{
  top: 132vh;
  font-size: 1.2em;
}
#eastInfo{
  top: 136.5vh;
  font-size: 1.1em;
}
#eastWeb{
  top: 145vh;
  width: 70vw;
  font-size: 1.4em;
}
#eastOrg a{
  top: 143vh;
  width: 80vw;
  font-size: 1.5em;
}
#thetatext{
  position: absolute;
  top: 157.25vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 1.25em;
  text-align: center;
  border: ridge 5px gold;
  height: 16.5vh;
  width: 55vw;
}
#smoove{
  display: none;
}
}





/* //////////// iPhone/Android properties end //////////// */



   /* //////////// iPad landscape mode //////////// */




@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    
#nav-top{
  background-color: rgb(242,206,18);
}
#top, .navbtn{
  display: flex;
  height: 8vh;
  width: 100%;
  padding: 0;
  justify-content: space-evenly;
  align-items: center;
}
#top li a{
  color: rgb(228,2,43);
}
.eNavbtn{
  color: rgb(228,2,43);
}
.auNavbtn{
  color: rgb(228,2,43);
}
.yesNavbtn{
  color: rgb(228,2,43);
}
.ayNavbtn{
  color: rgb(228,2,43);
}
#CUp{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 21vh;
  width: 40vw;
  font-size: 4em;
  text-align: center;
/*   border: solid blue; */
}
#national{
  position: absolute;
  top: 32vh;
  left: 50%;
  width: 80vw;
  transform: translate(-50%, -50%);
  text-align: center;
/*   border: solid blue; */
}
#natHeadMail a{
  top: 46vh;
  font-size: 2em;
}
#thetatext{
  position: absolute;
  top: 155.25vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 1.5em;
  text-align: center;
  border: ridge 5px gold;
  height: 20vh;
  width: 25vw;
}
#carter{
  position: absolute;
  top: 65vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 1.4em;
  text-align: center;
}
#basilMail{
  position: absolute;
  top: 72vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 1.4em;
}
#natReg{
  top: 83vh;
  left: 50%;
  width: 80vw;
  text-align: center;
  transform: translate(-50%, -50%);
}
#natSor{
  top: 89.25vh;
  width: 80vw;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em;
}
#natHead{
  position: absolute;
  top: 102vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 1.5em;
}
#photocred{
  top: 172vh;
  left: 2vw;
  font-size: .5em;
  /*border: solid white;*/
}
#smoove{
  bottom: -82vh;
  color: #fff;
}
#footer{
  max-height: 15vh;
  width: 100%;
  z-index: 15;
}
#copyright{
  top: 10vh;
  left: 61vw;
  width: 35vw;
  font-size: 0.8rem;
  text-align: center;
}
#facebookIcon{
  top: -10vh;
  left: 66%;
}
#nspdkCred p{
  top: 6vh;
  left: 42.5vw; 
  color: rgb(226,215,90);
}
#nspdkDelta{
  top: -7vh;
  left: 37%;
  transform: scale(0.3, 0.3);
}
#footerNavOne{
  position: absolute;
  top: 0.25vh;
  left: 3vw;
}
#footerNavTwo{
  top: 0.25vh;
}
}





/* //////////// iPad landscape mode end //////////// */




  /* //////////// iPad portrait mode //////////// */
 
 
 
  
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
#top, .navbtn{
  display: flex;
  height: 8vh;
  width: 100%;
  padding: 0;
  justify-content: space-evenly;
  align-items: center;
  font-size: 0.8em;
}
#nav-top{
  background-color: rgb(242,206,18);
}
#top li a{
  color: rgb(228,2,43);
}
.eNavbtn{
  position: relative;
  width: 10vw;
  font-size: 1.2em;
  color: rgb(228,2,43);
}
.auNavbtn{
  position: relative;
  width: 10vw;
  font-size: 1.2em;
  color: rgb(228,2,43);
}
.yesNavbtn{
  position: relative;
  width: 10vw;
  font-size: 1.2em;
  color: rgb(228,2,43);
}
.ayNavbtn{
  position: relative;
  width: 11vw;
  font-size: 1.2em;
  color: rgb(228,2,43);
}
#CUp{
  top: 17vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  font-size: 5em;
  text-align: center;
}
#national{
  top: 30vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85vw;
  font-size: 2.5em;
}
#thetatext{
  position: absolute;
  top: 154.25vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Display', sans-serif;
  color: #fff;
  text-shadow: 2px 3px 3px rgb(24, 1, 1);
  font-size: 1.5em;
  text-align: center;
  border: ridge 5px gold;
  height: 15vh;
  width: 35vw;
}
#carter{
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  font-size: 1.4em;
}
#basilMail{
  top: 54.75vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.4em;
}
#natHeadMail a{
  top: 40vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  font-size: 2.2em;
}
#natReg{
  top: 69vh;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80vw;
  text-align: center;
}
#natSor{
  top: 82vh;
  width: 90vw;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em;
}
#natHead{
  top: 89vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
}
#carter2{
  top: 100vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  font-size: 1.4em;
  text-align: center;
}
#carter2a{
  top: 102.5vh;
  width: 70vw;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 1.4em;
}
#eastern{
  top: 115vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  font-size: 2em;
}
#patsy{
  top: 127vh;
}
#eastInfo{
  top: 130vh;
}
#eastWeb{
  top: 137vh;
  width: 60vw;
}
#eastOrg{
  top: 140vh;
  width: 60%;
  text-align: center;
}
#thetatext{
  top: 154vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em;
  height: 17vh;
  width: 50vw;
}
#photocred{
  top: 172vh;
  left: 2vw;
  font-size: .5em;
  /*border: solid white;*/
}
#smoove{
  bottom: -77vh;
  /*border: solid white;*/
}
#footer{
  max-height: 15vh;
  width: 100%;
  overflow: hidden;
}
#copyright{
  top: 7vh;
  left: 63vw;
  width: 30vw;
  font-size: 0.8rem;
  text-align: center;
/*   border: solid pink; */
}
#facebookIcon{
  top: -8vh;
  left: 63%;
}
#footerNavOne ul li a, #footerNavTwo ul li a{
  text-decoration: none;
  font-size: 0.9rem;
  color: #fff;
}
#footerNavTwo{
  top: 1vh;
}
#nspdkCred p{
  top: 6vh;
  left: 41.5vw; 
  color: rgb(226,215,90);
}
#nspdkDelta{
  top: -3.75vh;
  left: 34vw;
  transform: scale(0.3, 0.3);
}
}

/* //////////// iPad portrait mode end //////////// */

