Difference between revisions of "Template:Cologne-Duesseldorf/css"

 
(237 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
 +
<head>
 
<style>
 
<style>
@import url('https://fonts.googleapis.com/css?family=Lato|Roboto|Quicksand');
+
 
/******Wiki Styles*************************************/
+
@import url('https://fonts.googleapis.com/css?family=Quicksand');
+
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
html {
+
@import url("https://cdn.jsdelivr.net/genericons/3.0.3/genericons.css");
font-size: 16px;
+
/************************************************************************
}
+
Wiki Overrides
body {
+
************************************************************************/
background-color: #fff;
+
#top_menu_under {
font: medium sans-serif;
+
  display: none;
color: black;
+
  position: relative;
margin: 0;
+
  width: 100%;
/*margin-top: 20px;*/
+
  height: 0;
+
}
margin-top: 18px;
+
#top_menu_14 {
padding: 0;
+
  position: fixed;
}
+
  width: 100%;
#globalWrapper {
+
  top: 0px;
position: relative;
+
  left: 0px;
font-size: 100%;
+
  height: 16px;
width: 100vw;
+
  background-color: #383838;
margin: 0;
+
  border-bottom: 2px solid black;
padding: 0;
+
  z-index: 50;
}
+
}
#top_menu_under {
+
#top_title {
display: none;
+
  display: none;
position: relative;
+
}
width: 100%;
+
#sideMenu {
height: 0;
+
  display: none;
}
+
  width: 170px;
/*the igem menu bar*/
+
  position: absolute;
+
  top: 20px;
#top_menu_14 {
+
  left: 1020px;
position: fixed;
+
  z-index: 10;
width: 100%;
+
  padding-top: 0px;
top: 0px;
+
  padding-bottom: 15px;
left: 0px;
+
  padding-left: 15px;
height: 16px;
+
  padding-right: 15px;
background-color: #383838;
+
  background-color: white;
border-bottom: 2px solid black;
+
  text-align: left;
z-index: 9999;
+
}
}
+
#bodyContent a[href ^="https://"],
#content {
+
.link-https {
width: 100vw;
+
  background: none;
padding: 0;
+
  padding: 0
margin: 0;
+
}
border: none;
+
#bodyContent a[href ^="mailto:"], .link-mailto {
color: inherit;
+
  padding:0;
background-color: inherit;
+
position: relative;
+
}
+
#content * {
+
box-sizing: border-box;
+
}
+
#top_title {
+
display: none;
+
}
+
#sideMenu {
+
display: none;
+
width: 170px;
+
position: absolute;
+
top: 20px;
+
left: 1020px;
+
z-index: 10;
+
padding-top: 0px;
+
padding-bottom: 15px;
+
padding-left: 15px;
+
padding-right: 15px;
+
background-color: white;
+
text-align: left;
+
}
+
 
}
 
}
 
.pop_why_cover {
 
.pop_why_cover {
display: none;
+
  display: none;
z-index: 100;
+
  z-index: 50;
margin-top: -65px;
+
  margin-top: -65px;
margin-left: -40px;
+
  margin-left: -40px;
width: 980px;
+
  width: 980px;
height: 2100px;
+
  height: 2100px;
float: left;
+
  float: left;
position: absolute;
+
  position: absolute;
opacity: 0.5;
+
  opacity: 0.5;
background-color: #b2b2b2;
+
  background-color: #b2b2b2;
 
}
 
}
 
.pop_why_box {
 
.pop_why_box {
display: none;
+
  display: none;
left: 250px;
+
  left: 250px;
top: 0px;
+
  top: 0px;
background-color: white;
+
  background-color: white;
padding: 15px;
+
  padding: 15px;
width: 500px;
+
  width: 500px;
position: absolute;
+
  position: absolute;
border: 3px solid #4e606e;
+
  border: 3px solid #4e606e;
border-radius: 3px;
+
  border-radius: 3px;
z-index: 100;
+
  z-index: 50;
 
}
 
}
#footer {
+
 
font-size: 100%;
+
/************************************************************************
 +
Page Backbone
 +
************************************************************************/
 +
* {
 +
  -webkit-box-sizing: border-box;
 +
          box-sizing: border-box;
 +
  margin: 0;
 +
  padding: 0;
 +
}
 +
html {
 +
  font-size:16px;
 +
}
 +
body {
 +
  width: 100%;
 +
  margin: 48px 0 0 0;
 +
  padding: 0;
 +
  color: black;
 +
  background-color: white;
 +
  font: inherit;
 +
  font-size:16px;
 +
  word-wrap: break-word;
 
}
 
}
/*************WIKI FONTS**************/
 
  
#HQ_page h1,
+
@media (min-width: 1024px) {
h2,
+
  body {
h3,
+
    margin: 16px 0 0 0;
h4,
+
  }
h5,
+
h6 {
+
color: #149375;
+
border: none;
+
font-weight: normal;
+
font-style: normal;
+
text-rendering: optimizeLegibility;
+
font-family: 'Quicksand', sans-serif;
+
 
}
 
}
#content h1,
+
 
h2,
+
 
h3,
+
#globalWrapper {
h4,
+
  width: 100%;
h5,
+
  padding: 0;
h6 {
+
  background-color: #149375;
font-weight: normal;
+
  position: relative;
 +
  font-size: 16px;
 
}
 
}
#bodyContent h1,
+
#content {
h2,
+
  width: 100%;
h3,
+
  min-height: 80vh;
h4,
+
  margin: 0;
h5,
+
  padding: 0;
h6 {
+
  border: none;
margin: 0 0 0.5rem 0;
+
  color: inherit;
 +
  background-color: #ffffff;
 +
  position: relative;
 
}
 
}
#bodyContent h1,
+
#HQ_page {
#bodyContent h2 {
+
  width: 100%;
margin: 0 0 0.5rem 0;
+
  margin: 0;
 +
  padding: 0;
 +
  background: none;
 
}
 
}
#bodyContent h3,
+
#bodyContent {
#bodyContent h4,
+
#bodyContent h5 {
+
margin: 0 0 0.5rem 0;
+
 
}
 
}
#HQ_page p {
+
/************************************************************************
font-family: 'Quicksand', sans-serif;
+
Page sections
font-size: 18px;
+
************************************************************************/
text-align: justify;
+
#bodyContent article{
 +
    width:90%;
 +
    margin: auto;
 +
    padding: 8% 0;
 
}
 
}
#HQ_page table {
+
 
border: none;
+
#bodyContent .frontpage{
border-collapse: collapse;
+
    width: 100%;
width: 100%;
+
    margin: 0% 0;
margin: 0;
+
    padding: 5%;
 +
    padding-top: 0%;
 +
    background: white;
 +
    box-shadow: 0 -20px 20px 20px white;
 
}
 
}
table {
+
 
background: white;
+
@media (min-width: 1024px) {
font-size: 100%;
+
  #bodyContent article{
color: black;
+
    width: 85%;
 +
    margin: 0;
 +
    padding: 8% 5%;
 +
  }
 
}
 
}
#HQ_page th {
+
 
background-color: inherit;
+
#ToC {
padding: 0;
+
  display:none;
color: black;
+
  position:fixed;
border: none;
+
  top: 100px;
border-collapse: collapse;
+
  left: 85%;
vertical-align: text-top;
+
  right: 0;
 +
  bottom: 0;
 +
  padding: 20px;
 +
  -webkit-box-orient:vertical;
 +
  -webkit-box-direction:normal;
 +
      -ms-flex-direction:column;
 +
          flex-direction:column;
 +
  -webkit-box-pack: start;
 +
      -ms-flex-pack: start;
 +
          justify-content: flex-start;
 +
  -webkit-box-align: start;
 +
      -ms-flex-align: start;
 +
          align-items: flex-start;
 
}
 
}
#HQ_page td {
+
 
padding: 0;
+
@media (min-width: 1024px){
border: none;
+
  #ToC{
border-collapse: collapse;
+
    display:-webkit-box;
vertical-align: text-top;
+
    display:-ms-flexbox;
 +
    display:flex;
 +
  }
 
}
 
}
/****************** SITE STYLES ******
+
#bodyContent #ToC a {
*************************************/
+
  display:block;
 +
  margin:10px 0;
 +
  position:relative;
 +
  text-align: left;}
 +
#bodyContent #ToC a[title=H1] { display:none;font-size:1.125rem;}
 +
#bodyContent #ToC a[title=H2] { font-size:0.875rem;}
 +
#bodyContent #ToC a[title=H3] { display:none;font-size:0.750rem;}
  
body {
+
#bodyContent nav {
margin: 0px;
+
  display:none;
padding: 0px;
+
  position: fixed;
font-family: 'Quicksand', sans-serif;
+
  background-color: white;
background: #149375;
+
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
overflow-x: hidden;
+
          box-shadow: 0 5px 15px rgba(0,0,0,0.3);
 +
  left: 0;
 +
  right: 0;
 +
  top: 16px;
 +
  z-index: 50;
 
}
 
}
body.inactive {
+
 
background-color: rgba(0, 0, 0, 0.5);
+
@media (min-width: 1024px) {
 +
  #bodyContent nav{
 +
    display:-webkit-box;
 +
    display:-ms-flexbox;
 +
    display:flex;
 +
  }
 
}
 
}
img {
+
 
display: flex;
+
 
margin: auto;
+
#bodyContent .menu {
height: auto;
+
  width:80%;
max-width: 100%;
+
  margin:auto;
 +
  display: -webkit-box;
 +
  display: -ms-flexbox;
 +
  display: flex;
 +
  -webkit-box-orient: horizontal;
 +
  -webkit-box-direction: normal;
 +
      -ms-flex-direction: row;
 +
          flex-direction: row;
 +
  -webkit-box-pack: justify;
 +
      -ms-flex-pack: justify;
 +
          justify-content: space-between;
 +
  -webkit-box-align: center;
 +
      -ms-flex-align: center;
 +
          align-items: center;
 +
  padding: 0 20px;
 
}
 
}
#container .flex {
+
 
display: flex;
+
#bodyContent .menu img{
 +
  width: 128px;
 +
  max-width: 128px;
 
}
 
}
#container .col50 {
+
 
width: 50%;
+
#bodyContent nav li::before{
 +
  content:none;
 
}
 
}
#container .col33 {
+
 
width: 33%;
+
#bodyContent nav ul {
 +
  margin: 0;
 +
  padding: 0;
 
}
 
}
#container .col66 {
+
 
width: 66%;
+
#bodyContent .menu li {
 +
  display: block;
 +
  list-style-type: none;
 +
  text-transform: uppercase;
 +
  padding-left: 0;
 +
  text-indent: 0;
 
}
 
}
#container .flex-gallery {
+
 
display: flex;
+
#bodyContent .menu li a {
flex-flow: column;
+
  display: -webkit-box;
justify-content: center;
+
  display: -ms-flexbox;
 +
  display: flex;
 +
  text-align: center;
 +
  -webkit-box-align:center;
 +
      -ms-flex-align:center;
 +
          align-items:center;
 +
  text-decoration: none;
 +
  color: #777;
 +
  padding: 15px;
 +
  font-size: 0.875rem;
 +
  font-weight: bold;
 
}
 
}
  
#container .flex-gallery a {
+
#bodyContent .menu > li > a{
margin: 10px;
+
  height: 80px;
 +
  padding: 0 5px;
 
}
 
}
#container .flex-gallery a img {
+
 
width: 200px;
+
 
height: auto;
+
#bodyContent .menu li a:hover {
filter: grayscale(100%);
+
  background: #ccc;
transition: all 0.5s ease;
+
  color: #fff;
 
}
 
}
#container .flex-gallery a img:hover {
+
 
filter: grayscale(0%);
+
#bodyContent .menu-item-has-children > a:after {
 +
  font-family: "Genericons";
 +
  content: "\f431";
 +
  padding-left: 5px;
 +
  -webkit-transition: -webkit-transform 0.5s;
 +
  transition: -webkit-transform 0.5s;
 +
  -o-transition: transform 0.5s;
 +
  transition: transform 0.5s;
 +
  transition: transform 0.5s, -webkit-transform 0.5s;
 
}
 
}
#container .modalDialog {
+
 
position: absolute;
+
#bodyContent nav ul ul {
top: 0;
+
  display: none;
right: 0;
+
  position: absolute;
bottom: 0;
+
left: 0;
+
background: rgba(0, 0, 0, 0.8);
+
z-index: 99999;
+
opacity: 0;
+
transition: opacity 400ms ease-in;
+
pointer-events: none;
+
 
}
 
}
#container .modalDialog:target {
+
 
opacity: 1;
+
#bodyContent nav ul li:hover > ul {
pointer-events: auto;
+
  display: block;
 +
  color: #fff;
 +
  padding-left: 0;
 +
  background: #777;
 
}
 
}
#container .modalDialog>div {
+
 
position: absolute;
+
#bodyContent nav ul li:hover > ul a {
width: 70vw;
+
  color: #fff;
top: 15vw;
+
left: 15vw;
+
border-radius: 20px;
+
background: #fff;
+
 
}
 
}
#container .modalDialog > .flex {
+
 
flex-direction: row;
+
#bodyContent .sub-menu li {
 +
  display: -webkit-box;
 +
  display: -ms-flexbox;
 +
  display: flex;
 +
  width: 340px;
 
}
 
}
#container .modalDialog > .flex > div {
+
#bodyContent .sub-menu li:hover,
padding: 25px;
+
#bodyContent .sub-menu li a:hover {
 +
  background: #ddd;
 +
  color: #777;
 
}
 
}
#container a.close {
+
 
font-size: 24pt;
+
#bodyContent nav ul ul ul {
z-index: 3;
+
  margin: 0 0 0 100%;
position: absolute;
+
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
right: -3vw;
+
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
top: -3vw;
+
display: flex;
+
flex-direction: row;
+
justify-content: center;
+
align-items: center;
+
width: 20px;
+
height: 20px;
+
cursor: pointer;
+
padding: 28px;
+
border: 3px solid white;
+
border-radius: 100%;
+
box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.3);
+
 
}
 
}
#container a.close {
+
 
background: #149375;
+
#bodyContent .menu-item-has-children .menu-item-has-children:hover > a:after {
color: white;
+
  -webkit-transform: rotate(-90deg);
 +
      -ms-transform: rotate(-90deg);
 +
          transform: rotate(-90deg);
 +
  -webkit-transform-origin: 50% 60%;
 +
      -ms-transform-origin: 50% 60%;
 +
          transform-origin: 50% 60%;
 
}
 
}
#container a.close:visited {
+
 
color: white;
+
/************************************************************************
 +
Navigation Button
 +
************************************************************************/
 +
#bodyContent #sidebar-btn {
 +
  width: 100%;
 +
  height: 50px;
 +
  padding: 0 5vw 0 0;
 +
  position: fixed;
 +
  top: 16px;
 +
  right: 0;
 +
  display: -webkit-box;
 +
  display: -ms-flexbox;
 +
  display: flex;
 +
  -webkit-box-orient: horizontal;
 +
  -webkit-box-direction: normal;
 +
      -ms-flex-direction: row;
 +
          flex-direction: row;
 +
  -webkit-box-pack: end;
 +
      -ms-flex-pack: end;
 +
          justify-content: flex-end;
 +
  -webkit-box-align: center;
 +
      -ms-flex-align: center;
 +
          align-items: center;
 +
  font-size: 24pt;
 +
  cursor: pointer;
 +
  z-index: 2;
 +
  color: white;
 +
  background: #1C1E1F;
 +
  border: none;
 +
  border-radius: 0;
 +
  -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.3);
 +
          box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.3);
 +
  -webkit-transition: border 1s ease;
 +
  -o-transition: border 1s ease;
 +
  transition: border 1s ease;
 
}
 
}
#container a.close:link {
+
#bodyContent #sidebar-btn:hover {
color: white;
+
  border: none;  }
 +
 
 +
#bodyContent #sidebar-btn i {
 +
  -webkit-transition: color 1s ease;
 +
  -o-transition: color 1s ease;
 +
  transition: color 1s ease;
 
}
 
}
#container a.close:hover {
+
#bodyContent #sidebar-btn:hover i {
border: 3px solid black;
+
  color: #149375;
color: black;
+
 
}
 
}
#container h1,
+
 
h2,
+
@media (min-width: 1024px) {
h3,
+
  #bodyContent #sidebar-btn {
h4,
+
    display:none;
h5,
+
    width: 20px;
h6 {
+
    height: 20px;
padding: 0;
+
    padding: 28px;
overflow: hidden;
+
    left: 2vw;
background: none;
+
    top: 4vw;
line-height: 1.4;
+
    -webkit-box-pack: center;
 +
        -ms-flex-pack: center;
 +
            justify-content: center;
 +
    background: #149375;
 +
    border: 3px solid white;
 +
    border-radius: 100%;
 +
  }
 +
 
 +
  #bodyContent #sidebar-btn:hover {
 +
    border: 3px solid black;
 +
  }
 +
  #bodyContent #sidebar-btn:hover i {
 +
    color: black;
 +
  }
 +
  #bodyContent #sidebar-btn.active {
 +
    opacity:0;
 +
  }
 
}
 
}
#container h1 {
+
/************************************************************************
font-size: 2.986em;
+
Navigation bar
margin-top: 0;
+
************************************************************************/
margin-bottom: .5rem
+
#bodyContent #sidebar {
 +
  z-index: 5;
 +
  background: #151718;
 +
  width: 250px;
 +
  height: 100%;
 +
  display: block;
 +
  position: fixed;
 +
  top: 16px;
 +
  left: 0;
 +
  visibility: hidden;
 +
  opacity: 0;
 +
  -webkit-transition: all 0.5s ease;
 +
  -o-transition: all 0.5s ease;
 +
  transition: all 0.5s ease;
 +
  overflow-y: auto;
 
}
 
}
#container h2 {
+
#bodyContent #sidebar.visible {
font-size: 2.488em;
+
  visibility: visible;
margin-top: 0;
+
  opacity: 1;
margin-bottom: .5rem
+
 
}
 
}
#container h3 {
+
#bodyContent #sidebar ul {
font-size: 2.074em;
+
  margin: 0px;
margin-top: 0;
+
  padding: 0px;
margin-bottom: .5rem
+
 
}
 
}
#container h4 {
+
#bodyContent #sidebar ul li {
font-size: 1.728em;
+
  list-style: none;
margin-top: 0;
+
  -webkit-transition: all 0.5s ease;
margin-bottom: .5rem
+
  -o-transition: all 0.5s ease;
 +
  transition: all 0.5s ease;
 +
  margin: 0;
 +
  padding: 0;
 +
  text-indent: 0;
 
}
 
}
#container h5 {
+
 
font-size: 1.44em;
+
#bodyContent #sidebar ul li::before{
margin-top: 0;
+
    content: none;
margin-bottom: .5rem
+
    padding-right: 0;
 +
 
 
}
 
}
#container h6 {
+
#bodyContent #sidebar ul li a {
font-size: 1.2em;
+
  font-size: 1rem;
margin-top: 0;
+
  background: #1C1E1F;
margin-bottom: .5rem
+
  color: #ccc;
 +
  border-bottom: 1px solid #111;
 +
  display: block;
 +
  width: 250px;
 +
  padding: 10px;
 +
  text-decoration: none;
 +
  -webkit-transition: all 0.5s ease;
 +
  -o-transition: all 0.5s ease;
 +
  transition: all 0.5s ease;
 
}
 
}
#container p {
+
#bodyContent #sidebar ul li a:hover {
margin: 0;
+
  background-color: rgba(255, 255, 255, 0.3)
line-height: 1.7;
+
 
}
 
}
#container a {
+
#bodyContent #sidebar ul ul a {
text-decoration: none;
+
  font-size: 1rem;
font-weight: normal;
+
  background: #1C1E1F;
color: #149375;
+
  color: #ccc;
background: none;
+
  border-bottom: 1px solid #111;
 +
  display: block;
 +
  width: 250px;
 +
  padding: 10px;
 +
  text-decoration: none;
 +
  -webkit-transition: all 0.5s ease;
 +
  -o-transition: all 0.5s ease;
 +
  transition: all 0.5s ease;
 
}
 
}
#container a:link {
+
#bodyContent #sidebar ul ul a:hover {
color: #149375;
+
  background-color: rgba(255, 255, 255, 0.3)
 
}
 
}
#container a:visited {
+
#bodyContent #sidebar ul ul.sub li {
color: #149375;
+
  display: none;
 +
  padding-left: 15px;
 
}
 
}
#container a:hover,
+
#bodyContent #sidebar ul ul.sub li.active {
#container a:focus {
+
  display: block;
color: #149375;
+
text-decoration: none;
+
 
}
 
}
#container a:active {
+
#bodyContent #overlay {
color: #149375;
+
  position: fixed;
 +
  width: 100%;
 +
  height: 100%;
 +
  top: 0;
 +
  left: 0;
 +
  right: 0;
 +
  bottom: 0;
 +
  background-color: rgba(0, 0, 0, 0.5);
 +
  z-index: 1;
 +
  cursor: pointer;
 +
  visibility: hidden;
 +
  opacity: 0;
 +
  -webkit-transition: all 0.5s ease;
 +
  -o-transition: all 0.5s ease;
 +
  transition: all 0.5s ease;
 
}
 
}
#container hr {
+
#bodyContent #overlay.active {
height: 1px;
+
  visibility: visible;
color: #aaa;
+
  opacity: 1;
margin: 16px 0;
+
 
}
 
}
#sidebar {
+
#bodyContent footer {
font-size: 16px;
+
  display: -webkit-box;
z-index: 3;
+
  display: -ms-flexbox;
background: #151718;
+
  display: flex;
width: 250px;
+
  -webkit-box-orient: horizontal;
height: 100%;
+
  -webkit-box-direction: normal;
display: block;
+
      -ms-flex-direction: row;
position: fixed;
+
          flex-direction: row;
top: 18px;
+
  -webkit-box-pack: center;
transition: 0.5s linear;
+
      -ms-flex-pack: center;
visibility: hidden;
+
          justify-content: center;
opacity: 0;
+
  -webkit-box-align: center;
transition: all 0.5s ease;
+
      -ms-flex-align: center;
overflow-y: auto;
+
          align-items: center;
 +
  height: 15vw;
 +
  max-height: 250px;
 +
  background: #1C1E1F;
 
}
 
}
#sidebar.visible {
+
#bodyContent footer i {
visibility: visible;
+
  color: rgba(255, 255, 255, 0.3);
opacity: 1;
+
  padding: 20px;
 +
  font-size: 5vw;
 +
  -webkit-transition: all 0.5s ease;
 +
  -o-transition: all 0.5s ease;
 +
  transition: all 0.5s ease;
 
}
 
}
#sidebar ul {
+
#bodyContent footer i:hover {
margin: 0px;
+
  color: rgba(255, 255, 255, 1);
padding: 0px;
+
 
}
 
}
#sidebar ul li {
+
 
list-style: none;
+
/************************************************************************
transition: all 2s ease;
+
General page styles
 +
************************************************************************/
 +
#bodyContent img {
 +
  display: block;
 +
  max-width: 100%;
 +
  padding: 20px;
 +
  margin: 20px auto;
 
}
 
}
#sidebar ul li a {
+
 
background: #1C1E1F;
+
@media (min-width: 1024px){
color: #ccc;
+
  #bodyContent .floatleft{
border-bottom: 1px solid #111;
+
    float:left;
display: block;
+
    margin:0;
width: 250px;
+
  }
padding: 10px;
+
 
text-decoration: none;
+
  #bodyContent .floatright{
 +
      float:right;
 +
      margin:0;
 +
  }
 +
  #bodyContent img.nomargin{
 +
    margin:0;
 +
  }
 +
 
 
}
 
}
#sidebar ul li a:hover {
+
 
background-color: rgba(255, 255, 255, 0.3)
+
#bodyContent svg {
 +
  display:block;
 
}
 
}
abbr {
+
 
vertical-align: baseline;
+
#bodyContent svg.fullscreen{
font-size: inherit;
+
    padding: 10% 0;
text-decoration: none;
+
    margin: 0 5%;
color: rgba(0, 0, 0, 0.4);
+
 
}
 
}
abbr[title],
+
 
.explain[title] {
+
#bodyContent video{
border-bottom: none;
+
  max-width:100%;
cursor: help;
+
  margin: 5% auto;
 
}
 
}
/*** Accordion Menu ***/
 
  
#sidebar ul ul a {
+
#bodyContent .max-width {
background: #1C1E1F;
+
  width: 100%;
color: #ccc;
+
border-bottom: 1px solid #111;
+
display: block;
+
width: 250px;
+
padding: 10px;
+
text-decoration: none;
+
 
}
 
}
#sidebar ul ul a:hover {
+
 
background-color: rgba(255, 255, 255, 0.3)
+
#bodyContent .limited-height{
 +
    max-height: 500px;
 +
    width: auto;
 
}
 
}
#sidebar ul ul.sub li {
+
 
display: none;
+
#bodyContent .half-width{
padding-left: 15px;
+
  width:100%;
 +
  margin:5% auto;
 
}
 
}
#sidebar ul ul.sub li.active {
+
 
display: block;
+
#bodyContent .quarter-width{
 +
  width:100%;
 +
  margin:5% auto;
 
}
 
}
#overlay {
+
 
position: fixed;
+
 
width: 100%;
+
@media (min-width: 1024px){
height: 100%;
+
  #bodyContent .half-width{
top: 0;
+
    width:50%;
left: 250px;
+
  }
right: 0;
+
  #bodyContent .quarter-width{
bottom: 0;
+
    width:25%;
background-color: rgba(0, 0, 0, 0.5);
+
z-index: 1;
+
cursor: pointer;
+
visibility: hidden;
+
opacity: 0;
+
transition: all 0.5s ease;
+
 
}
 
}
#overlay.active {
 
visibility: visible;
 
opacity: 1;
 
 
}
 
}
#container {
+
 
transition: 0.5s linear;
+
#bodyContent h1,h2,h3,h4,h5,h6 {
display: flex;
+
  color: #149375;
flex-direction: column;
+
  border: none;
align-items: center;
+
  font-weight: normal;
padding: 5vw;
+
  font-style: normal;
 +
  text-rendering: optimizeLegibility;
 +
  font-family: 'Quicksand', sans-serif;
 +
  line-height: 1.3;
 
}
 
}
#paper {
+
#bodyContent h1 {
display: flex;
+
  font-size: 2.986rem;
flex-direction: column;
+
  margin: 20px 0;
max-width: 1366px;
+
  padding: 0;
background: white;
+
box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.4);
+
padding: 5vw;
+
 
}
 
}
#sidebar-btn {
+
 
font-size: 24pt;
+
@media (min-width: 1024px) {
z-index: 2;
+
  #bodyContent h1{
position: fixed;
+
  text-transform: uppercase;
right: 2vw;
+
  font-size: 6.854rem;
top: 4vw;
+
  border-left: 5px solid #149375;
display: flex;
+
  padding: 0 20px;
flex-direction: row;
+
  }
justify-content: center;
+
align-items: center;
+
width: 20px;
+
height: 20px;
+
cursor: pointer;
+
background: #149375;
+
padding: 28px;
+
color: white;
+
border: 3px solid white;
+
border-radius: 100%;
+
box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.3);
+
 
}
 
}
#sidebar-btn:hover {
+
 
border: 3px solid black;
+
#bodyContent h2 {
 +
  font-size: 2.488rem;
 +
  margin: 18px 0;
 +
  padding: 0;
 
}
 
}
#sidebar-btn:hover i {
+
 
color: black;
+
@media (min-width: 1024px) {
 +
  #bodyContent h2{
 +
    font-size:4.236rem;
 +
    }
 +
  }
 +
 
 +
#bodyContent h3 {
 +
  font-size: 2.074rem;
 +
  margin: 16px 0;
 +
  padding: 0;
 
}
 
}
section {
+
 
margin: 8px;
+
@media (min-width: 1024px) {
 +
  #bodyContent h3{
 +
    font-size:2.618rem;
 +
  }
 
}
 
}
section#header {
+
#bodyContent h4 {
justify-content: center;
+
  font-size: 1.728rem;
margin-bottom: 5vw;
+
  margin: 14px 0;
 +
  padding: 0;
 
}
 
}
section#footer {
+
@media (min-width: 1024px) {
display: flex;
+
  #bodyContent h4{
flex-direction: row;
+
    font-size:1.618rem;
justify-content: center;
+
  }
align-items: center;
+
height: 15vw;
+
max-height: 250px;
+
margin: 0;
+
background: #1C1E1F;
+
position: absolute;
+
left: 0;
+
right: 0;
+
 
}
 
}
section#footer i {
+
#bodyContent h5 {
color: rgba(255, 255, 255, 0.3);
+
  font-size: 1.44rem;
padding: 20px;
+
  margin: 12px 0;
font-size: 5vw;
+
  padding: 0;
 
}
 
}
section#footer i:hover {
+
#bodyContent h6 {
color: rgba(255, 255, 255, 1);
+
  font-size: 1.2rem;
 +
  margin: 10px 0;
 +
  padding: 0;
 
}
 
}
button.accordion {
+
 
background: #fefefe;
+
#bodyContent h1 a {font-size: inherit;}
color: #444;
+
#bodyContent h2 a {font-size: inherit;}
cursor: pointer;
+
#bodyContent h3 a {font-size: inherit;}
padding: 18px;
+
#bodyContent h4 a {font-size: inherit;}
width: 100%;
+
#bodyContent h5 a {font-size: inherit;}
border: none;
+
#bodyContent h6 a {font-size: inherit;}
text-align: left;
+
 
outline: none;
+
#bodyContent p {
font-size: 15px;
+
  font-family: 'Quicksand', sans-serif;
transition: 0.4s;
+
  font-size: 1.250rem;
 +
  text-align: justify;
 +
  line-height: 1.5;
 +
  margin:0 auto;
 +
  padding: 0;
 
}
 
}
button.accordion.active,
+
#bodyContent article p {
button.accordion:hover {
+
  padding: 10px 0;
background-color: rgba(20, 147, 117, 0.7);
+
 
}
 
}
button.accordion:after {
+
#bodyContent em{}
content: '\002B';
+
#bodyContent b,strong {
color: #777;
+
  font-weight: bold;
font-weight: bold;
+
  line-height: inherit;
float: right;
+
  color: #149375;
margin-left: 5px;
+
 
}
 
}
button.accordion.active:after {
+
#bodyContent samp{}
content: "\2212";
+
#bodyContent kbd{}
 +
#bodyContent mark{
 +
    background-color: #149375;
 +
    padding: 0 5px;
 +
    border-radius: 10px;
 +
    color: white;
 
}
 
}
div.panel {
+
#bodyContent cite{}
padding: 0 18px;
+
#bodyContent dfn{}
background-color: white;
+
 
max-height: 0;
+
#bodyContent abbr {
overflow: hidden;
+
  vertical-align: baseline;
transition: max-height 0.2s ease-out;
+
  font-size: inherit;
 +
  text-decoration: none;
 +
  color: rgba(0, 0, 0, 0.5);
 +
  font-size: 1.250rem;
 
}
 
}
span.label {
+
#bodyContent abbr[title],.explain[title] {
display: inline-block;
+
  border-bottom: none;
padding: 0 6px;
+
  cursor: help;
border-radius: 20px;
+
white-space: nowrap;
+
cursor: default;
+
background: #149375;
+
color: #fefefe;
+
 
}
 
}
b,
+
 
strong {
+
#bodyContent pre {
font-weight: bold;
+
      display:block;
line-height: inherit;
+
      overflow-x: auto;
color: #149375;
+
      background: rgba(0,0,0,0);
 +
      padding: 20px;
 +
      width: 100%;
 +
      border: none;
 +
      line-height: 1;
 +
  }
 +
#bodyContent code {
 +
    background: rgba(158, 158, 158, 0.5);
 +
    padding: 0 5px;
 +
    border-radius: 5px;
 +
    border:none;
 +
  }
 +
#bodyContent pre code{
 +
    background: none;
 +
    padding: 0;
 +
    border-radius: 0;
 +
  }
 +
 
 +
#bodyContent figure {
 +
  margin-bottom: 20px;
 
}
 
}
div.callout {
+
 
margin: 24px 0;
+
#bodyContent figcaption {
padding: 10px;
+
  font-family: 'Quicksand', sans-serif;
border: 2px solid rgba(20, 147, 117, 0.5);
+
  font-size: 0.75rem;;
border-radius: 0;
+
  padding-left: 20px;
 +
  font-style: italic;
 
}
 
}
#container table {
+
 
width: 100%;
+
#bodyContent figcaption a{
margin-bottom: 1rem;
+
  font-size: 0.75rem;;
 
}
 
}
#container table thead {
+
 
background-color: inherit;
+
#bodyContent figcaption abbr{
background: rgba(20, 147, 117, 0.2);
+
  font-size: 0.75rem;;
color: #263238
+
 
}
 
}
#container table thead tr {
+
 
background: inherit;
+
#bodyContent .flex-row-2{
 +
    display:-webkit-box;
 +
    display:-ms-flexbox;
 +
    display:flex;
 +
    -webkit-box-orient: vertical;
 +
    -webkit-box-direction: normal;
 +
        -ms-flex-direction: column;
 +
            flex-direction: column;
 +
  }
 +
#bodyContent .flex-row-2 div{
 +
    display:-webkit-box;
 +
    display:-ms-flexbox;
 +
    display:flex;
 +
    -webkit-box-orient: vertical;
 +
    -webkit-box-direction: normal;
 +
        -ms-flex-direction: column;
 +
            flex-direction: column;
 +
    -webkit-box-pack: center;
 +
        -ms-flex-pack: center;
 +
            justify-content: center;
 +
    -webkit-box-align: center;
 +
        -ms-flex-align: center;
 +
            align-items: center;
 +
    width: 100%;
 +
  }
 +
#bodyContent .flex-row-3{
 +
    display:-webkit-box;
 +
    display:-ms-flexbox;
 +
    display:flex;
 +
    -webkit-box-orient: vertical;
 +
    -webkit-box-direction: normal;
 +
        -ms-flex-direction: column;
 +
            flex-direction: column;
 +
          }
 +
  #bodyContent .flex-row-3 div{
 +
      display:-webkit-box;
 +
      display:-ms-flexbox;
 +
      display:flex;
 +
      -webkit-box-orient: vertical;
 +
      -webkit-box-direction: normal;
 +
          -ms-flex-direction: column;
 +
              flex-direction: column;
 +
      -webkit-box-pack: center;
 +
          -ms-flex-pack: center;
 +
              justify-content: center;
 +
      -webkit-box-align: center;
 +
          -ms-flex-align: center;
 +
              align-items: center;
 +
      width: 100%;
 +
    }
 +
 
 +
@media (min-width: 1024px) {
 +
  #bodyContent .flex-row-2{
 +
      -webkit-box-orient: horizontal;
 +
      -webkit-box-direction: normal;
 +
          -ms-flex-direction: row;
 +
              flex-direction: row;
 +
    }
 +
  #bodyContent .flex-row-2 *{
 +
    -webkit-box-flex:1;
 +
        -ms-flex:1;
 +
            flex:1;
 +
  }
 +
  #bodyContent .flex-row-2 div{
 +
    width:50%;
 +
  }
 +
  #bodyContent .flex-row-2 img{
 +
    padding: 20px;
 +
  }
 +
  #bodyContent .flex-row-3{
 +
      -webkit-box-orient: horizontal;
 +
      -webkit-box-direction: normal;
 +
          -ms-flex-direction: row;
 +
              flex-direction: row;
 +
    }
 +
  #bodyContent .flex-row-3 *{
 +
    -webkit-box-flex:1;
 +
        -ms-flex:1;
 +
            flex:1;
 +
  }
 +
  #bodyContent .flex-row-3 div{
 +
    width:33%;
 +
  }
 +
  #bodyContent .flex-row-3 img{
 +
    padding: 20px;
 +
  }
 
}
 
}
#container table thead th {
+
 
padding: .5rem .625rem .625rem
+
  /************************************************************************
 +
  Special Text
 +
  ************************************************************************/
 +
  /* label */
 +
  span.label {
 +
    display: inline-block;
 +
    padding: 0 6px;
 +
    border-radius: 20px;
 +
    white-space: nowrap;
 +
    cursor: default;
 +
    background: #149375;
 +
    color: #fefefe;
 +
  }
 +
  /************************************************************************
 +
  Layout Elements
 +
  ************************************************************************/
 +
  /************************************************************************
 +
  Tabs
 +
  ************************************************************************/
 +
  #bodyContent .tab {
 +
    width: 100%;
 +
    display:-webkit-box;
 +
    display:-ms-flexbox;
 +
    display:flex;
 +
    -webkit-box-orient:horizontal;
 +
    -webkit-box-direction:normal;
 +
        -ms-flex-direction:row;
 +
            flex-direction:row;
 +
    -webkit-box-pack: center;
 +
        -ms-flex-pack: center;
 +
            justify-content: center;
 +
  }
 +
 
 +
  #bodyContent .tab button {
 +
    background-color:#fff;
 +
    border:none;
 +
    border-bottom:5px solid #ccc;
 +
    outline:none;
 +
    -webkit-transition: 0.3s;
 +
    -o-transition: 0.3s;
 +
    transition: 0.3s;
 +
    width: 100%;
 +
    padding: 20px;
 +
  }
 +
 
 +
  #bodyContent .tab button:hover{
 +
    background-color:#eee;
 +
  }
 +
 
 +
  #bodyContent .tab button.active {
 +
    border-bottom:5px solid #149375;
 +
  }
 +
 
 +
  #bodyContent .tab img{
 +
    padding: 20%;
 +
  }
 +
 
 +
  #bodyContent .tabcontent {
 +
    display:none;
 +
  }
 +
 
 +
  #bodyContent .tabcontent:first-child{
 +
    display:block;
 +
  }
 +
 
 +
  #bodyContent .tabcontent {
 +
      -webkit-animation: fadeEffect 1s;
 +
      animation: fadeEffect 1s; /* Fading effect takes 1 second */
 +
  }
 +
 
 +
  @-webkit-keyframes fadeEffect {
 +
      from {opacity: 0;}
 +
      to {opacity: 1;}
 +
  }
 +
 
 +
  @keyframes fadeEffect {
 +
      from {opacity: 0;}
 +
      to {opacity: 1;}
 +
  }
 +
  /************************************************************************
 +
  Callout
 +
  ************************************************************************/
 +
  #bodyContent div.callout {
 +
    margin: 24px 0;
 +
    padding: 20px;
 +
    border: 5px solid #149375;
 +
    border-radius: 20px;
 +
  }
 +
  /************************************************************************
 +
  Accordion
 +
  ************************************************************************/
 +
  #bodyContent button.accordion {
 +
      display:-webkit-box;
 +
      display:-ms-flexbox;
 +
      display:flex;
 +
      -webkit-box-orient:vertical;
 +
      -webkit-box-direction:normal;
 +
          -ms-flex-direction:column;
 +
              flex-direction:column;
 +
      -webkit-box-align:center;
 +
          -ms-flex-align:center;
 +
              align-items:center;
 +
      font-family: 'Quicksand', sans-serif;
 +
      margin: 10px;
 +
      border-radius: 10px;
 +
      background-color: rgba(20, 147, 117, 0.125);
 +
      cursor: pointer;
 +
      padding: 18px;
 +
      width: 100%;
 +
      border: none;
 +
      outline: none;
 +
      -webkit-transition: all 0.5s ease;
 +
      -o-transition: all 0.5s ease;
 +
      transition: all 0.5s ease;
 +
    }
 +
  #bodyContent button.accordion h2{
 +
      font-size: 1.250rem;
 +
      text-transform:uppercase;
 +
      letter-spacing: 7px;
 +
  }
 +
  #bodyContent button.accordion h3{
 +
      font-size: 1.250rem;
 +
      text-transform:uppercase;
 +
      letter-spacing: 7px;
 +
  }
 +
  #bodyContent button.accordion h4{
 +
      font-size: 1.250rem;
 +
      text-transform:uppercase;
 +
      letter-spacing: 7px;
 +
  }
 +
 
 +
  #bodyContent button.accordion:after{
 +
    //content:"\25BE";
 +
    content:"v";
 +
    font-size:1.25rem;
 +
    font-weight:bold;
 +
    margin: 18px 0;
 +
    width:100%;
 +
    text-align:center;
 +
    background-color:white;
 +
    border-radius: 10px;
 +
  }
 +
 
 +
    #bodyContent button.accordion.active,
 +
    #bodyContent button.accordion:hover {
 +
      background-color: rgba(20, 147, 117, 0.7);
 +
    }
 +
 
 +
 
 +
  .panel {
 +
    padding: 0 18px;
 +
    background-color: white;
 +
    display:none;
 +
    opacity: 1;
 +
    -webkit-animation: fade 1s;
 +
            animation: fade 1s;
 +
  }
 +
 
 +
  .panel.show {
 +
    display: block;
 +
    opacity: 1;
 +
    -webkit-animation: fade 1s;
 +
            animation: fade 1s;
 +
  }
 +
  @-webkit-keyframes fade {
 +
      0% {
 +
          opacity: 0;
 +
      }
 +
 
 +
      100% {
 +
          opacity: 1;
 +
      }
 +
  }
 +
  @keyframes fade {
 +
      0% {
 +
          opacity: 0;
 +
      }
 +
 
 +
      100% {
 +
          opacity: 1;
 +
      }
 +
  }
 +
  #bodyContent .panel p {
 +
    font-size: 1.125rem;
 +
  }
 +
  #bodyContent .panel p {
 +
    font-size: 1.125rem;
 +
  }
 +
 
 +
/************************************************************************
 +
Tables
 +
************************************************************************/
 +
#bodyContent table{
 +
  font: 18px Quicksand;
 +
  background: rgba(0,0,0,0);
 +
  border: none;
 +
  margin: 0;
 +
  width: 100%;
 +
  table-layout: fixed;
 
}
 
}
#container table thead td {
+
#bodyContent table thead {
padding: .5rem .625rem .625rem
+
  display:none;
 
}
 
}
#container table tbody {
+
@media (min-width: 1024px) {
background-color: inherit;
+
  #bodyContent table thead {
 +
    display:table-header-group;
 +
  }
 
}
 
}
#container table tbody tr {
+
 
background: inherit;
+
#bodyContent table th{
 +
  border: none;
 +
  background-color: rgba(20, 147, 117, 0.5);
 +
  text-align: left;
 
}
 
}
#container table tbody tr:nth-child(even) {
+
#bodyContent table td {
background-color: rgba(20, 147, 117, 0.08)
+
  border:none;
 +
  display:block;
 
}
 
}
#container table tbody th {
+
#bodyContent table tbody td:before{
padding: .5rem .625rem .625rem
+
  content: attr(data-th);
 +
  font-weight: bold;
 +
  display: inline-block;
 +
  width: 6rem;
 
}
 
}
#container table tbody td {
+
 
padding: .5rem .625rem .625rem
+
@media (min-width: 1024px){
 +
  #bodyContent table tbody td{
 +
    display: table-cell;
 +
    padding: 10px;
 +
    border-collapse: collapse;
 +
    vertical-align: middle;
 +
  }
 +
  #bodyContent table tbody td:before{
 +
    content:none;
 +
  }
 
}
 
}
#container table.hover thead tr:hover {
+
 
background-color: rgba(17, 125, 99, 0.2);
+
#bodyContent table tr{
 +
  background-color: rgba(0,0,0,0);
 +
  -webkit-transition: all 0.5s ease;
 +
  -o-transition: all 0.5s ease;
 +
  transition: all 0.5s ease;
 
}
 
}
#container table.hover tbody tr:hover {
+
#bodyContent table tr:nth-child(even) {
background-color: rgba(17, 125, 99, 0.2);
+
  background-color: rgba(20, 147, 117, 0.125);
 
}
 
}
.card {
+
#bodyContent table tr:hover {
min-width: 250px;
+
  background-color: rgba(20, 147, 117, 0.75);
margin-bottom: 1rem;
+
border: 1px solid #eceff1;
+
border-radius: 0;
+
background: #eceff1;
+
box-shadow: none;
+
overflow: hidden;
+
color: #263238
+
 
}
 
}
.card>:last-child {
+
 
margin-bottom: 0
+
@media (min-width: 1024px){
 +
 
 +
  #bodyContent table th:first-child{
 +
    border-radius: 10px 0 0 10px;
 +
  }
 +
  #bodyContent table th:last-child{
 +
    border-radius: 0 10px 10px 0;
 +
  }
 +
  #bodyContent table td:first-child{
 +
    border-radius: 10px 0 0 10px;
 +
  }
 +
  #bodyContent table td:last-child{
 +
    border-radius: 0 10px 10px 0;
 +
  }
 +
  #bodyContent table.small_first th:first-child {
 +
    width: 120px;
 +
  }
 +
  #bodyContent table.small_first td:first-child  {
 +
    width: 120px;
 +
  }
 
}
 
}
.card-divider {
+
/************************************************************************
padding: 1rem;
+
Lists
background: #eceff1
+
************************************************************************/
 +
#bodyContent ul {
 +
  list-style-type: none;
 +
  list-style-image: none;
 +
  color: black;
 +
  margin: 2rem 0 2rem 3rem;
 +
  padding: 0;
 +
  line-height: 1.5;
 
}
 
}
.card-divider>:last-child {
+
 
margin-bottom: 0
+
#bodyContent ol {
 +
  color: black;
 +
  margin: 2rem 0 2rem 3rem;
 +
  padding: 0;
 +
  line-height: 1.5;
 
}
 
}
.card-section {
+
 
padding: 1rem
+
#bodyContent li {
 +
  font-family: 'Quicksand', sans-serif;
 +
  font-size: 1.250rem;
 +
  margin: 0;
 +
  padding: 0;
 +
  line-height: 1.5;
 +
  padding-left: 1rem;
 +
  text-indent: -.7rem;
 
}
 
}
.card-section>:last-child {
+
#bodyContent li::before {
margin-bottom: 0
+
  content: "•";
 +
  color: #149375;
 +
  padding-right: 7px;
 
}
 
}
.row {
+
 
display: flex;
+
#bodyContent ul.eric{
flex-direction: row;
+
    display: flex;
flex-wrap: wrap;
+
    flex-direction: column;
 
}
 
}
.row > div {
+
 
flex: 1;
+
#bodyContent ul.eric li{
margin: 10px;
+
    text-indent: 0;
 
}
 
}
#mega-menu {
+
 
justify-content: space-around;
+
 
margin: 5vw 0;
+
#bodyContent ul.eric li::before {
 +
    content: "";
 +
    color: #149375;
 +
    float: left;
 +
    padding-right: 10px;
 +
    display: block;
 +
    height: 32px;
 +
    width: 32px;
 +
    background-image: url(https://static.igem.org/mediawiki/2017/5/50/T--Cologne-Duesseldorf--check.jpeg);
 +
    background-repeat: no-repeat;
 +
    background-position: left center;
 +
    background-size: 26px;
 
}
 
}
#mega-menu i {
+
 
font-size: 10vw;
+
#bodyContent ol li::before {
 +
  content: none;
 
}
 
}
#mega-menu a {
+
#bodyContent a {
color: #263238;
+
  font-family: 'Quicksand', sans-serif;
 +
  font-size: 1.250rem;
 +
  text-align: justify;
 +
  line-height: 1.5;
 +
  list-style-image: none;
 +
  list-style-type: none;
 +
  color: #149375;
 +
  -webkit-transition: all 0.5s ease;
 +
  -o-transition: all 0.5s ease;
 +
  transition: all 0.5s ease;
 
}
 
}
#mega-menu a:link {
+
#bodyContent a:hover {
color: #263238;
+
  color: #0e6752;
 
}
 
}
#mega-menu a:visited {
+
#bodyContent a:active {
color: #263238;
+
  color: #0e6752;
 
}
 
}
#mega-menu a:hover,
+
#bodyContent a:visited {
a:focus,
+
  color: #149375;
a:active {
+
color: #149375;
+
 
}
 
}
.tabs {
+
/************************************************************************
margin: 0;
+
Flex gallery
border: 1px solid #eceff1;
+
************************************************************************/
background: #fefefe;
+
#bodyContent .flex-gallery {
list-style-type: none
+
  display: -webkit-box;
 +
  display: -ms-flexbox;
 +
  display: flex;
 +
  -webkit-box-orient: vertical;
 +
  -webkit-box-direction: normal;
 +
      -ms-flex-direction: column;
 +
          flex-direction: column;
 +
  -ms-flex-wrap: initial;
 +
      flex-wrap: initial;
 +
  -webkit-box-pack: start;
 +
      -ms-flex-pack: start;
 +
          justify-content: flex-start;
 +
  -webkit-box-align: center;
 +
      -ms-flex-align: center;
 +
          align-items: center;
 
}
 
}
.tabs::before,
+
@media (min-width: 768px) {
.tabs::after {
+
  #bodyContent .flex-gallery {
display: table;
+
    -webkit-box-orient: horizontal;
content: ' '
+
    -webkit-box-direction: normal;
 +
        -ms-flex-direction: row;
 +
            flex-direction: row;
 +
    -ms-flex-wrap: wrap;
 +
        flex-wrap: wrap;
 +
    -webkit-box-align: end;
 +
        -ms-flex-align: end;
 +
            align-items: flex-end;
 +
    -webkit-box-pack: center;
 +
        -ms-flex-pack: center;
 +
            justify-content: center;
 +
  }
 
}
 
}
.tabs::after {
+
 
clear: both
+
@media (min-width: 768px) {
 +
  #bodyContent .center-gallery{
 +
    -webkit-box-align: center;
 +
        -ms-flex-align: center;
 +
            align-items: center;
 +
  }
 
}
 
}
.tabs.primary {
+
 
background: #149375
+
#bodyContent .flex-gallery div {
 +
  width: 200px;
 +
  height: auto;
 +
  display:-webkit-box;
 +
  display:-ms-flexbox;
 +
  display:flex;
 +
  -webkit-box-orient: vertical;
 +
  -webkit-box-direction: normal;
 +
      -ms-flex-flow: column;
 +
          flex-flow: column;
 +
  -webkit-box-pack: end;
 +
      -ms-flex-pack: end;
 +
          justify-content: flex-end;
 +
  margin: 0 10px;
 
}
 
}
.tabs.primary>li>a {
+
 
color: #fefefe
+
#bodyContent .flex-gallery img {
 +
  max-width: 100%;
 +
  height: auto;
 +
  margin: 0 auto 40px auto;
 +
  -webkit-filter: grayscale(100%);
 +
          filter: grayscale(100%);
 +
  -webkit-transition: all 0.5s ease;
 +
  -o-transition: all 0.5s ease;
 +
  transition: all 0.5s ease;
 
}
 
}
.tabs.primary>li>a:hover,
+
#bodyContent .flex-gallery img:hover {
.tabs.primary>li>a:focus {
+
  -webkit-filter: grayscale(0%);
background: #16a281
+
          filter: grayscale(0%);
 
}
 
}
.tabs-title {
+
#bodyContent .modalDialog {
float: left
+
  display:none;
 +
  opacity: 0;
 +
  position: fixed;
 +
  top: 0;
 +
  right: 0;
 +
  bottom: 0;
 +
  left: 0;
 +
  background: rgba(0, 0, 0, 0.8);
 +
  z-index: 100;
 +
  -webkit-transition: opacity 0.5s ease-in;
 +
  -o-transition: opacity 0.5s ease-in;
 +
  transition: opacity 0.5s ease-in;
 +
  pointer-events: none;
 
}
 
}
.tabs-title>a {
+
#bodyContent .modalDialog:target {
display: block;
+
  display:block;
padding: 1.25rem 1.5rem;
+
  opacity: 1;
font-size: .75rem;
+
  pointer-events: auto;
line-height: 1;
+
color: #149375
+
 
}
 
}
.tabs-title>a:hover {
+
#bodyContent .modalDialog > div {
background: #fefefe;
+
  display:-webkit-box;
color: #117e65
+
  display:-ms-flexbox;
 +
  display:flex;
 +
  -webkit-box-orient: horizontal;
 +
  -webkit-box-direction: normal;
 +
      -ms-flex-direction: row;
 +
          flex-direction: row;
 +
  position: absolute;
 +
  top: 15vh;
 +
  left: 15vw;
 +
  right: 15vw;
 +
  border-radius: 20px;
 +
  background: #fff;
 
}
 
}
.tabs-title>a:focus,
+
#bodyContent .modalDialog > div > div {
.tabs-title>a[aria-selected='true'] {
+
  margin: 20px;
background: #eceff1;
+
color: #149375
+
 
}
 
}
.tabs-content {
+
#bodyContent a.close {
border: 1px solid #eceff1;
+
  font-size: 24pt;
border-top: 0;
+
  z-index: 3;
background: #fefefe;
+
  position: fixed;
color: #263238;
+
  right: 13vw;
transition: all 0.5s ease
+
  top: 11vh;
 +
  display: -webkit-box;
 +
  display: -ms-flexbox;
 +
  display: flex;
 +
  -webkit-box-orient: horizontal;
 +
  -webkit-box-direction: normal;
 +
      -ms-flex-direction: row;
 +
          flex-direction: row;
 +
  -webkit-box-pack: center;
 +
      -ms-flex-pack: center;
 +
          justify-content: center;
 +
  -webkit-box-align: center;
 +
      -ms-flex-align: center;
 +
          align-items: center;
 +
  width: 20px;
 +
  height: 20px;
 +
  cursor: pointer;
 +
  padding: 28px;
 +
  border: 3px solid white;
 +
  border-radius: 100%;
 +
  -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.3);
 +
          box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.3);
 
}
 
}
.tabs-panel {
+
#bodyContent a.close {
display: none;
+
  background: #149375;
padding: 1rem
+
  color: white;
 +
  -webkit-transition: all 0.5s ease;
 +
  -o-transition: all 0.5s ease;
 +
  transition: all 0.5s ease;
 
}
 
}
.tabs-panel[aria-hidden="false"] {
+
#bodyContent a.close:visited {
display: block
+
  color: white;
 +
}
 +
#bodyContent a.close:link {
 +
  color: white;
 +
}
 +
#bodyContent a.close:hover {
 +
  border: 3px solid black;
 +
  color: black;
 
}
 
}
/****************** MEDIA QUERIES **
 
**********************************/
 
  
@media (min-width: 768px) {
+
/************************************************************************
#container .mobile-only{
+
image carousel
display: none;
+
************************************************************************/
}
+
#bodyContent .slider{
#container .flex-gallery{
+
  position:relative;
flex-flow: row wrap;
+
}
}
+
#bodyContent .slide{
 +
    -webkit-transition: opacity 2s linear;
 +
    -o-transition: opacity 2s linear;
 +
    transition: opacity 2s linear;
 +
    padding:0;
 
}
 
}
  
  
@media (max-width: 768px) {
+
#bodyContent .slider button {
body {
+
    position: absolute;
background: white;
+
    top: 0;
}
+
    border: none;
#container h1 {
+
    height: 100%;
font-size: 1.602em;
+
    width: 50px;
}
+
    cursor: pointer;
#container h2 {
+
    background: hsla(0, 0%, 50%, 0.5);
font-size: 1.424em;
+
}
+
#container h3 {
+
font-size: 1.266em;
+
}
+
#container h4 {
+
font-size: 1.125em;
+
}
+
#sidebar-btn {
+
right: 0;
+
top: 18px;
+
width: 100%;
+
height: 50px;
+
cursor: pointer;
+
background: #1C1E1F;
+
padding: 0 5vw 0 0;
+
border: none;
+
border-radius: 0;
+
justify-content: flex-end;
+
}
+
#sidebar-btn:hover {
+
border: none;
+
}
+
#sidebar-btn:hover i {
+
color: #149375;
+
}
+
#container {
+
margin-top: 68px;
+
padding: 0;
+
}
+
#container.inactive {
+
transform: translate(250px, 0)
+
}
+
#sidebar-btn.inactive {
+
#background: rgba(0, 0, 0, 0.5);
+
}
+
#container .modalDialog > .flex {
+
flex-direction: column;
+
}
+
#container .col33 {
+
width: 100%;
+
}
+
#container .col66 {
+
width: 100%;
+
}
+
 
}
 
}
@media (min-width: 1024px) {
+
#bodyContent .slider button:hover{
section#footer i {
+
  background: hsla(0, 0%, 0%, 0.5);
font-size: 50pt;
+
}
+
#mega-menu i {
+
font-size: 100pt;
+
}
+
 
}
 
}
</style>
 
  
 +
#bodyContent .btn-left{
 +
  left:0;
 +
}
 +
#bodyContent .btn-right{
 +
  right:0;
 +
}
 +
 +
/************************************************************************
 +
Misc elements
 +
************************************************************************/
 +
/************************************************************************
 +
Upwards arrow
 +
************************************************************************/
 +
#bodyContent #returnToTop {
 +
  position: fixed;
 +
  font-size: 35pt;
 +
  right: 3vw;
 +
  bottom: 3vw;
 +
  display: block;
 +
  text-decoration: none;
 +
  color: rgba(0, 0, 0, 0.6);
 +
  -webkit-transition: all 2s ease;
 +
  -o-transition: all 2s ease;
 +
  transition: all 2s ease;
 +
}
 +
 +
#bodyContent #returnToTop:hover{
 +
  color: black;
 +
}
 +
 +
/************************************************************************
 +
Loader
 +
************************************************************************/
 +
#loader-wrapper {
 +
    position: fixed;
 +
    top: 0;
 +
    left: 0;
 +
    width: 100%;
 +
    height: 100%;
 +
    z-index: 1000;
 +
}
 +
#loader {
 +
    display: block;
 +
    position: relative;
 +
    left: 50%;
 +
    top: 50%;
 +
    width: 150px;
 +
    height: 150px;
 +
    margin: -75px 0 0 -75px;
 +
    border-radius: 50%;
 +
    border: 3px solid transparent;
 +
    border-top-color: #0e6752;
 +
 +
    -webkit-animation: spin 2s linear infinite;
 +
    animation: spin 2s linear infinite;
 +
 +
    z-index: 1001;
 +
}
 +
 +
    #loader:before {
 +
        content: "";
 +
        position: absolute;
 +
        top: 5px;
 +
        left: 5px;
 +
        right: 5px;
 +
        bottom: 5px;
 +
        border-radius: 50%;
 +
        border: 3px solid transparent;
 +
        border-top-color: #149375;
 +
 +
        -webkit-animation: spin 3s linear infinite;
 +
        animation: spin 3s linear infinite;
 +
    }
 +
 +
    #loader:after {
 +
        content: "";
 +
        position: absolute;
 +
        top: 15px;
 +
        left: 15px;
 +
        right: 15px;
 +
        bottom: 15px;
 +
        border-radius: 50%;
 +
        border: 3px solid transparent;
 +
        border-top-color: #1ac19a;
 +
 +
        -webkit-animation: spin 1.5s linear infinite;
 +
          animation: spin 1.5s linear infinite;
 +
    }
 +
 +
    @-webkit-keyframes spin {
 +
        0%  {
 +
            -webkit-transform: rotate(0deg);
 +
            -ms-transform: rotate(0deg);
 +
            transform: rotate(0deg);
 +
        }
 +
        100% {
 +
            -webkit-transform: rotate(360deg);
 +
            -ms-transform: rotate(360deg);
 +
            transform: rotate(360deg);
 +
        }
 +
    }
 +
    @keyframes spin {
 +
        0%  {
 +
            -webkit-transform: rotate(0deg);
 +
            -ms-transform: rotate(0deg);
 +
            transform: rotate(0deg);
 +
        }
 +
        100% {
 +
            -webkit-transform: rotate(360deg);
 +
            -ms-transform: rotate(360deg);
 +
            transform: rotate(360deg);
 +
        }
 +
    }
 +
 +
    #loader-wrapper .loader-section {
 +
        position: fixed;
 +
        top: 0;
 +
        width: 51%;
 +
        height: 100%;
 +
        background: #222222;
 +
        z-index: 1000;
 +
        -webkit-transform: translateX(0);
 +
        -ms-transform: translateX(0);
 +
        transform: translateX(0);
 +
    }
 +
 +
    #loader-wrapper .loader-section.section-left {
 +
        left: 0;
 +
    }
 +
 +
    #loader-wrapper .loader-section.section-right {
 +
        right: 0;
 +
    }
 +
 +
    /* Loaded */
 +
    .loaded #loader-wrapper .loader-section.section-left {
 +
        -webkit-transform: translateX(-100%);
 +
            -ms-transform: translateX(-100%);
 +
                transform: translateX(-100%);
 +
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
 +
                -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
 +
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
 +
    }
 +
 +
    .loaded #loader-wrapper .loader-section.section-right {
 +
        -webkit-transform: translateX(100%);
 +
            -ms-transform: translateX(100%);
 +
                transform: translateX(100%);
 +
 +
-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
 +
        -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
 +
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
 +
    }
 +
 +
    .loaded #loader {
 +
        opacity: 0;
 +
        -webkit-transition: all 0.3s ease-out;
 +
                -o-transition: all 0.3s ease-out;
 +
                transition: all 0.3s ease-out;
 +
    }
 +
    .loaded #loader-wrapper {
 +
        visibility: hidden;
 +
 +
        -webkit-transform: translateY(-100%);
 +
            -ms-transform: translateY(-100%);
 +
                transform: translateY(-100%);
 +
        -webkit-transition: all 0.3s 1s ease-out;
 +
                -o-transition: all 0.3s 1s ease-out;
 +
                transition: all 0.3s 1s ease-out;
 +
    }
 +
    /* JavaScript Turned Off */
 +
    .no-js #loader-wrapper {
 +
        display: none;
 +
    }
 +
 +
    #myCanvas{
 +
      position:fixed;
 +
      top: 0;
 +
      bottom: 0;
 +
      left: 0;
 +
      right: 0;
 +
      z-index: -1;
 +
    }
 +
 +
 +
</style>
 +
</head>
 
</html>
 
</html>

Latest revision as of 20:31, 1 November 2017