* {
  font-family: "Inter", sans-serif;
}
p,
li {
  font-size: 18px;
}
.text-l{
  font-size:28px;
  font-weight:300;
}
header {
  padding: 0 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: black;
  background-color:white;
  height: 120px;
  border-bottom-style:solid;
  border-bottom-width:5px;
  border-bottom-color:#C3E6FF;
  gap:10vw;

}
h1.hero {
  font-size: 102px;
  font-weight: 300;
  margin: 0;
  letter-spacing:-5%;
}
h1 {
  font-size: 80px;
  font-weight: 300;
  margin: 0;
  letter-spacing:-5%;
}
p{
  margin: 0;
}
.p1 p {
  font-size: 28px;
  font-weight:200;
}
.p1 {
  color: black;
}
body {
  margin: 0;
  padding: 0;
  min-height:100vh;
  overflow: hidden;
  position:relative;
}
.p {
  padding: 100px 250px;
  min-height: 300px;
}
.p1 {
  height: 80vh;
  padding-top: calc(40vh - 50px);
  box-sizing: border-box;
}
.p2 {
  padding-top: 200px;
  padding-bottom: 200px;
  border-radius: 50px;
}
.p-title {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
html{
  overflow-x:hidden;
  overflow-y:auto;
}
.bgimg{
  background-image: url("../staffingtime-website-background-export.svg");
  background-repeat:no-repeat;
  background-size:cover;
  width:1600px;
  height:1600px;
  top:-300px;
  right:-600px;
  position:absolute;
  z-index:-1;
}
header a {
  text-decoration: none;
  color: black;
}
header .bg div {
  background: radial-gradient(ellipse, #1092ee 0%, #51e0f3 40%, #ffffff 70%);
}
main .bg {
  height: calc(100vh + 250px);
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
.bg div {
  width: 500%;
  margin-left: -200%;
  height: 200%;
  background: radial-gradient(ellipse, #1092ee 0%, #51e0f3 50%, #ffffff 80%);
}
.p-header{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-left:-30px;
}
.bar-left{
  width:10px;
  height:160px;
  margin-top:-70px;
  border-radius:100px;
  background-color:#1092ee;
  flex:none;
  z-index:1;
}

.bar-left-fh{
  position:absolute;
  top:calc(40vh + 80px);
  background-color:#f0f0f0;
  height:calc(100% - 40vh - 100px);
  width:10px;
  z-index:0;
  bottom:0;
  left:220px;
}
footer {
  background-color: black;
  color: white;
  min-height: 20px;
  width: 100%;
  padding: 25px 250px;
  padding-right: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  font-size: 18px;
  z-index:2;
  position:relative;
}
.f-left {
  width: 250px;
}
.f-right {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
footer a {
  color: white;
}
.content{
  padding-top:25px;
  padding-left:25px;
}

#download{
  margin-top:20px;
}
#download img{
  cursor:pointer;
}
#download a{
  text-decoration:none;
}

.content a{
  color:black;
}