footer, .hero-body {
    background-color: rgb(10, 25, 47) !important;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

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

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

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

.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-size: 1.25rem !important;
    font-weight: 575;
    color: rgb(230, 241, 255);
}

.sidebar-header h5 {
  font-size: 1rem !important;
}

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

.icon:hover {
    color: white;
}

.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: #fa615c;
}

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

.min {
    background-color: #ffbd48;
}

.terminal-window {
    height: 320px;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.primary-bg {
    background-color: rgb(23, 42, 69);
}

.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;
}

.column-child {
    flex: 1;
}

input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    width: 100%;
    outline: none;
}

.terminal-line {
    font-family: 'Anonymous Pro', monospace;
    font-size: .9rem;
    color: #b7c5d2;
}

#terminalReslutsCont{
    width:100%;
    height: 400px;
    padding: 10px;
    overflow-y: hidden;
    overflow: auto;
    resize: none;
    border: none;
    font-family: 'Anonymous Pro', monospace;
    font-size: 14px;
    line-height: 28px;
    display: block;
    color: white;
}

#terminalReslutsCont a{
    color: rgba(255,255,255,0.9);
    text-decoration: none;
}

#terminalReslutsCont a:hover{
    text-decoration: underline;
}

#terminalTextInput{
    font-size: 14px;
    font-family: 'Anonymous Pro', monospace;
}

.fa-heart {
    color: #0a192f
}

.fa-heart:hover {
    color: #d6055e 
}

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

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

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