:root {
 --primary: #2d9d3e;
  --secondary: #37446b;
}

html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
}
.navbtn{
  background-color: var(--primary);
}
.navbtntext{
  color:white;
}

.headline{
 position:relative;
 display:inline-block

}

.circle-bg {
  position: absolute;
  top: -100;
  left: 0;
  width: 200px;
  height: 200px;
  background: var(--primary);
  border-radius: 50%;
  z-index: -1;
}

.circle-text {
  position: relative;
  padding: 45px;
  color: white!important;
}

.preicons {
  display: block;
  text-align: right;
  /* margin-top: -25px; */
}
.share{
  text-decoration: none;
}

.nav-link, a.nav-link.active{
  color:white!important;
}
.nav-link2, a.nav-link2.active{
  color:white!important;
}
.prephoneemail {
  margin-top: 15px;
}

.icon-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;           /* circle size */
  height: 25px;
  border-radius: 50%;    /* makes it a circle */
  background-color:var(--primary); /* circle color */
  color: white;          /* icon color */
  font-size: 15px;       /* icon size */

}

.welcome{
  font-size: 72px;
  color:var(--primary)
}

.wname{
  font-size: 50px;
  color:var(--secondary)
}
.contactfields{
  margin-left:8px!important;
}

.homeabt{
  width:70vw;
  margin-left: 230px;
}
.corplogo{
  clip-path: polygon(0% 100%, 100% 100%, calc(100% - 30px) 0%, 0% 0%, calc(100% - 30px) 0%, 0% 0%);
}

.form-floating > .form-control {
  border: 1px solid var(--bs-tertiary-color);
}

.form-floating > label {
  color: rgba(var(--bs-body-color-rgb),.65);
}

@media screen and (max-width:680px) {
  .homeabt{
    margin-left:75px!important;
    width:80vw!important;
  }
  .bizName{
    margin-top:200px;
  }
  .vendorlogos{
    width:80vw!important;
    margin-left:55px;
  }
  .homecards{
    width: 80vw!important;
    margin-left: 45px!important;
  }
  .contactblock{
    width:80vw;
    margin-left:55px!important;
  }
  .subherotext{
    margin-top:90px!important;
  }
  .corplogo{
    margin-top:-15px;
  }
  span.navbar-toggler-icon{
  color:white!important;
}
.investnav{
  font-size: 0.75rem;
}
.investcircle{
  margin-left:350px!important;
}
}




@media screen and (max-width:992px) {
  .homeabt{
    margin-left:150px;

  }
  .corplogo{
    margin-top:-15px;
  }
  /* .bizName{
    margin-top:200px;
  }
  .vendorlogos{
    width:80vw!important;
    margin-left:55px;
  }
  .homecards{
    width: 80vw!important;
    margin-left: 55px;
  } */
}
