@import url('https://fonts.googleapis.com/css2?family=Rokkitt:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
body {
  width: 85%;
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  margin: auto;
}

h1,h2,h3,h4,h5,h6{
font-family: 'Rokkitt', serif;
}


::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #80808021;
  border-radius: 10px;
}

.container {
  max-width: 100%;
  margin-top: 20px;
  min-height: 100vh;
  position: relative;
  display: flex;
}

.row {
  margin: 0;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  width: 25%;
  margin-right: 5%;
  float: left;
  height: auto;
  left: 0;
  top: 40px;
}

.content {
  width: 70%;
  float: left;
}

.nav-link {
  border-radius: 0;
  color: #5c5b5b;
  background: transparent;
  /* padding: 5px 15px; */
  display: flex;
  align-items: center;
  text-decoration: none;
  padding:6px 5px;
  margin-bottom: 0.5rem;
  column-gap: 0.5rem;

  
}

.nav-link:hover {
  background-color: #f0f0f0;
}

.nav-link.active {
  color: #19191a;
  background: #f3f3f3;
}



.pp-img {
  max-width: 100%;
  height: auto;
}

article {
  text-align: justify;
  font-size: 1.05em;
  font-weight: 400;
  padding: 10px;
  line-height: 1.75rem;
  color: #1d1d1d;
}

h3 {
  margin-top: 20px;
}

ul {
  list-style-type: square;
  padding-left: 20px;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  background-color: #f8f9fa;
  padding: 10px;
  margin-top: 20px;
  clear: both;
}



@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }

  /*svg{*/
  /*  display: none;*/
  /*}*/

  .sidebar {
    width: 100%;
    margin-right: 0;
    /* margin-bottom: 20px; */
    text-align: center;
  }

  .content {
    width: 100%;
    padding-top: 2px;
  }
  .pp-img {
    max-width: 50%;
    height: auto;
  }
  .info{
    text-align: center;
  }
  .nav-pills .nav-link {
    display: inline-block;
    margin-right: 10px;
    border-radius: 0;
    color: #5c5b5b;
    align-items: center;
    padding:6px 10px;
    margin-bottom: 0.5rem;
    column-gap: 0.5rem;
  }
  .container {
    max-width: 100%;
    margin-top: 20px;
    min-height: 100vh;
    position: relative;
    display: block;
  }
 
}
