/*VARIABLES START*/

:root {
  --main: #4b6c9e;
  --secondary: #3A4F63;
  --third:#ffffff;
  --fourth:#E6E6E6;
  --fifth:#808080;
  --links: #ffffff;
  --links_hover: #4b6c9e;

}
/*VARIABLES START*/

/*HEADERS START*/
h1 {
  font-size: 30px;
  font-weight: bold;
  color:var(--third);
}

h2 {
  font-size: 25px;
  font-weight: bold;
  text-align:center;
  color:var(--third);
  background-color: var(--main);
}

h3 {
  font-size: 15px;
  font-style: italic;
  text-align:center;
  color:var(--fifth);
}
h4 {
  font-size: 30px;
  font-weight: bold;
  text-align:center;

}
.header{
     font-size: 25px;
  font-weight: bold;
  text-align:center;
  color:var(--third);
  background-color: var(--fifth);
}
.header2{
  font-size: 50px;
  font-weight: bold;
  text-align:center;
  background-color: var(--fifth);
}
.header button,.header a{
  font-size: 25px;
  font-weight: bold;
  text-align:center;
  color:var(--third);
  padding:2px;

}
.header2 button,.header2 a{
  font-weight: bold;
  text-align:center;
  color:white;
  padding:2px;

}
.staff_label{
   font-size: 16px;
   font-weight: bold; 
}
/*HEADERS END*/

/*BUTTON START*/
.button {
    background-color: var(--third);
    color: var(--main);
    border-width: thin;
    border-color: var(--main);
}
.button:hover {
    background-color: var(--main);
    color: var(--third);
    border-width: thin;
    border-color: var(--third);
}
.button2 {
    background-color: green;
    color: white;
    border-width: thin;
    border-color: white;
    font-weight: bold;
    text-align:center;
    font-size: 40px;
    
}
.button3 {
    background-color: red;
    color: white;
    border-width: thin;
    border-color: white;
    font-weight: bold;
    text-align:center;
    font-size: 40px;
    
}
.button4 {
    background-color: purple;
    color: white;
    border-width: thin;
    border-color: white;
    font-weight: bold;
    text-align:center;
    font-size: 40px;
    
}
/*BUTTON END*/

/*HEADER SECTION START*/
.hero-section {
  background: url("https://images.unsplash.com/photo-1615309662243-70f6df917b59?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1080&q=80") 50% no-repeat;
  background-size: cover;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-section .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}

@media screen and (max-width: 39.9375em) {
 .hero-section {
   height: 120px;
 
  }
}

@media print, screen and (min-width: 40em) {
 .hero-section {
   height: 120px;
 
  }
}
/*HEADER SECTION END*/

/*NAVIGATION START*/
.top-bar,.title-bar{
    background-color: var(--main);
    padding: 15px;
   
}

.title-bar .menu-icon {
    margin-left: 46%;
    
    
}
.dropdown.menu > li > a ,.accordion-menu a{
    background-color:  var(--main);
    color:  var(--third);
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after,.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
 border-color: var(--third) transparent transparent;   
 right: 0;
}    

.accordion-menu .is-accordion-submenu a {
    background-color: var(--fourth);
    width: 90vw;
    color:  var(--main);
}

@media screen and (max-width: 39.9375em) {
  .no-js .top-bar {
    display: none;
  }
}

@media print, screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none;
  }
}

[data-sticky] {
  width: 100%;
}

.sticky-container {
  z-index: 5;
}


/*NAVIGATION END*/

/*TABLES START*/

td.table_center , th.table_center{
text-align: center!important; 
}

td.table_right , th.table_right{
text-align: right!important; 
}
/*TABLES END*/
