html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

body {
    margin: 0;
    padding: 0;
    width: 100% !important;
    overflow-x: hidden !important;
    background: #111  !important;
    font-size: 100%;
}

h1 {
    color:  #ddd !important;
    font-family: Helvetica, sans-serif;
    font-weight: 700 !important;
    /* font-size: 70px !important; */
}

/* @media screen and (max-width: 600px){
    h1 {
        font-size: 120px !important;
    }
} */

h2 {
    color: #21cb55;
    font-family: Helvetica, sans-serif;
    font-weight: 600 !important;
    letter-spacing: 1px;
    font-size: 2em !important;
}

h3 {
    color: #e8e4dc !important;
    font-family: Helvetica, sans-serif;
}

p {
    color: #e8e4dc;
    font-weight: 300;
    font-family: Helvetica, sans-serif;
}

a {
    font-family: Helvetica, sans-serif;
    text-decoration: underline;
}

.text-block {
  text-align: justify;
  hyphens: auto;

}

.card-h {
  margin-left: 10%;
}

@media (min-width: 800px){
  .card-h {
    margin-left: 0%;
  }
}

a:active {
    font-family: Helvetica, sans-serif;
    text-decoration: none;
}

a:visited {
    color: #e8e4dc;
    font-family: Helvetica, sans-serif;
    text-decoration: underline;
}

a:hover {
    color: #fff !important;
    font-family: Helvetica, sans-serif;
    text-decoration: underline;
}

.info-text-card {
  width: 100%;
  padding: 20px 20px 20px 20px;
  background: #191919;
  border-radius: 18px;
}

.neumorph-card {
  padding: 50px 50px 50px 50px !important;
  margin-top: 30px !important;
  margin-bottom: 50px !important;
  margin-left: 5%;
  margin-right: 5%;
  max-width: 90%;
  border-radius: 18px;
  background: #191919;
  /* box-shadow:  10px 10px 19px #c5c2bb, -10px -10px 19px #fffffd; */
}

@media (max-width: 800px){
  .neumorph-card {
    padding: 30px 30px 30px 30px !important;
  }
}

.rounded-img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.pt-20px {
  padding-top: 20px;
}

.jb-buttonprimary {
  text-align: center;
  font-size: 1.3em !important;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  color: #111 !important;
  border-radius: 30px;
  padding: 15px 40px 15px 40px;
  background: linear-gradient(48deg, rgba(34,128,50,1) 0%, rgba(33,203,85,1) 50%, rgba(33,203,135,1) 100%);
  text-decoration: none;
  opacity: 90%;
  margin: 10px 0 10px 0;
  box-shadow:  5px 5px 10px #050505, -5px -5px 10px #121212;
  transition: all 0.2s ease-in-out;
}

.jb-buttonprimary:hover {
  color: #303030 !important;
  /* font-size: 1.4em !important; */
  text-decoration: none;
  /* padding: 16px 42px 16px 42px; */
  opacity: 100%;
  box-shadow:  10px 10px 20px #000, -10px -10px 20px #151515;
}

.homesec {
  padding-top: 30vh;
}

@media (min-width: 800px){
  .homesec {
    padding-top: 0;
}}

.fs-p {
  font-size: 1.1em !important;
  letter-spacing: 1.1;
}

@media (min-width: 800px){
  .fs-p {
    font-size: 1.3em !important;
  }
}

.stdlight {
    color: #e8e4dc !important;
}

.stdlightscnd {
    color: #303030 !important;
}

.skillbox {
  background-color: rgba(0, 0, 50, 0.3);
}

.color-light {
  color: #ccc !important;
}

.color_dark {
  color: #303030 !important;
}

.color-lgreen {
  color:  #21cb55 !important;
}

.color-grad-lgreen {
  color: linear-gradient(48deg, rgba(34,128,50,1) 0%, rgba(33,203,85,1) 50%, rgba(33,203,135,1) 100%);
  background: linear-gradient(48deg, rgba(34,128,50,1) 0%, rgba(33,203,85,1) 50%, rgba(33,203,135,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footertext {
  color: #ddd;
}

.bluewhite {
  color: #303030 !important;
  background-color: #fff !important;
  box-shadow: 0px 0px 0px 3px #e8e4dc inset;
}

.whiteblue {
  color: #303030 !important;
  background-color: #fff !important;
  box-shadow: 0px 0px 0px 3px #e8e4dc inset;
}

.border-color-111 {
  border-color: #111;
}

#header {
    transition: 200ms ease-in-out;
    width: 100% !important;
    z-index: 2000;
    position: fixed;
}

@media (min-width: 600px){
  #header.scrolled {
      background-color: transparent !important;
      transition: all 200ms ease-in-out;
  }
}

#header.scrolled {
    background-color: #111;
    transition: all 200ms ease-in-out;
}

#header img {
  width: 75px;
  height: 75px;
  margin: 20px 20px 20px 20px;
}

.dark-bg {
    background-color: #009dc5;
    color: #fff !important;
}

.firstSection {
  margin-top: 60px !important;
}

@media (min-width: 600px){
  .firstSection {
    margin-top: 150px;
  }
}

svg {
  width: 100px;
  z-index: 3000;
  margin-top: 0px;
}
svg textPath {
  font-size: 50px;
	font-family:  sans-serif;
	text-transform: uppercase;
	letter-spacing: 42px;
	fill:  #21cb55;
  background:  #21cb55;
}


/*  Contact Form  */
.cform {

}

input[type=text] {
  width: 100%;
  height: 100px;
  border-radius: 50px;
  background: #111;
  color: #fff;
  font-size: 1.4em;
  padding: 20px 50px 20px 50px;
  margin-bottom: 20px;
  border: 2px solid #191919;
  transition: 0.1s ease-in-out;
}

input[type=text]:focus {
  border-color: #21cb55;
  outline: none;
}

input[type=email] {
  width: 100%;
  height: 100px;
  border-radius: 50px;
  background: #111;
  color: #fff;
  font-size: 1.4em;
  padding: 20px 50px 20px 50px;
  margin-bottom: 20px;
  border: 2px solid #191919;
  transition: 0.1s ease-in-out;
}

input[type=email]:focus {
  border-color: #21cb55;
  outline: none;
}

input[type=submit] {
  text-align: center;
  font-size: 1.3em !important;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  color: #111 !important;
  border-radius: 30px;
  border-width: 0px;
  border-style: hidden;
  padding: 15px 40px 15px 40px;
  background: linear-gradient(48deg, rgba(34,128,50,1) 0%, rgba(33,203,85,1) 50%, rgba(33,203,135,1) 100%);
  text-decoration: none;
  opacity: 100%;
  margin: 10px 0 10px 0;
  box-shadow:  5px 5px 10px #050505, -5px -5px 10px #121212;
  transition: all 0.2s ease-in-out;
}

input[type=submit]:hover {
  color: #303030 !important;
  text-decoration: none;
  opacity: 90%;
  box-shadow:  10px 10px 20px #000, -10px -10px 20px #151515;
}

textarea {
  width: 100%;
  height: 200px;
  border-radius: 50px;
  background: #111;
  color: #fff;
  font-size: 1.4em !important;
  padding: 20px 50px 20px 50px;
  margin-bottom: 20px;
  border: 2px solid #191919;
  transition: 0.1s ease-in-out;
}

textarea:focus {
  border-color: #21cb55;
  outline: none;
}

.hero {
  width: 100% !important;
  height: 100% !important;
  background-image: url("../assets/logo-bg-pattern.png");
  background-repeat: repeat;
  /* animation: slide 60s linear infinite; */
}

/* @keyframes slide{
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0);
  }
} */

.hero-h1 {
  font-size: 3.5em;
}

@media (min-width: 800px) {
  .hero-h1 {
    font-size: 6em;
  }
}
