*{
  margin: 0;
  padding: 0;
  font-family: 'Aptos Display', sans-serif;
}
body {
  height: 100%;
  background: white;
  background-size: cover;
  overflow-x: hidden;
}
#body {
  padding-top: 130px;
  padding-bottom: 50px;
  height: 100%;
  background: white;
  background-size: cover;
}
#header{
  background-color: #d8e1e8;
  padding: 0;
  color: #183e6d;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  height: 130px;
  width: 100%;
  position: fixed;
  z-index: 1000;
  overflow-x: hidden;
}

.changeColourOnHover {
    background: none;
    border: none;
    margin-right: 5px;
}

.headerHolder {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.headerLogo {
  margin-left: calc(7.5% - 64px);
  height: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.headerTextHolder {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  flex: 1;
  margin-right: 8.75%;
  margin-left: 40px;
}

.headerText {
  padding: 15px 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background-color: inherit;
  color: #424244;
  font-size: 1.6em;
  font-family: 'Calibri Light';
  font-weight: 600;
  text-decoration: none;
  transition: all 0.23s ease;
}

.headerText p {
    margin: 0;
}

.glyphicon {
    top: 0;
    padding-right: 10px;
    padding-bottom: 5px;
}

.headerText:hover {
  background: #f1f1f2;
  color: #424244;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  text-decoration: none;
  transform: 0.3s ease;
}


.log_out_btn{
  margin: 15px;
  padding: 7px;
  float: right;
  border-radius: 10px;
  border-color: inherit;
}
