body {
  margin: 0;
  height: 100%;
}

body,
footer,
.hero-body {
  margin-top: 80px;
  /* background-color: #e3e3e3 !important; */
  background-color: #fff !important;
}

a {
  color: inherit;
}

p {
  color: rgb(136, 146, 176);
}

.title {
  color: rgba(139, 180, 216, 0.94);
}

.sidebar {
  background-color: #2e3436;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  color: rgb(136, 146, 176);
  opacity: 1;
}

.image-overlay {
  background: url("https://i.imgur.com/SsVBVWk.png") 20%;
  opacity: 0.5;
}

.sidebar-image {
  width: 150px;
  border-radius: 100%;
  margin-top: 1rem;
  text-shadow: 2px 2px 4px #000000;
}

.resume a{
  text-decoration: none;
}

.sidebar-link {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: rgba(139, 180, 216, 0.94);
}

.sidebar-link:hover {
  color: rgb(230, 241, 255);
}
.header-name {
  font-weight: 600;
  margin-top: 20px;
  color: rgb(230, 241, 255);
}

.column-header {
  border-bottom: 2px rgb(45, 57, 82) solid;
  margin-bottom: 1rem;
}

.column-header > h1 {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  color: white;
}

.icon,
.sidebar-link {
  transition-duration: 250ms;
}

.icon{
  margin-top: 5px;
  margin-bottom: 5px;
  color: #c9c9c9;
}

.fa-github:hover {
  color: #bf3eff;
}

.fa-twitter:hover{
  color:#1da1f2;
}

.fa-envelope:hover{
    color: #ea4335;
}



.terminal-bar {
  background-color: #eae8e9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  position: relative;
}

.dark-mode {
  background-image: linear-gradient(180deg, #464248 0%, #3b383d 100%);
  border-bottom: 1px solid rgba(66, 66, 66, 0.5);
}

.dark-mode-text {
  color: #bdb9bf !important;
}

.icon-btn {
  border-radius: 50%;
  margin-top: 7px;
  height: 15px;
  width: 15px;
  margin-bottom: 0.5rem;
}

.terminal-bar > div.icon-btn:first-child {
  margin-left: 0.6rem;
}

.terminal-bar > div.icon-btn:not(:first-child) {
  margin-left: 0.5rem;
}

.terminal-bar > div.icon-btn:last-child {
  margin-right: 0.6rem;
}

.close {
  background-color: #cc0802;
  opacity: 1
}

.max {
  background-color: #3fc950;
}

.min {
  background-color: #ffbd48;
}

.terminal-window {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 400px;
  padding: 0.5rem 0rem 0rem 0.5rem;
  display: flex;
  flex-direction: column;
}

.primary-bg {
  background-color: #2e3436;
}

.shadow {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.terminal-bar-text {
  position: absolute;
  margin-top: 3px;
  color: #383838;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.has-equal-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.terminal-output {
  overflow-y: hidden;
  overflow: auto;
}

.column-child {
  flex: 1;
}

.terminal-line {
  position: relative;
  font-family: "Anonymous Pro", monospace;
  font-size: 1.1rem;
  color: #b7c5d2;
}

.terminal-line .help-msg{
  margin-bottom: 30px;
}

.terminal-line .command{
  margin-top: 8px;
  margin-bottom: 20px;
}

.terminal-line .id{
  color: #ffbf00;
}

.terminal-line .pc-name{
  color: #800080;
}

.directory {
  color: white;
  font-weight: 500;
}

.success {
  color: #3b91ff;
}

.terminal-line a{
  text-decoration: none;
}

.success:hover{
  font-weight: bold;
  color: #3b91ff;
}

.code,
.error,
.fa-heart {
  color: #990000;
  font-weight: bold;
}

.fa-heart {
  padding-top: 0.5rem;
}

.dummy-keyboard {
  opacity: 0;
  filter: alpha(opacity=0);
}

::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 999px) {
  .resume {
    padding-bottom: 0.5rem;
  }
}


@media screen and (min-width: 1000px)
{
    .sidebar-image{
      margin-top: 100px;
      width: 165px;
    }
}

@media screen and (min-width: 1470px)
{
    .hero-body {
      margin-top: 100px;
    }

    .sidebar-image{
      margin-top: 80px;
      width: 190px;
      border-radius: 100%;
    }
}
