/* CSS stylesheet */


body {
  background-color: #EBEBEB);
}

header {
  background-color: #003D5B;
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
  padding: 20px 100px;
  z-index: 10000;
}

header .sticky{
  padding: 5px 100px;
  background: #003D5B;
}

header #page_title {
  position: relative;
  font-size: 2em; font-family:monospace; font-style:Consolas;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}

header svg {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 10px 40px;
  color: #EBEBEB;
  transition: 0.6s;
}

.banner {
  position: relative;
  width: 100%;
  height: 19.1vh;
}

header .sticky #page_title, header .sticky svg{
  color: #edae49;
}

p1 {
  color: #003D5B;
}

.home_picture img{
  width: 100%;
  height: 230px;
  padding: 0px 30px;
  object-fit: cover;

  align-items: center;
}
.home_text h2 {
  font-family:monospace; font-style:Consolas, bold;
  font-size: 40px;
  margin-bottom: 15px;
  text-align: center;
}

.home_text p {
  font-family:monospace; font-style:Consolas, bold;
  font-size: 26px;
  margin-top: 30px;
}

.calendar h2 {
  font-family:monospace; font-style:Consolas, bold;
  font-size: 40px;
  margin-bottom: 15px;
  text-align: center;
}

.cal_pic img{
  width: 100%;
  height: 500px;
  padding: 0px 30px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
}

/*body, .cover{
  align-items: center;
}

.cover {
  width: 900px;
  height: 400px;
  margin-top: 50px;
  display: flex;
}

.box {
  margin: 10px;
  width: 800px;
  height: 400px;
  box-shadow: -1 px 0 10px #000000;
  align-items: center;
  justify-content: center;
  text-align: center;
}*/

svg {
    width: 40px;
    height: 40px;
  }

.button{
  background-color: #00798C;
  padding: 15px;
  margin-left: 5px;
  margin-left: 5px;
  border-radius: 5px;
}

.big-btn{
  padding: 20px;
  bottom: 10px;
}

.button:hover{
  transition: 1s;
  background-color: #edae49;
}

.button, a{
  transition: 1s;
  color: #EBEBEB;
}

.button, a:hover {
  transition: 1s;
  color: white;
  text-decoration: none;
}

a.button.active{
  transition: 1s;
  background-color: #edae49 !important;
}

.blue-btn{
  background-color: #00798C !important;
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (max-width: 700px){
  #button_title {
    display:none;
  }

  #title {
    color: #EBEBEB;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 30px; font-family:monospace; font-style:Consolas;
  }
}

@media only screen and (min-width: 701px){
  #button_title {
    color: #EBEBEB;
  }

  #title {
    color: #EBEBEB;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 40px; font-family:monospace; font-style:Consolas;
  }
}

.tab-pane {
  margin: 0px 10px;
}

.wrapper {
  box-sizing: border-box;
  font-family:monospace; font-style:Consolas;
  margin: 5% 0;
  justify-content: center;
}

.wrapper h2 {
  font-family:monospace; font-style:Consolas, bold;
  font-size: 52px;
  margin-bottom: 60px;
  text-align: center;
}

.wrapper h6 {
  font-family:monospace; font-style:Consolas, bold;
  font-size: 32px;
  margin-bottom: 60px;
  text-align: center;
}

.team {
  display: flex;
  text-align: center;
  width: auto;
  justify-content: center;
  flex-wrap: wrap;
}

.team .team_member {
  background-color: #edae49;
  margin: 5px;
  margin-bottom: 50px;
  width: 300px;
  padding: 20px;
  line-height: 20px;
  color: #fff;
  position: relative;
}

.team .team_member h3 {
  color: #003D5B;
  font-size: 26px;
  margin-top: 50px;
}

.team .team_member p.role {
  color: #EBEBEB;
  font-size: 12px;
  text-transform: uppercase;
  margin: 12px 0;
}

.team .team_member .team_image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: #edae49;
}

.team .team_member .team_image img{
  width: 100px;
  height: 100px;
  padding: 8px;
  border-radius: 50%;
  object-fit: cover;
  display: flex;
}

.team .team_member .med_image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: #edae49;
}

.team .team_member .med_image img{
  width: 100px;
  height: 100px;
  padding: 8px;
  border-radius: 50%;
  object-fit: cover;
  display: flex;
}

.bloat{
  padding: 10vh;
}

footer{
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 10px;
}

.nav-buttons {
  background-color: #003D5B;
  display: flex;
  justify-content: center;
  height: 60px;
}
