body {
   font-family: 'Raleway', sans-serif;
    margin-bottom: 30px;
}

h1 {
    margin-bottom: 10px;
}

.card-block {
  padding-bottom: 10px;
}

.mt-4 {
    margin-top: 30px !important;
}

.full {
    height: 100%;
}

.tech {
   font-size: .8em;
}

.desc {
  font-size: .9em;
}

.min {
  min-height: 60px;
}

.list-right{
    border-left: solid black 1px;
    padding-left: 10px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.text-black {
    color: black;
}

a.text-black:hover {
    color: #434323;
}
