html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;    
}


.sticky-top {position: fixed;} /*Keep Nav Visible*/


.navbar .megamenu{ padding: 1rem; }
.navbar {box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0; background: rgba(4, 30, 66, 0.9); }

}    
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
      overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }


}

.dropdown-menu{
	border-bottom: 1px solid #041e42;
    border-radius: 0rem;
    border-width: 0px;
	
    }

.bg-dark {
    background-color: rgba(4,30,66,0.9)!important;
}

@media (min-width: 992px) {
  .nav-item {    
    padding-left: 1rem;
  }
}

.nav-link {
    font-weight: 600;    
    color: #ffffff;    
}

  @media (min-width: 768px) { 
    .nav-link {
    font-size: 1.1vw;
  }
    }

.nav-link:hover {    
    color: #bfa75f;
    text-decoration: underline;
}

.nav-link:focus {    
    color: #d7c591;
    text-decoration: underline;
}

.dropdown-toggle:after { content: none }

/* ============ mobile view .end// ============ */

.square {
  position: relative;
  width: 90%;  

}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* =BUTTON= */
.button-53 { 
  background-color: #bfa75f; 
  border: 0 solid #041e42; 
  box-sizing: border-box; 
  color: #000000; 
  display: flex; 
  font-size: 1.3rem; 
  font-weight: 800; 
  justify-content: center; 
  line-height: 1.4rem; 
  padding: .75rem 1.65rem; 
  position: relative; 
  text-align: center; 
  text-decoration: none #000000 solid; 
  text-decoration-thickness: auto; 
  width: 100%; 
  max-width: 300px; 
  position: relative; 
  cursor: pointer; 
  transform: rotate(-2deg); 
  user-select: none; 
  -webkit-user-select: none; 
  touch-action: manipulation;
  margin:auto;
  padding-top: 25px; } 

.button-53:focus { 
    outline: 0; 
    } 

.button-53:after { 
    content: ''; 
    position: absolute; 
    border: 1px solid #041e42; 
    bottom: 6px; 
    left: 6px; 
    width: calc(100% - 1px); 
    height: calc(100% - 1px); 
  } 
  
.button-53:hover:after { 
  bottom: 2px; 
  left: 2px; 
  } 

  @media (min-width: 768px) { 
    .button-53 { 
      padding: .75rem 3rem; 
      font-size: 1.3rem; 
    } 
  }

.mainheadertext {
  font-size: 7vw; 
  line-height: 1.0; 
  text-shadow: 4px 4px 10px rgba(0,0,0,1.0); 
  font-weight: 800; 
  color: white;
}

@media (max-width: 768px) { 
    .mainheadertext {
     font-size: 14vw;       
    } 
  }


.importanttext {
  font-size: 2vw; 
  line-height: 1.0; 
  text-shadow: 4px 4px 10px rgba(0,0,0,1.0); 
  font-weight: 800; 
  color: white;
}

/*==CALENDARS PARALLAX==*/
  .parallax {
  /* The image used */
  background-image: url("img/graduationwalk.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*==FOOTER PARALLAX==*/
  .parallax2 {
  /* The image used */
  background-image: url("img/footer-background.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.zoom {
   transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoomsm {
   transition: transform .2s; /* Animation */
}

.zoomsm:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.opacityHover {
   opacity: 0.5;
   transition: opacity .2s; /* Animation */   
}

.opacityHover:hover {
  opacity: 1.0;
}

.navbar {
	  padding-top:20px;
	  padding-bottom:20px;
	  transition: 0.4s;
	  border-bottom: 2px solid #bfa75f;
}

.affix {
    padding: 5px;
    background-color: rgba(4,30,66,0.9)!important;
}

.offcanvas {
	background:#041e42;
}

.navlist {
  list-style-type: none;
  padding-left: 35px;
  padding-bottom: 20px;  
}

.navlist li{
  padding-top:5px;
  padding-bottom:5px;
  border-bottom: 1px solid #466b9d;
  transition: 0.3s;
  color: #ffffff;
}

.navlist li:hover{
  background: #041e42;
  font-weight: 600;
  color: #bfa75f;    
  text-indent: 10px;
}

.custom-shape-divider-bottom-1675452204 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1675452204 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 81px;
}

.custom-shape-divider-bottom-1675452204 .shape-fill {
    fill: #f4f4f4;
}

.custom-shape-divider-top-1675798043 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1675798043 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 41px;
}

.custom-shape-divider-top-1675798043 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-bottom-1675798137 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1675798137 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 41px;
}

.custom-shape-divider-bottom-1675798137 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-top-1675800007 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1675800007 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 56px;
}

.custom-shape-divider-top-1675800007 .shape-fill {
    fill: #FFFFFF;
}

.hidden {
	visibility:hidden;
}

.gone {
	display:none;
}

/*STAFF FACULTY DIV STYLES*/
.staffFacultyBox img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.staffFacultyBox:hover img {
    transform: scale(1.1);
}

/*DOCUMENT AREA*/

.documentlist {
  list-style-type: none;
  padding-left: 35px;
  padding-bottom: 20px;  
}

.documentlist li{
  padding-top:5px;
  padding-bottom:5px;
  border-bottom: 1px solid #466b9d;
  transition: 0.3s;
  color: #ffffff;
}

.documentlist li:hover{
  background: #041e42;
  font-weight: 600;
  color: #bfa75f;    
  text-indent: 10px;
}