/* FONTS */

@font-face {
  font-family: "URW Jay Gothic W01 Light";
  src: url("https://db.onlinewebfonts.com/t/8ef91f267dfca5b6ea388ec6dcdd9527.eot");
  src: url("https://db.onlinewebfonts.com/t/8ef91f267dfca5b6ea388ec6dcdd9527.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/8ef91f267dfca5b6ea388ec6dcdd9527.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/8ef91f267dfca5b6ea388ec6dcdd9527.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/8ef91f267dfca5b6ea388ec6dcdd9527.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/8ef91f267dfca5b6ea388ec6dcdd9527.svg#URW Jay Gothic W01 Light")format("svg");
}

@font-face {
  font-family: "Monte Stella Trial Light";
  src: url("https://db.onlinewebfonts.com/t/21ae87f65567bda43d77c68ae7478930.eot");
  src: url("https://db.onlinewebfonts.com/t/21ae87f65567bda43d77c68ae7478930.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/21ae87f65567bda43d77c68ae7478930.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/21ae87f65567bda43d77c68ae7478930.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/21ae87f65567bda43d77c68ae7478930.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/21ae87f65567bda43d77c68ae7478930.svg#Monte Stella Trial Light")format("svg");
}

@font-face {
  font-family: "FSP DEMO - Bebas Neue Pro Light";
  src: url("https://db.onlinewebfonts.com/t/5fd03961d9ff00b65b9b446fe2034712.eot");
  src: url("https://db.onlinewebfonts.com/t/5fd03961d9ff00b65b9b446fe2034712.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/5fd03961d9ff00b65b9b446fe2034712.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/5fd03961d9ff00b65b9b446fe2034712.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/5fd03961d9ff00b65b9b446fe2034712.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/5fd03961d9ff00b65b9b446fe2034712.svg#FSP DEMO - Bebas Neue Pro Light")format("svg");
}

@font-face {
  font-family: "hatch-sans", sans-serif;
  src: url("https://use.typekit.net/sej1wnw.css");
}


* {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  /*cursor: none;*/
}
#canvas {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #12181a;
  /*background: linear-gradient(to bottom, #192124, #12181a);*/
}
/*
.circle-cursor {
      position: fixed;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border-color: white;
      border-style: solid;
      border-width: 3px;
      opacity: 50%;
      pointer-events: none; 
      transition: transform 0.5s ease-out;
      transform: translate(-50%, -50%);
  }*/

h1 {
  font-family: "URW Jay Gothic W01 Light";
  font-size: 160px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 30px;
}

h2 {
  font-family: "URW Jay Gothic W01 Light";
  font-size: 40px;
  color: #95b2ba;
  text-align: center;
  position: absolute;
  top: 220px;
}

#meetingID {
  position: absolute;
  display: block;
  border: 2px solid transparent; 
  border-radius: 15px;
  color: #D2DFE3;
  font-family: "hatch-sans", sans-serif;
  font-size: 24px;
  width: 20%;
  height: 40px;
  top: 400px;
  margin-left: 20%;
  border-color: #3D5154;
  background-color: transparent;
  padding-left: 10px;
  transition: width 0.2s ease-in-out;
}

#meetingID::placeholder {
  color: #3D5154;
  opacity: 1;
}

#meetingID:focus {
  outline: none;
  width: 33%;
  color: #fff;
  border-color: #fff;
}

#meetingID:focus::placeholder {
  color: #fff;
}


#username {
  position: absolute;
  display: block;
  border: 2px solid transparent; 
  border-radius: 15px;
  color: #D2DFE3;
  font-family: "hatch-sans", sans-serif;
  font-size: 24px;
  width: 20%;
  height: 40px;
  top: 330px;
  margin-left: 20%;
  border-color: #3D5154;
  background-color: transparent;
  padding-left: 10px;
  transition: width 0.2s ease-in-out;
}

#username::placeholder {
  color: #3D5154;
  opacity: 1;
}

#username:focus {
  outline: none;
  width: 33%;
  color: #fff;
  border-color: #fff;
}

#username:focus::placeholder {
  color: #fff;
}

#txt {
  font-family: "hatch-sans", sans-serif;
  font-style: normal;
  font-size: 50px;
  text-align: left;
  position: absolute;
  
  color: white;
}



#btn {
  font-family: "hatch-sans", sans-serif;
  font-size: 24px;
  background-color: transparent;
  border: white 5px solid;
  border-color: white;
  color: #fff;
  position: absolute;
  top: 330px;
  margin-left: 60%;
  text-align: center;
  width: 180px;
  height: 60px;

  border-radius: 20px;
  padding: 0;
  transition: background-color 0.3s ease-in-out;
}

#btn:hover {
  border-color: #ffffff;
  color: #000000;
  background-color: white;
  transition: background-color 0.3s ease-in-out;
}


#dashboardBtn {
  font-family: "hatch-sans", sans-serif;
  font-size: 24px;
  background-color: transparent;
  border: white 5px solid;
  border-color: white;
  color: white;
  position: fixed;
  top: 50px;
  margin-left: 85%;
  text-align: center;
  width: 160px;
  height: 60px;

  border-radius: 20px;
  padding: 0;
  transition: background-color 0.3s ease-in-out;
}

#dashboardBtn:hover {
  border-color: #ffffff;
  color: #000000;
  background-color: white;
  transition: background-color 0.3s ease-in-out;
}

#signoutlink {
  position: absolute;
  width: 200px;
  left: 10%;
  top: 100px;
  z-index: 1000;
}

#signoutlink {
  font-family: "hatch-sans", sans-serif;
  font-size: 24px;
  background-color: transparent;
  border: blue 5px solid;
  border-color: blue;
  color: blue;
  position: fixed;
  width: 160px;
  height: 60px;
  margin-left: -5%;
  top: 50px;
  text-align: center;

  border-radius: 20px;
  padding: 0;
  transition: background-color 0.3s ease-in-out;
}

#signoutlink:hover {
  border-color: blue;
  color: #000000;
  background-color: blue;
  transition: background-color 0.3s ease-in-out;
}

#loginbtnstuff {
  display: none;
}