/* Styling sheet for Socket Mat*/
/*Documented/Updated by Arya Prabhu 19/04/2021 for Stream Data Systems*/

/*Universal Items*/
html {
  scroll-behavior: smooth;
  font-size: 100%;
}
.row {
  padding: 0px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.col {
  padding: 0px;
}
body {
  padding: 0;
  margin: 0;
  font-family: var(--main-font);

  background-color: white;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* p,
ul {
    font-size: 115%;
    font-weight: 600;
} */

/* h2 {
  font-weight: 700;
  font-size: 225%;
  color: var(--stream_green);
}

h4 {
  font-weight: 700;
  font-size: 175%;
  color: var(--stream_green);
} */

.container_wrapper {
  min-height: 100vh;
  background: #ffffff;
  /* background: url("/assets/img/backgrounds/dark.jpg"); */
  background: white;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
  padding-top: var(--nav-height);
  min-width: 100%;
}

.testimonialsWrapper {
  background: white;
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.align_horizontally {
  display: flex;
  flex-direction: column;
}

.centered {
  text-align: center;
  justify-content: center;
}

.inqFormTab {
  color: white;
  font-weight: bold;
}

.nav-link:hover {
  color: var(--stream_green) !important;
}

:root {
  --stream_green: #a9cf85;
  --stream_green_comp: #8fc160;
  --stream_green_lighter: #bed6a8;

  --stream_blue: #021323;
  --stream_blue_lighter: #04223f;
  --temp_brown: #191c24;

  /* Generating nav height using inspect element with screen zoom set to 125% at 1080p */
  --nav-height: 60.61px;
  --main-font: "Arial", sans-serif;
}

/* Quiz */
.sd-body.sd-body--static {
  padding-bottom: 0px !important;
}