@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400&family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Poppins:wght@100;400&family=Source+Sans+Pro&display=swap');
.home-main-container{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 2.9375em;
    display: inline-flexbox;
    margin: 5%;
}

.home-bold{
    font-weight: bold;
    color: rgb(43, 137, 238);
}

.navbar-brand{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.35rem;
}

.home-social{
    display: inline-flex;
    /* flex-direction: column; */
    color: black;
    font-size: 35px;
    text-decoration: none;
}

.home-social:hover{
    color: #0a66c2;
    text-decoration: none;
}

.home-img{
    size: 50%;
    clip-path: circle();
}

.home-img-wrapper{
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.75));
}

.about-main-container{
    text-align: center;
    font-family: "Poppins", Arial, 'Source Sans Pro';
    /* display: flex; */
    margin: 5%;
    margin-top: 2%;
}

.projects-main-container{
    font-family: "Poppins", Arial, 'Source Sans Pro';
    margin: 5%;
    margin-top: 2%;
}


.section-title{
    color: #0a66c2;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: 700;
    padding-bottom: 2em;
    font-size: 36px;

}

.section-title--about{
    color: #0a66c2;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 2rem;
}

.about-content{
    font-size: 23px;
    text-align: left;
}

.about-row{
    display: flex;
    flex-wrap: wrap;
    margin: 5%;
}

.about-column{
    display: flexbox;
    flex: 50%;
    padding: 5px;
}

.table-row{
    margin-left:-5px;
    margin-right:-5px; 
}

.table-column {
    float: left;
    width: 25%;
    padding: 5px;
}

@media (max-width: 900px) {
    .table-column {
      width: 100%;
    }

    .flex-container{
        flex-direction: column;
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

th{
    text-align: center;
    padding: 16px;
}

td{
    text-align: center;
    padding: 16px;
    font-size: 17px;
}

.box-container{
    box-sizing: border-box;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-row::after {
    content: "";
    clear: both;
    display: table;
}

.flex-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

.item{
    flex-grow: 1;
    flex: 50%;
}

.head-name{
    text-decoration: solid;
    font-size: 23px;
}

.grey-size{
    font-size: 15px;
    color: rgb(152, 152, 152);
}

.padding-head{
    padding-bottom: 5px;
}

.data-size{
    font-size: 15.5px;
}

.padding-head-more{
    padding-top: 10px;
}

.education-description{
    text-align: left;
    margin-left: 5%;
}

.boxed{
    border: 1px solid white;
}

.education-size{
    font-size: 20px;
}

.brand-design{
    font-family: 'Montserrat';

}

.proj-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    row-gap: 2em;
    column-gap: 2em;
}

.card{
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.75));
}

.card-img-top{
    border-radius: 5%;
    scale : 0.9;
}

.card-tags{
    display: flex;
    flex-flow: row wrap;
    margin: 10px;
}

.card-tags > button{
    margin: 1%;
}

html {
    scroll-behavior: smooth;
  }
  
body {
    height: 100%; /* Set the height to that of html. */
    overflow-y: auto; /* Draw a vertical scrollbar when needed. */
}
section:before {
    height: 40px;
    content: "";
    display:block;
}

:root {
  --primary-color: #fff; /* try #212121 also for dark mode */
  --background-color: #212121;
  --font: sans-serif;
}

.about-column--desc{
    display: flexbox;
    flex: 50%;
    padding: 5px;
}
/* * {
  margin: 0;
  padding: 0;
} */

.education-body {
  display: flex;
  justify-content: center;
}

/* Timeline Container */
.timeline {
  background: var(--primary-color);
  margin: 20px auto;
  padding: 20px;
}

/* Outer Layer with the timeline border */
.outer {
  border-left: 2px solid #333;
}

/* Card container */
.education-card {
  position: relative;
  margin: 0 0 20px 20px;
  padding: 8px;
  border-radius: 11px !important;
  max-width: none;
  border: #212121 solid 2px;
}

/* Information about the timeline */
.education-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Title of the card */
.education-title {
  color: rgb(43, 137, 238);
  position: relative;
}

/* Timeline dot  */
.education-title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 999px;
  left: -36px;
  border: 3px solid rgb(43, 137, 238);
}

@media (max-width:766px){
    #large-nav{
        display: none !important;
    }
    #large-nav > nav{
        box-shadow: none;
    }
    .home-bold{
        font-size: 2.2rem;
        font-weight: bold;
        color: rgb(43, 137, 238);
    }
    .home-main-container{
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 2.2rem;
        display: inline-flexbox;
        margin: 11% 5% 11% 5%; 
    }
    .section-title--about{
        color: #0a66c2;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-weight: 700;
        font-size: 36px;
        padding-bottom: 1rem;
    }
    .about-column--desc{
        display: flexbox;
        flex: 50%;
        padding: 5px;
        margin-top: 10%;
        margin-bottom: 10%;
    }
}

@media (min-width:767px){
    #small-nav{
        display: none !important;
    }
    #small-nav > nav{
        box-shadow: none;
        outline: none;
    }
}

.about-content-center{
    text-align: center;
}

.card-text > ul > li {
    position: relative;
    left: -11.5px;
}