
/*
@font-face {
  font-family: TypoGraphica; src: url('Typographica-Blp5.ttf');
}
*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
body {
  background-image: linear-gradient(to top, #ace0f9 0%, #fff1eb 80%);
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  /* overflow-x: hidden; */
  /* position: relative; */
}
header {
  position: fixed;
  top: 0;
  z-index: 1;
  height: 4rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: .3rem solid rgb(107, 67, 52);
  background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
}


.logo {
  position: absolute;
  left: 0;
  height: 5rem;
  width: 5rem;
  background: url("../images/doorClose80px.svg") no-repeat;
  background-size: 100% 100%;
  margin-left: 1%;
}

.holbie-logo {
  position: absolute;
  height: 3.5rem;
  width: 3.5rem;
  left: 5rem;
  margin-left: 1%;
  background: url("../images/holberton-logo-simple-200s.png") no-repeat;
  background-size: 100% 100%;
  transition: .5s;

}


.logo:hover {
  background: url("../images/doorOpen80px.svg") no-repeat;
  background-size: 100% 100%;
}
.timer {
    font-size: 2rem;
    display: none;
}
.bttn--algo {
  display: none;
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  background: black;
  border-radius: 100%;
  height: 4rem;
  width: 4rem;
  margin: 0;
  background: radial-gradient(circle at 20px 20px, #493cff, #000);
}
.bttn--algo-red {
  background: radial-gradient(circle at 20px 20px, #ff5c5c, #000);
}
.signin-component {
  color: white;
  position: absolute;
  /*padding-top: 1rem;*/
  padding-right: 1rem;
  right: 0;
  top: 0;
  display: flex;
  /*border: 1px solid red;*/
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}

.signin-welcome {
  /*border: 1px solid white;*/
  text-align: center;
  float: right;
  margin-left: auto;
}


.main-container {
  /* top: 5rem; */
  display: none;
  position: relative;
  height: 100%;
  height: fill-available;
  height:-webkit-fill-available;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  header {
    /*position: relative;
    z-index: 0;*/
  }
  body {
    top: 0%;
    height: 100%;
  }
  body, html {
    height: 100vh;
  }
}

.hb-theme--header {
  background-image: linear-gradient(120deg, #B7312C, #B7312C);
  border-bottom: .3rem solid #B5E3D8;

}
.hb-theme--body {
  background-image: radial-gradient(rgb(255, 255, 255), rgb(230, 230, 230));
  /* clip-path: polygon(0 85%, 100% 75%, 100% 100%, 0% 100%);
  color: black; */
}

.hb-theme--deck-selector {
  border: .1rem solid rgb(212, 212, 212);
}

.hb-theme--logo {
  background: url("../images/holberton-logo-simple-200s-white.png") no-repeat;
  background-size: 100% 100%;
}

.hb-theme--bttn--summary {
  background-image: #b5e3d8;
}

.hb-theme--bttn--summary:hover {
  background-image: rgb(171, 214, 204);
}

.hb-theme--bttn--deck {
  background-image: linear-gradient(120deg, rgb(226, 73, 68) 0%, #B7312C 100%) !important;
}
