.bck_img{
  height: 100vh;
  padding-top: 30px;
}

.bck_img_skin{
  height: 200vh;
  padding-top: 30px;
}


/* Fixed sidenav, full height */
body {
  font-family: "Lato", sans-serif;
}

* {
  box-sizing: border-box;
}

.row {
  display: flex;
}

.row2 {
  display: block;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 10px;
  height: 100vh; /* Should be removed. Only for demonstration */
}


/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  top: 20px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 36px;
  display: none;
  overflow: hidden;
  background-color: #fcfcfc;
}

.rightcol{
  float: right;
  top: 20px;
  left: 10px;
  width: 40%;
}

.tab {
  display: inline-block;
  margin-left: 20px;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?yotorx');
  src:  url('fonts/icomoon.eot?yotorx#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?yotorx') format('truetype'),
    url('fonts/icomoon.woff?yotorx') format('woff'),
    url('fonts/icomoon.svg?yotorx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-head:before {
  content: "\e902";
}
.icon-ovaries:before {
  content: "\e900";
}
.icon-intestine:before {
  content: "\e901";
}


.icon-bar {
  width: 100%;
  background-color: #000;
  overflow: auto;
}

.icon-bar a {
  float: left;
  width: 12.5%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 36px;
}

.icon-bar a:hover {
  background-color: black;
}

.active {
  background-color: #04AA6D;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

.imgbox1 {
    display: block;
    height: 100vh;
    text-align: center}

.center-fit {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;}

.hover_group:hover {
  opacity: 1;}

#svg1 {
  position: relative;
  height: 100%;
  vertical-align: middle;
  margin: 0;}

#svg1 svg {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}