/* Container Section */

.container {
    margin: 0px;
    padding: 10px 30px;
}

/* Header Section */

.header {
  text-align: center;
  background-color: #010507;
  color: white;
}

.brand {
  
}

.logo {
  text-align: center;
}

/* Navigation Section */

.nav {
  text-align:center;
  background-color: #121e1f;
  color: white;
}

.menu {
  display: inline-block;
}

.navigation {
  display: inline-block;
}

.nav-link {
  padding: 3px;
  font-size: 14px;
}

/* Main Section */

.main {
  
}

/* Home Section */

.home {
  text-align: center;
  background-color: cadetblue;
  color: black;
  height: 210px;
  width: auto;
}

.home-t {
  margin: 5px 0px 0px 0px;
  padding: 10px;
}

.home-h {
  padding: 5px;
}

.home-p {
  padding: 5px;
  font-weight: 500;
}

.home-b {
  margin: 5px;
  padding: 10px;
  
}

.home-l {
  background-color: #121e1f;
  color: white;
  padding: 10px;
  border-radius: 20%;
}

/* About Section */

.about {
  text-align: center;
  background-color: #e9f4f5;
  height: auto;
  width: auto;
}

.about-h {
  text-align: center;
  padding: 10px;
}

.about-p {
  text-align: justify;
  padding: 10px;
}

/* Services Section */

.services {
  text-align: center;
  background-color: #d9e8e8;
  height: auto;
  width: auto;
}

.services-h {
  text-align: center;
  padding: 10px;
}

.services-p {
  text-align: center;
  padding: 10px;
}

.services-card {
  height: 70px;
  width: auto;
  background: #bfd8d8;
  padding: 10px;
  margin: 10px 0px;
  border-radius: 10%;
}

.sc-h {
  padding: 1.1px;
}

.sc-p {
  padding: 1.1px;
}

/* Contact Section */

.contact {
  text-align: center;
  background-color: #e9f4f5;
  height: auto;
  width: auto;
}

.contact-h {
  text-align: center;
  padding: 10px;
}

.contact-p {
  text-align: center;
  padding: 10px;
}

.contact-card {
  height: 55px;
  width: auto;
  background: #bfd8d8;
  padding: 10px;
  margin: 10px 0px;
  border-radius: 10%;
}

.cc-h {
  padding: 1.1px;
}

.cc-p {
  padding: 1.1px;
}

/* Footer Section */

.footer {
  text-align: center;
  background-color: #121e1f;
  color: white;
}

.quick-link {
  text-align: center;
}

.quick-navigation {
  display: inline-block;
}

.link {
  display: inline-block;
  padding: 3px;
  font-size: 13px;
}

.copyright {
}

/* Responsive Section */