* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Dosis', sans-serif;
}

body {
  background-color: #1e1e2e;
  color: #bac2de;
}

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #181825; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #b4befe; 
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8caaee; 
  transition: all 0.3s ease 0s;
}


.header {
  height: 80px;
  font-size: 30px;
  color: #cdd6f4;
  background-color: #181825;
  width: 100%;
  background-size: cover;
  position: fixed;
  margin: 0;
  display: flex;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  z-index: 100;
  transition: all 0.3s ease 0s;
}


.header-button {
  line-height: 80px;
  text-transform: uppercase;
  background-color: transparent;
  display: flex;
  color: #7f849c;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  border: transparent;
  font-size: 20px;
  position: left;
  font-weight: 300;
  transition: all 0.3s ease 0s;
}

.header-button:hover {
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color: #b4befe; 
}

.header-button:active {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.header-button-padding {
  padding-left: 0px;
  padding-right: 0px;
}

#header-text {
  line-height: 80px;
  font-weight: 500;
  padding-left: 50px;
  padding-right: 50px;
}

#header-end {
  line-height: 70px;
  font-weight: 200;
  padding-right: 50px;
  color: #cdd6f4;
}

#header-space {
  padding-top: 40px
}

#selected {
  color: #cdd6f4;
}

.left {
  padding-right: 0;
  display: flex;
  width: 90%;
}

.right {
  display: flex;
  padding-left: 10px;
}


.right .search {
  margin: auto;
  text-align: left;
  height: 30px;
  background-color: transparent;
  border: none;
  color: #45475a;
  border-bottom: 2px solid #45475a;
  font-size: 20px;
  margin-right: 30px;
  width: auto;
  display: inline-block;
}

.right .search:focus {
  color: #cdd6f4;
  border-bottom: 2px solid #89b4fa;
}


.btn-1 {
  background-color: #89b4fa;
  border: none;
  color: #cdd6f4;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  height: 35px;
  border-radius: 10px;
  margin-right: 20px;
  transition: all 0.3s ease 0s;
  width: auto;
  display: inline-block;
}


.btn-1:hover {
  opacity: 0.7;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.footer {
  background-color: #181825;
  font-size: 30px;
}

.footer-in {
  padding: 80px 200px 0px 200px;
}

.watermark {
  color: #45475a;
  font-size: 20px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #45475a;
  
}

strong {
  font-weight: 600;
}

.top {
  height: 40vh;
  background-image: linear-gradient(rgba(245, 194, 231, 0.7), rgba(140, 170, 238, 0.5)), url("https://cdn.discordapp.com/attachments/1075302441718919279/1117096636187947149/2023-05-11_20.02.29.png");
}


.main {
  box-shadow: 0 0 50px rgba(35,38,52,0.7);
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 13vw;
  padding-right: 13vw;
}

#welcome-main {
  color: #d7e0fe;
  text-shadow: 1px 1px 10px rgba(49, 50, 68,0.7);
  padding-top: 12vh;
  font-size: 110px;
  font-weight: 800;
}

#welcome-bottom {
  color: #cdd6f4;
  margin-top: 10px;
  font-size: 50px;
  font-weight: 500;
}

p {
  font-size: 35px;
  font-weight: 400;
}

h1 {
  font-size: 45px;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #b4befe;
  transition: all 0.3s ease 0s;
}

a:hover {
  opacity: 0.5;
  transition: all 0.3s ease 0s;
}

main {
  min-height: calc(100vh - 400px);
}

.box {
  margin: 20px;
  background-color: #191929;
  padding: 20px 20px 0 20px;
  border-radius: 1rem;
  box-shadow: 0 5px 10px rgba(17, 17, 27,0.4);
  text-align: left;
  font-size: 30px;
}
.bottom-box {
  background-image: linear-gradient(to bottom, #c94444 0%, #ab3838 100%);
  font-weight: 350;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 -20px;
  border-radius: 0 0 1rem 1rem;
  border: 0px solid crimson;
}

.content {
  font-size: 30px;
  margin: 0 auto;
  text-align: center;
  width: 75%;
}

.column {
  width: 33%;
  display: inline-block;
  padding-right: 30px;
  padding-left: 30px;
}

.table{
  border-spacing:0;
  border: none;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
  color: #bac2de;
  font-size: 25px;
}
.table th {
  font-weight: bold;
  padding: 0;
  background: #181825;
  border: none;
}
.table td{
  font-weight: 600;
  padding: 0;
  border: none;
  text-align: left;
  height: 55px;
}
.table tbody tr:nth-child(odd){
  background: #181825;
  padding: 0;
}
.table tbody tr:nth-child(even){
  background: #141421;
  padding: 0;
}


.staff-member {
  width: 250px;
  margin: 20px;
  display: inline-block;
}


.staff-member-name {
  display: block;
  margin-top: 10px;
  font-size: 30px;
}

.staff-category {
  display: block;
  margin-top: 30px;
}
