html {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  color: rgb(90,90,90);
}
p {
  width: 100%;
}
.font-bold {
  font-weight: bold;
}

.font-size-14 {
  font-size: 14px;
}
.font-size-30 {
  font-size: 30px;
}
.cursor {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0032A0;
  transform: translate(-50%, -50%);
  z-index: 9999;
 } 

@media (max-width: 1200px) {
  .cursor {
    display: none;
  }
}
@media (min-width: 1200px) {
  html {
    cursor: none;
    width: 100%;
    height: 100%;
  }
  html:hover {
    cursor: none;
  }
  
  a:hover, button:hover {
    cursor: none;
  }
  .btn:hover {
    cursor: none;
  }
  a:hover, a:focus {
    text-decoration: none;
    cursor: none;
  }

  a:hover {
      cursor: none;
      text-decoration: none;
  }

  a:-webkit-any-link {
    cursor: none;
  }
}
a:hover, a:focus {
  text-decoration: none;
}

a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
div,
span,
p {
  font-family: 'Lato';
}

.h1-hi-text {
  font-size: 6rem;
  margin-bottom: 5%;
  /* margin-left: -5%; */
  /* transform: rotate(-15deg); */
}

.hi-paragraph-text-container {
  margin-bottom: 5%;
  text-align: justify;
}
.hovered {
  display: none;
}

.read-more:hover {
  font-weight: bold;
} 

@media (max-width: 992px) {
  .has-normal-font-size {
    font-size: 4rem !important;
  }
}
