
html { 
  min-height: 100%; 
}

body {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(0,0,0,.84);
  position: relative;
}

p {
  color: #565b73;
  letter-spacing: -.003em;
}

a {
  color: #4aa1cc; /* Change to the desired color code */
}
.underline {
  text-decoration: underline;
}

.post-body h4 {
  margin-top: 1.5em;
}

div.small {
  font-size: small;
  font-variant: small-caps;
}

img {
  max-width: 100%;
}

section {
  padding-top: 80px;
  padding-bottom:80px;
}

section, #sec-landing {
  /* background: -webkit-linear-gradient(to bottom, #ffffff, #e6e3e4); */
  /* background: linear-gradient(to bottom, #ffffff, #e6e3e4); */
}

.whitebg{
  background-color:#f4f4f4;
}
.greybg{
  background-color:#e6e6e6;
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(100, 100, 100, 0.6), rgba(100, 100, 100, 0.8), rgba(100, 100, 100, 0.6));
  margin: 50px 0px;
}

.skill {
  display: inline-block;
  background-color: #ffffff00;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  font-size: 0.7em;
  color: #363636;
  border-color: #363636;
  font-weight: 400;
  padding:8px 10px;
  margin:10px 5px;
}


/*==============Navbar================*/
.navbar {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.2em;
  background-color: rgba(0, 0, 0, 0.75);
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-bg {
  background-color: rgba(0, 0, 0, 0.90);
  transition: all 1s;
}

.navbar-dark .navbar-nav .nav-link.active {
  padding-bottom: 3px;
  border-bottom: white 2px solid;
  /*font-weight: 700;*/
}

/*Don't highlight non-important links in blue*/
.link-secondary {
  color: inherit;
}


/*==============Landing Page=============*/
#sec-landing {
  background-image: url(../images/resized/tello-me_bg_2.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height:100vh;
  position: relative;
  display: flex;
  justify-content: center;
}

.terminal {
  font-family: 'Roboto Mono', monospace;
  width: 95%;
  margin-top: auto;
  margin-bottom: 0%;
  max-width: 680px;
  align-self: center;
  border-radius: 8px;
  box-shadow: 0px 0px 25px #00000063;
}




.terminal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(20, 20, 20);
  padding: 5px 0;
  font-family: 'Roboto Mono', monospace;
  font-size: 1em;
  text-align: center;
  background: -webkit-linear-gradient(to bottom,  #dbdbdb, #dadada, #dbdbdb);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom,  #dbdbdb, #dadada, #dbdbdb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 6px 6px 0 0;
}

.terminal-body {
  min-height: 125px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 13px;
  color: #f0f0f0;
  font-family: 'Roboto Mono', monospace;
  font-size: 1.4em;
  line-height: 1.40em;
  font-weight: 400;
  text-align: left;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
}

@media screen and (max-width: 800px) {
  .terminal {
    font-size: 0.8em; /* Adjust the font size as per your preference */
  }
  .terminal-body {
    margin-bottom: 0px;
  }
  #sec-landing {
    height: 75vh;
  }
  
  /* You can also adjust the font size of .terminal-header and .terminal-body here if needed */
}

.close-button {
  color: #727272; /* Red color for the X */
  font-size: 1.4em;
  cursor: pointer;
  float: right;
  padding: 0px 15px 0px 0px;
}


.mylabel {
  font-size: 1.0em;
  margin: 1px 0;
}

.timestamp {
  font-size: small;
}

.my-youtube {
  border-radius: 10px;
}

.expand {
  cursor: pointer;
  color: gray;
}

#sec-research .card-img-top {
  width: 100%;
  object-fit: contain;
  padding: 1em 1em 0 1em;
  opacity: 0.9;
}

.clickable {
  transition: all 5ms;
  border-radius: 4px;
  background-color: white;
}

#sec-research .card {
  height: 100%;
}

#sec-research .card-title {
  margin-bottom: 0.4em;
}


/*Small devices (landscape phones, 576px and up)
Medium devices (tablets, 768px and up)
Large devices (desktops, 992px and up)
Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 768px) { 
  #sec-research .card-text {
    display: none;
  }
}

#sec-research h4 {
  margin-top: 2.8rem;
  margin-bottom: 0.3rem;
}

#sec-research p {
  margin-bottom: 0.5rem;
}

#runningGif {
  margin-top: -1.0em;
  padding: 0;
}







.btn-copy {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: white;
  font-size: 13px;
  padding: 0.5rem 0.3rem 0 0.3rem;
  margin: 2px 2px;
}

.btn-copy:hover {
  font-size: 13px;
  /*font-weight: 600;*/
  color: white;
}

.btn-copy:focus {
  box-shadow: none;
}

.btn-hide {
  color:lightgray;
  font-size: 11px;
}

.text-underline-lighten {
  text-decoration: underline;
}

.text-underline-lighten:hover {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.7);
  transition: color 0.3s ease;
}

.text-underline-light-grey {
  text-decoration: underline;
  color: black;
  transition: background-color 0.3s ease, border-radius 0.3s ease;
  
}

.text-underline-light-grey:hover {
  text-decoration: underline;
  color: black;
  background-color: #e2e2e2; /* Light grey background color */
  border-radius: 4px; /* Rounded corners with a radius of 4px */
}

a.nostyle:link, a.nostyle:visited {
  text-decoration: inherit;
  color: inherit;
  cursor: auto;
}

#sec-blog .row {
  margin-bottom: 20px;
  background-color: transparent;
}

#sec-blog .post-preview {
  background-color: rgba(255,255,255,0.9);
  border: gainsboro 1px solid;
  border-radius: 0.5rem;
  margin: 0.25rem;
  width: 80%;
  max-width: 320px;
  flex: 0 0 auto;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.img-prev img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: 50% 30%;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.card-link:hover {
  padding-left: 7px;
  padding-right: 0px;
  transition:  200ms;
}

.PageNavigation {
  font-size: 0.8em;
  text-transform: uppercase;
  margin-top: 1.5em;
  min-height: 3em;
}

.PageNavigation a {
  color: inherit;
}

.PageNavigation .next {
  float: right;
  text-align: right;
}

.post {
  background-color: white;
  padding-bottom: 3em;
}

.post p, .post li {
  color: rgba(0,0,0,.84);
  letter-spacing: -.003em;
  font-size: 17px;
}

@media (max-width: 768px) { 
  .post p, .post li {
    font-size: 15px;
  }
}


.figure-caption {
  text-align: center;
}

.post-header {
  margin-top: 1.5em;
}

.post-body .first-letter {
  line-height: 90%;
  font-size: 3.6em;
  float: left;
  font-family: serif;
  font-weight: 500;
  padding-top: 3px;
  padding-right: 5px;
}

.post-body {
  margin-top: 2.0rem;
}

.post-body .badge {
  font-size: 100%;
  font-weight: 600;
}

.post-body .badge a {
  color: inherit;
}

.media-list a {
  LINE-HEIGHT:3em;
  color: inherit;
  font-size:1.2em;
}

#term2 {
  display: none;
  margin:10px 0px 0px 0px;
}

.icon {
  width: 2em;
  height: 2em;
  font-size: 2em;
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}