::-webkit-scrollbar {
    display: none;
}
html {
  scroll-behavior: smooth;
}
#header 
{
    background-color: #000000; /* Grey background */
    background-image: url("Resources/Cover-Images/WhoAmI.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    /*top: -100;
    padding-bottom: 100;*/
    background-position: 50% calc(50% - 25px);
    color: rgb(255, 255, 255);
    text-align: center; /* Centered text */
    font-size: 50px; /* Big font size */
    font-weight: bold;
    position: fixed; /* Fixed position - sit on top of the page */
    size: cover;
    top: 0;
    width: 100%; /* Full width */
    /*transition: 0.2s;  Add a transition effect (when scrolling - and font size is decreased) */
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    z-index:1000;
}
#myVideo 
{
    position: fixed;
    position: center;
    filter: blur(8px);
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index:-1000;
    opacity: .4;
}

body 
{
    font-family: Arial, Helvetica, sans-serif;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none; 
    /*background-image: url("Resources/Untitled\ design.png");*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgb(0, 0, 0);
    margin: 0px 0px 0px 0px;
    font-size: 140%;

    --s: 100px; /* control the size */
  
  background:
    linear-gradient(135deg,#0000 18.75%,#063d7c 0 31.25%,#0000 0),
    repeating-linear-gradient(45deg,#063d7c -6.25% 6.25%,#04205c 0 18.75%);
  background-size: var(--s) var(--s); 
}

.container 
{
  max-width: 100%;
  width:50%;
  position: relative;
  text-align: center;
  color: white;
  transition: .3s ease;
  float: left;
}

.tablink {
    background-color: #4270a5;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0px 0px;
    font-size: 20px;
    /*width: 16.666666666667%;*/
    width: 200px;
    height: 60px;
    vertical-align: middle;
    transition-duration: 0.2s;
  }

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.project
{
  border-radius: 10px;
  aspect-ratio: 2;
  object-fit: cover;
  transition: .15s ease;
  border-color: white;
}

.container:hover .highlight
{
  /*border-width: 10px;
  border: white;
  padding: 10px;*/
  /*transform: scale(1.04, 1.04);*/
  outline: 5px solid white;
}

.highlight
{
  position: relative;
  text-align: center;
  transition: .15s ease;
  border-width: 5px;
  overflow: hidden;
}

.container:hover .project
{
  border-style: solid;
}

.highlight:hover
{
  outline: 5px solid white;
}

.img-text
{
  position: absolute;
  /*left: 50%;
  transform: translate(-50%, 0%);*/
  bottom: 15px;
  left: 15px;
  font-size: 32px;
  padding-left: 7px;
  padding-right: 7px;
  width: 50%;
  border-radius: 10px;
  transition: .3s ease;
}

/* Style the tab buttons */
.tablinkcontainer
{
    bottom: 8px;
    width: 100%;
    position: absolute;/**/
    background-color: #4270a5;
}
  
  /* Change background color of buttons on hover */
  .tablink:hover 
  {
    background-color: #04205c;
  }

  .tablinkR {
      background-color: #4270a5;
      color: white;
      float: right;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 0px 0px;
      font-size: 16px;
      /*width: 16.666666666667%;*/
      width: 60px;
      height: 60px;
      vertical-align: middle;
    }
    
    /* Change background color of buttons on hover */
    .tablinkR:hover 
    {
      background-color: #04205c;
    }

.tablinkL {
    background-color: #4270a5;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0px 0px;
    font-size: 16px;
    /*width: 16.666666666667%;*/
    width: 60px;
    height: 60px;
    vertical-align: middle;
    display: none;
  }
  
  /* Change background color of buttons on hover */
  .tablinkL:hover 
  {
    background-color: #04205c;
  }
.sway
{
  transition: .1s ease;
  text-decoration: none;
  color: white; border: solid;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

  .sway:hover
  {
    /*font-size: 90%;*/
    /*animation: s 10s linear infinite;*/
    background-color: #7f92bd;
  }
  
  @keyframes s {
    0% {
      transform: scale(1.5,1.5);
    }
    50% {
      transform: scale(1.5,1.5);
    }
    100% {
      transform: scale(1.5,1.5);
    }
  }

  /* Style each tab content individually */
  #London {background-color:red;}
  #Paris {background-color:green;}
  #Tokyo {background-color:blue;}
  #Oslo {background-color:orange;}

/* The progress container (grey background) */
.progress-container
{
    width: 100%;
    height: 8px;
    background: #02005f;
    bottom: 0px;
    position: absolute;
    z-index: 2000;
}
/* The progress bar (scroll indicator) */
.progress-bar
{
    height: 8px;
    background: #008cff;
    width: 0%;
    position: absolute;
    z-index: 2000;
    filter: blur(2px);
}

.progress-bar:after {
    position: absolute;
    z-index: 2000;
  }

#main 
{
    margin: 0px 0px 0px 0px;
    color: rgb(255, 255, 255);
}
.column 
{
    float: left;
    width: 50%;
    /*background-color:#0000004f;*/
    background-color:#0000000f;
    margin-bottom: 50px;
}

.row
{
  max-width: 100%;
  background-color:#2f4f96;
  margin: auto;
  padding: 30px;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify;
}

/* Clear floats after the columns */
.row:after 
{
  content: "";
  display: table;
  clear: both;
}

* {box-sizing: border-box;}
/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
background-color: #4270a5;
color: white;
padding: 16px 20px;
border: none;
cursor: pointer;
position: fixed;
bottom: 23px;
right: 28px;
width: 70px;
height: 70px;
z-index: 900;
font-size: 30px;
vertical-align: middle;
text-align: center;
padding: 0px 0px;
padding-top: 3px;
border-radius: 50%;
transition-duration: 0.3s;
  border-style: solid;
  border-color: #00000000;
}
.open-button:hover {
  border-color: #ffffff;
}




/* The popup chat - hidden by default */
.form-popup {
display: none;
position: fixed;
bottom: 15px;
right: 15px;
z-index: 9;
color: white;
z-index: 5000;
padding-left: 15px;
}
/* Add styles to the form container */
.form-container {
max-width: 600px;
padding: 10px;
background-color: #063d7c;
color: white;
border-radius: 10px;
border-color: #7f92bd;
border-width: 5px;
border-style: solid;
}

.chatlog {
  width: 100%;
  padding: 15px;
  background: #04205c;
  color: white;
  resize: none;
  border-radius: 10px;
  border: none;
  font-size: 20px;
  vertical-align: middle;
  height: 200px;
  border: 10px;
  overflow:auto;
}
/* Full-width textarea */
.form-container textarea {
  width: calc(100% - 65px);
  padding: 15px;
  background: #04205c;
  color: white;
  resize: none;
  border-radius: 10px;
  border: none;
  font-size: 20px;
  vertical-align: middle;
  height: 55px;
  border: 10px;
}
/* When the textarea gets focus, do something */
.form-container textarea:focus {
outline: none;
color: white;
}
/* Set a style for the submit/login button */
.form-container .btn {
background-color: #7f92bd;
color: white;
border: none;
cursor: pointer;
width: 100%;
position: absolute;
bottom: 15px;
right: 15px;
height: 55px;
width: 55px;
border-radius: 10px;
border-style: solid;
border-color: #00000000;
transition-duration: 0.05s;
}
.close {
background-color: #7f92bd;
color: white;
border: none;
cursor: pointer;
width: 100%;
position: absolute;
top: 20px;
right: 20px;
height: 40px;
width: 40px;
border-radius: 50%;
border-style: solid;
border-color: #00000000;
transition-duration: 0.05s;
}
.close:hover
{
  border-color: #ffffff;
}
.form-container .btn:hover
{
  border-color: #ffffff;
}
/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
opacity: 1;
}




/*Rainbows!*/
.block {
    position: relative;
    /*margin: 300px auto 0;
    width: 500px;
    height: 250px;*/
    background: linear-gradient(0deg, #000, #272727);
  }
  
  .block:before, .block:after {
    border-radius: 10px;
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, 
      #0000ff, #00ff00,#ffff00, #ff0000);
    background-size: 400%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: 1;
    animation: steam 10s linear infinite;
  }

  .front
  {
    z-index: 8;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    border-color: #7f92bd;
    border-width: 5px;
    border-style: solid;
  }
  
  @keyframes steam {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 100% 0;
    }
    100% {
      background-position: 0% 0;
    }
  }
  
  .block:after {
    filter: blur(10px);
  }




/* The sidepanel menu */
.sidepanel {
  height: 100%; /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #1e3a6d; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  z-index: 10000;
  vertical-align: middle;
}

/* The sidepanel links */
.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  cursor: pointer;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}









  @media only screen and (max-width: 1050px) {
    .tablink
    {
      width: 150px;
    }
  }
  @media only screen and (max-width: 870px) {
    .tablink
    {
      display: none;
    }
    .tablinkL
    {
      display: inherit;
    }
  }
  
  @media only screen and (max-width: 700px) {
    .container {
      width: 50%;
      margin: 6px 0;
    }
    body{
      font-size: 112%;
    }
    .header{
      font-size: 112%;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .container {
      width: 100%;
    }
  }