/*  
    Stylesheet for lab main website
    Updated for Summer I 2013
    Updated in October 2019 by Chase Boone
*/

/****************  Standard html elements  *********************/
@font-face {
  font-family: "fut_Md";
  src: url("../css/fonts/FuturaStd-Medium.otf");
}

@font-face {
  font-family: "fut_B";
  src: url("../css/fonts/FuturaStd-Bold.otf");
}

@font-face {
  font-family: "fut_EB";
  src: url("../css/fonts/FuturaStd-ExtraBold.otf");
}

@font-face {
  font-family: "fut_EBO";
  src: url("../css/fonts/FuturaStd-ExtraBoldOblique.otf");
}

@font-face {
  font-family: "fut_H";
  src: url("../css/fonts/FuturaStd-Heavy.otf");
}

@font-face {
  font-family: "fut_MO";
  src: url("../css/fonts/FuturaStd-MediumOblique.otf");
}

@font-face {
  font-family: 'mont';
  src: url('./fonts/Montserrat-VariableFont_wght.ttf')
  format('truetype');
  font-weight: 1 999;
}

html,
body,
main,
footer {
  scrollbar-face-color: #5d1725;
  scrollbar-highlight-color: white;
  font-family: mont;
  margin: 0;
  padding: 0;
}

nav {
  font-family: mont;
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 700;
  color: #5d1725;
}

nav div.dropdown-menu {
  font-family: mont;
}

.nav-pills {
  --bs-nav-pills-link-active-bg: #007FA3;
  --bs-nav-link-color: #007FA3;
  --bs-nav-link-hover-color: #007FA3;
}

hr {
  border-color: white;
  background-color: #5d1725;
  height: 2px;
}

h1 {
  text-align: center;
  color: #5d1725;
  font-size: 62px;
  font-family: fut_B;
}

h2 {
  text-align: center;
  color: #5D1725;
  padding: 0px 15px;
  font-family: mont;
  font-weight: 700;
}

h3 {
  text-align: center;
  color: #5d1725;
  padding: 0px 15px;
  font-family: mont;
}

h4 {
  /* text-align: center; */
  color: #5D1725;
  padding: 0px 15px;
  font-family: mont;
  font-weight: 700;
}

h5 {
  text-align: center;
  color: #5D1725;
  padding: 0px 15px;
  font-family: mont;
}

strong {
  font-weight: 700;
}

img {
  border: 0;
  margin: 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

td a img {
  width: 80%;
}

/*
.top_container
{
   width:                  100%;
   height:                 195px;
   font-size:              50;
   text-shadow:            2px 2px 0.1em #5D1725;
   text-align:             right;
   background-image:       url('/images/Howell.jpg');
   background-size:        100%;
   background-repeat:      no-repeat;
   opacity: 0.3;
}
*/

/*---------- Custom classes and id styles -----------*/

div #box {
  border: solid 2px black;
  border-radius: 0px;
}

div #section_heading {
  display: inline-block;
  border: black;
  border-radius: 0px;
  position: relative;
  top: -2px;
  left: -2px;
  font-family: mont;
  font-weight: 700;
  background-color: black;
  color: white;
  font-size: x-large
}

.top_img {
  height: 195px;
  display: block;
  position: relative;
}

.top_img::after {
  content: "";
  background: url("../images/header.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.4;
  top: -365px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.top_img img {
  position: absolute;
  width: 35%;
  margin-left: 32.5%;
  margin-top: 50px;
}

#list_team {
  width: 50%;
  margin: auto;
}

#banner {
  background-color: #5D1725;
  color: white;
}

/************************ Table formatting ***************************/

table {
  font-size: 12px;
  /* font-family: Arial, Helvetica, sans-serif; */
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: #eee;
  text-decoration: none;
  border-collapse: collapse;
  empty-cells: hide;
  -moz-box-shadow: 0 0 0 0 #5d1725;
  -webkit-box-shadow: 0 0 0 0 #5d1725;
  box-shadow: 0 0 0 0 #5d1725;
  text-align: center;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}

th div.heading {
  font-family: mont;
}

th div.heading,
.footnote {
  color: white;
}

td div.heading,
.footnote,
.footnote a {
  color: white;
  font-weight: bold;
}

td,
th {
  width: 14.28%;
  border: 1px solid black;
  background-clip: padding-box;
}

table tr:first-child th:first-child {
  border-radius: 15px 0 0 0;
}

table tr:first-child th:last-child {
  border-radius: 0 15px 0 0;
}

table tr td:first-child {
  background-color: #5d1725;
  color: white;
}

.ph1011,
.ph1021,
.ph1113,
.ph1123,
.ph1133,
.ph2223,
.ph2233 {
  color: #5d1725;
  cursor: hand;
  text-decoration: none;
  text-align: center;
  height: 40px;
}

.date {
  color: #5d1725;
  font-size: 15px;
  font-weight: bold;
  width: 14%;
  /*padding-bottom:  3px;*/
  -right: 1px solid #5d1725;
}

.heading {
  font-size: 28px;
  font-weight: bold;
  color: black;
  border: none;
}

.help {
  color: white;
  font-size: 17px;
}

.sidenote {
  cursor: help;
  color: black;
  font-size: 10px;
  font-weight: bold;
}

.labnum {
  color: blue;
  font-weight: bold;
  font-size: 12px;
}

@media screen and (max-width: 1920px) {
  table {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }

  table .heading {
    font-size: 28px;
  }

  div#list_team div.col-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important;
  }

  div#list_team div.col-3 img {
    width: 100%!important;
  }
}

@media screen and (max-width: 1200px) {
  .top_img::after {
    top: -350px;
    left: -225px;
  }

  .top_img img {
    width: 50%;
    margin-left: 25%;
    margin-top: 70px;
  }
  
  h3 {
    font-size: 1.4rem;
  }

  table .heading {
    font-size: 20px;
  }

  table {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  div#list_team div.col-3 {
    margin-right: .75rem!important;
    margin-left: .75rem!important;
  }
}

@media screen and (max-width: 790px) {
  .top_img img {
    width: 80%;
    margin-left: 10%;
    margin-top: 70px;
  }
 
  .top_img::after {
    top: -350px;
    left: -225px;
}
  
  h3 {
    font-size: 1.2rem;
  }
  
  #list_team {
    font-size: 12px;
    width: 100%;
  }

  div#list_team div.col-3 {
    margin-right: .5rem!important;
    margin-left: .5rem!important;
  }

  table {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 10px;
    border-radius: 0;
  }

  table tr:first-child th:first-child,
  table tr:first-child th:last-child {
    border-radius: 0;
  }

  table .heading {
    font-size: 14px;
  }

  .ph1011,
  .ph1021,
  .ph1113,
  .ph1123,
  .ph1133,
  .ph2223,
  .ph2233,
  .help,
  .footnote,
  .sidenote,
  .labnum,
  .date {
    font-size: 10px;
  }

  .dropdown-menu .dropdown-menu{
    margin: 1rem auto 0; padding-bottom: 0;
    border: none; border-top: 2px #ccc solid;
    border-radius: 0;
  }
  .dropdown-menu .dropdown-item{
    padding: 0.5rem 1rem;
  }
}

@media screen and (max-width: 500px) {
  h3 {
    font-size: 1rem;
  }

  h1 {
    font-size: 2.8rem;
  }

  #list_team {
    font-size: 8px;
    width: 100%;
  }

  table {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 8px;
    border-radius: 0;
  }

  table tr:first-child th:first-child,
  table tr:first-child th:last-child {
    border-radius: 0;
  }

  .ph1011,
  .ph1021,
  .ph1113,
  .ph1123,
  .ph1133,
  .ph2223,
  .ph2233,
  .help,
  .sidenote,
  .labnum,
  .date {
    font-size: 6px;
  }

  .top_img::after {
    top: -50px;
    left: -225px;
  }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/*table_msstate {
    font-size:              12px;
    width:                  20%;
    background-color:       rgb(100%, 90%, 91%);
    text-decoration:        none;
    border-collapse:        collapse;
    empty-cells:            hide;
    -moz-box-shadow:        0 0 5px 5px #5D1725;
    -webkit-box-shadow:     0 0 5px 5px #5D1725;
    box-shadow:             0 0 5px 5px #5D1725;
    -moz-border-radius:     15px;
    -webkit-border-radius:  15px;
    border-radius:          15px;
}*/

/***************  For Table Highlighting  ***********************/

td[onclick]:hover {
  color: #5d1725;
  text-decoration: underline;
  /* border:              .5px solid #5D1725; */
  cursor: pointer;
  -moz-box-shadow: 0 0 2px 2px #5d1725;
  -webkit-box-shadow: 0 0 2px 2px #5d1725;
  box-shadow: 0 0 2px 2px #5d1725;
}

tr:hover {
  background-color: #bdd6e6;
}

img:hover {
  background: none;
}

img[alt] {
  visibility: visible;
}

/***************  Local classes  ********************************/

.standard {
  border: 1px solid #5d1725;
  text-align: left;
  /* -moz-border-radius:     15px;
    -webkit-border-radius:  15px;
    border-radius:          15px; */
}

.bottomBox {
  background: #5d1725;
  position: absolute;
  width: 50%;
  min-height: 200px;
  box-shadow: none;
}

.centered {
  /* border: 1px solid black; */
  text-align: center;
  /* -moz-border-radius:     15px;
    -webkit-border-radius:  15px; */
  /* border-radius:          15px; */
}

.There {
  font-size: 16px;
  z-index: 100;
  display: block;
  border: 1px solid white;
  background-color: #5d1725;
  position: relative;
  margin: 10px;
  padding: 0px;
  width: 225;
}

.break {
  color: black;
}

/*
.ph1133
{
   display:  none;
}
*/

.rightSide {
  position: relative;
  float: right;
  color: #5d1725;
  font-weight: 800;
}

rightSide[onclick]:hover {
  box-shadow: 0 0 2px 2px;
}

.rightSide > a {
  border-style: solid;
  border-width: 1px;
  cursor: hand;
}