@import url('https://fonts.googleapis.com/css2?family=Sora:wght@500&display=swap');

:root {
  --primary: #0a6b32cc;
  --dark: #21252f;
  --body: #888;
  --box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

body {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  line-height: 1.7;
  color: var(--body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-4 {
  color: var(--dark);
  font-weight: 700;
  text-shadow: #888;
}

a {
  color: var(--dark);
  text-decoration: none;
}

.navbar .logo {
  width: 160px;
  height: fit-content;
}

.navbar .nav-link {
  font-size: 16;
  padding: 10;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  margin-right: 25px;
}

.navbar .nav-link:hover {
  color: yellow !important;
}

.btn {
  padding: 14px 18px;
  border-radius: 2rem;
  border-width: 2px;
  margin: 10 10;
}

.hero {
  background-image: url('../images/elearning2.png');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
  height: 100vh;
  margin-top: 0;
}

.hero::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: rgba(49, 111, 98, 0.8); */
  z-index: -1;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.img-logo {
  height: 30px;
  width: 30px;
}

.logo-home {
  height: 150px;
  width: 160px;
  margin-bottom: 20px;
}
