body {
    font: 20px "Gill Sans", Verdana, sans-serif;
    line-height: 1.8;
    color: #000000;
    background-color: #dcdcdc;
    padding-top: 0px !important;
  }

.textcontainer {
  padding: 2% 10%;;
}

p {font-size: 16px;}
.margin {margin-bottom: 30px;}

li {font-size: 16px;
    margin-bottom: 10px;}

a {
  color: #000000;
}

.container-fluid {
  padding: 0px;
  /*padding-bottom: 70px;*/
}

nav {
  background-color: #dcdcdc;
  color: #EEE7E8;
  padding: 50px 0px;
}

.navbar-nav {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}

.nav-name{
  margin-left: 30px;
  text-align: left;
  display: inline;
  white-space: nowrap;
  color: #000000;
}

.nav-title{
  margin-left: 15px;
  margin-right: 15px;
  color: #000000;
}

.nav-link {
  color: #000000;
  transition: 0.3s;
  white-space: nowrap;
}

/* Only adds margin to the button furthest right. Maintains spacing between buttons.*/
.nav-link:last-child {
  margin-right: 30px;
}

.nav-link:hover {
  transition: 0.3s;
  color: #000000
}

#btn {
  border: 3px outset #FFFFFF;
  border-radius: 40px;
  padding: 5px 5px;
  background-color: #a3a3a3;
  color: #000000;
  transition: 0.3s;
}

#btn:hover {
  border: 3px inset #FFFFFF;
  border-radius: 40px;
  padding: 5px 5px;
  background-color: #a3a3a3;
  transition: 0.3s;
}

.row {
  margin: auto auto;
}

/* Removes underline from links only for gridded buttons.*/
.col-sm-4 a {
  text-decoration: none;
}

.col-sm-4 a:hover {
  text-decoration: underline;
}

.flexrow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.center-row {
  display: flex;
  justify-content: center;
}

code {
  background-color: #2d2b33;
  color: #EEE7E8;
  font-family: 'Courier New', Courier, monospace;
}

.caption {
  color: gray;
  font-size: 16px;
  text-align: center;
  font-style: italic;
}

#aboutme {
  padding: 20px;
}

pre code {
    background: #cfcccc !important; 
    color: #000000 !important; 
    display: block;
    padding: 16px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.4;
    font-family: "Fira Code", Consolas, monospace;
    overflow-x: auto;
    white-space: pre;
}
pre {
    margin: 10px 0;
}

