html {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20pt;
  font-size: 10pt;
  background-color: #000;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  color: #e5e0da;
  overflow: hidden;
  background-color: #000;
}

#videobg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../imgs/bg.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

#video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
}

#video_gradient {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00000000",GradientType=0);
}

#content {
  position: absolute;
  width: 50%;
  max-width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0;
  z-index: 4;
}

#mobile_content {
  display: none;
}

#menu {
  position: relative;
  float: left;
  width: 100%;
}

#menu_content {
  float: left;
  position: relative;
  width: 88.5%;
  margin-left: 11.5%;
}

#menu_left {
  float: left;
}

#menu_right {
  position: absolute;
  bottom: 0;
  right: 11.5%;
}

#menu ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  color: #e5e0da;
}

#menu li {
  float: left;
  padding: 0.25rem 0px;
  margin: 0px 1.4rem;
  min-width: 5.5rem;
  text-align: center;
  border-bottom: 0.23rem solid rgba(0, 0, 0, 0);
}

#menu li:last-child {
  margin-left: 1.4rem;
  margin-right: 0px;
}

#menu li:hover {
  cursor: pointer;
}

#menu li:hover,
#menu .li_active 
{
  color: #c2996b;
  border-bottom: 0.23rem solid #c2996b;
}

#menu_left_line
{
  float: left;
  width: 10%;
  height: 52px;
}

#menu_logo_spacing
{
  float: left;
  width: 1.5%;
  height: 1px;
}

#menu_right_line
{
  float: none;
  overflow: hidden;
  height: 52px;
}

#menu_logo_line_display
{
  width: 100%;
  height: 1px;
  margin-top: 51px;
  background-color: #c2996b;
}

#logo {
  float: left;
  position: relative;
  bottom: -2rem;
}

#logo:hover {
  cursor: pointer;
}

#logo img {
  float: left;
  height: 52px;
}

#content_container {
  float: left;
  width: 77%;
  margin-left: 11.5%;
  margin-right: 11.5%;
  padding-top: 5.1rem;
  display: none;
}

@keyframes mymoveclose {
  from {
    margin-bottom: 0%;
  }
  to {
    margin-bottom: -100%;
  }
}

.content_container_inactive {
  margin-bottom: -100%;
}

@keyframes mymoveopen {
  from {
    margin-bottom: -100%;
  }
  to {
    margin-bottom: 0%;
  }
}

.content_container_active {
  display: grid !important;
  margin-bottom: 0%;
  animation-name: mymoveopen;
  animation-duration: 0.3s;
}

.content_container_inactive_animation {
  margin-bottom: -100%;
  animation-name: mymoveclose;
  animation-duration: 0.3s;
}

#bottom_filler {
  display: block;
  float: left;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  height: 9rem;
}

.bottom_filler_inactive {
  height: 0px !important;
  transition: height 0.3s;
}

h3 {
  margin: 0px;
  margin-bottom: 3rem;
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #c2996b;
}

p {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.65rem;
  line-height: 2.4rem;
  color: #e5e0da;
  margin: 0;
  padding: 0;
}

.single_content {
  grid-row-start: 1;
  grid-column-start: 1;
  visibility: hidden;
}

.page_active {
  visibility: visible !important;
}

.profile_pictures {
  float: left;
  width: 100%;
}

.profile_picture {
  float: left;
  width: 11%;
  margin-right: 6.8%;
  border: 1px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.profile_picture_last {
  margin-right: 0;
}

.profile_picture:hover {
  cursor: pointer;
}

.profile_picture:hover,
.profile_picture_active,
.profile_picture_visible {
  cursor: pointer;
  border-color: #c2996b;
}

.profile_picture_inside {
  float: left;
  width: 100%;
  height: 100%;
}

.profile_content {
  float: left;
  width: 100%;
  display: grid;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.profile {
  grid-row-start: 1;
  grid-column-start: 1;
  width: 35.14%;
  visibility: hidden;
}

.profile_2 {
  margin-left: 17.8%;
}

.profile_3 {
  margin-left: 35.6%;
}

.profile_4 {
  margin-left: 53.4%;
}

.profile_5 {
  margin-left: 71.2%;
  width: 28.8%;
}

.profile_6 {
  margin-left: 71.2%;
  width: 28.8%;
  text-align: right;
}

.profile_active,
.profile_visible {
  visibility: inherit;
}

.profile_name {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.profile_role {
  color: #c2996b;
  font-size: 18px;
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2rem;
}

.profile_desc {
  margin-top: 1.9rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2rem;
}

.contact_container {
  position: relative;
  height: 85%;
  text-align: center;
}

.contact_center {
  margin: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
}

.email_title {
  font-weight: 500;
  font-style: normal;
  font-size: 1.65rem;
  margin-bottom: 1.875rem;
}

.email_link {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  color: #c2996b;
}

.contact_copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.2rem;
}

.text_content {
  float: left;
  max-width: 70%;
}

#mobile_content
{
	display: none;
}


#landscape_mode
{
	display: none;
	position: fixed;
  bottom: 10%;
  left: 0;
  width: 100%;
  font-size: 2.2rem;
  text-align: center;
  z-index: 5;
}

@media only screen and (max-width: 1920px) {
  #content {
    width: 1152px;
  }
}

@media only screen and (max-width: 1152px) {
  #content {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  html {
    font-size: 1.3vh;
  }

  body {
    overflow: hidden;
  }

  #content {
    display: none;
  }

  #mobile_content {
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    display: block;
    height: 100%;
    z-index: 4;
    scroll-snap-type: y mandatory;
  }

  .single_content {
    visibility: visible;
    position: relative;
    grid-row-start: none;
    grid-column-start: none;
    height: 100%;
    width: 100%;
    float: left;
    scroll-snap-align: start;
  }

  .single_content_center {
    position: relative;
    width: 100%;
    height: 80%;
    top: 10%;
    left: 0;
  }

  .text_content {
    max-width: unset;
    width: 78%;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
    position: absolute;
  }

  h2 {
    font-family: "Libre Bodoni", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 1.8rem;
    text-decoration: underline;
    margin-bottom: 4.2rem;
    color: #c2996b;
    text-underline-offset: 0.4rem;
  }

  h3 {
    font-size: 2.3rem;
    text-align: center;
  }

  p {
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-align: center;
  }

  .header {
    position: fixed;
    top: 5%;
    left: 0;
    width: 80%;
    margin-left: 10%;
  }

  .scroll_down {
    position: fixed;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 6%;
  }

  .profile_picture {
    width: 31%;
    margin-left: 34.5%;
  }

  .profile {
    width: 80%;
    margin-left: 10%;
    text-align: center;
  }

  .profile_role {
    width: 90%;
    margin-left: 5%;
    margin-top: 0.5rem;
    font-size: 2rem;
  }

  .profile_container_center {
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
    position: absolute;
    width: 100%;
  }

  .contact_center {
    top: 20%;
    transform: translate(-50%, 0%);
  }

  .email_title {
    margin-top: 14rem;
  }

  #menu_navigation {
    bottom: 13%;
    position: absolute;
    width: 100%;
  }

  #menu_navigation ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    text-align: center;
    font-size: 2rem;
    font-family: "Libre Bodoni", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

  #menu_navigation li {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
  }

  .profile_content {
    margin-top: 3rem;
  }

  .profile_name {
    font-size: 2.3rem;
  }

  .profile_desc {
    margin-top: 3.9rem;
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .contact_container {
    height: 100%;
  }

  .contact_copyright {
    bottom: 10%;
  }
}

@media only screen and (max-width: 992px) and (orientation: landscape) 
{
	#content
	{
		display: none;
	}

	#mobile_content
	{
		display: none;
	}

	#landscape_mode
	{
		display: block;
	}
}