@import url("https://fonts.googleapis.com/css2?family=Special+Elite&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:wght@800&family=Special+Elite&display=swap");

:root {
  --classic-yellow: rgb(253, 184, 19);
  --classic-green: rgb(0, 147, 127);
  --classic-purple-light: rgb(156, 141, 195);
  --classic-purple: rgb(121, 40, 140);

  --classic-yellow-bg10: rgba(253, 184, 19, 0.1);
  --classic-yellow-bg80: rgba(253, 183, 19, 0.8);
  --classic-yellow-bg70: rgba(253, 184, 19, 0.7);
  --classic-yellow-margin: rgb(255, 252, 217);

  --classic-green-bg10: rgba(0, 147, 127, 0.1);
  --classic-green-bg20: rgba(0, 147, 127, 0.2);
  --classic-green-bg30: rgba(0, 147, 127, 0.3);
  --classic-green-bg40: rgba(0, 147, 127, 0.4);
  --classic-green-bg50: rgba(0, 147, 127, 0.5);

  --important-text: 1.5rem;
}

body {
  margin-top: 0;
  margin-left: 0;
}

html {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
}

h1 {
  /* font-size: 3rem; */
  text-align: center;
  font-family: Tahoma;
  font-weight: 700;
  color: var(--classic-green);
  margin-block-start: 2%;
  margin-block-end: 2%;
}

h2 {
  /* font-family: "Special Elite"; */
  font-size: 2rem;
  text-align: center;
  font-family: Tahoma;
  font-weight: 700;
  color: var(--classic-green);
  margin-block-start: 2%;
  margin-block-end: 2%;
}

h3 {
  font-size: 2rem;
  text-align: center;
  font-family: Tahoma;
  font-weight: 700;
}

h3 .profile {
  color: var(--classic-green);
}

h4 {
  font-size: 1.25rem;
  text-align: center;
  font-family: Tahoma;
  font-weight: 700;
}
footer {
  position: absolute;
  bottom: 5%;
  font-size: 0.9rem;
  font-weight: 500;
  color: black;
  margin-left: 5%;
  margin-right: 5%;
}

nav {
  background-color: var(--classic-green);
  color: white;
  text-align: right;
  margin-top: 0;
}

nav > ul {
  padding-bottom: 16px;
}

nav ul li {
  list-style: none;
  display: inline-block;
  padding-right: 1rem;
  padding-top: 1rem;
  margin: 0;
  height: 2.5rem;
}

nav ul li a {
  color: white;
}

nav ul li a:hover {
  color: rgb(8, 220, 248);
}

.ul.no-bullets {
  list-style-type: none;
}

.service-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 5%;
  justify-content: space-around;
  flex-shrink: 0;
  flex-basis: content;
}

.service-container div img {
  display: block;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: auto;
  margin-bottom: auto;
}

.service-container div h4 {
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}

.service-container div button {
  margin-top: 6%;
  margin-bottom: 6%;
  position: relative;
  left: 50%;
  height: 3rem;
  width: 50%;
  transform: translate(-50%, -50%);
}

.service-container div p {
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}

.bridgeimage {
  background-image: url(C:\Dev\AuxCloud\ClassicAdminWeb\img\YandhaiBridge.jpg);
}

#menu-list {
  list-style-type: none;
  margin-top: 0;
  width: max-content;
}

#menu-list a {
  text-decoration: none;
}

.container-fluid p {
  margin-block-end: 0px;
}
