/*!
* Start Bootstrap - 3 Col Portfolio (https://startbootstrap.com/template-overviews/3-col-portfolio)
* Copyright 2013-2018 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-3-col-portfolio/blob/master/LICENSE)
*/

body {
    padding-top: 54px;
    font-family: 'Raleway', sans-serif;
    background-color: #25292C;
}

@media (min-width: 992px) {
  body {
    padding-top: 70px;
  }
}

.portfolio-item {
  margin-bottom: 30px;
}

.pagination {
  margin-bottom: 30px;
}

.navbar {
    background-color: #25292C;
    border-bottom: 1px solid #383E43;
}

.nav-link{
  color: #fff !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-link:hover {
    color: #F58C66 !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.my-3 {
  color: #fff;
  font-size: 2rem;
}

.my-4 {
    font-size: 1.3em;
    color: #fff;
    font-family: 'Roboto Slab', serif;
}

.title-card {
    background-color: #383E43;
    border-radius: 0em 0em 0.5em 0.5em;
    border: none;
    margin-top: -8%;
    margin-bottom: 8%
}

.card {
    background-color: #383E43;
    border-radius: 0em 0em 0.5em 0.5em;
    border: none;
}

.card-text {
  color: #fff;
  margin-bottom: 0px;
  line-height: 1em;
}

.card-title{
  font-size: 1.2em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgb(56, 68, 77);
}

.card-subtitle {
    padding-bottom: 0.5em;
    font-weight: 600;
    font-size: 0.7em;
    line-height: 0.5em;
    color: #fff;
}

.TGWLIHE-subtitle {
    padding-bottom: 0.5em;
    font-weight: 600;
    font-size: 0.75em;
    line-height: 0.5em;
    color: #fff;
}

.card-title a {
  text-decoration: none;
  color: rgb(255, 173, 31);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.card-title a:hover {
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.title-name {
    /* font-weight: 400; */
    font-size: 1em;
    /* font-variant: small-caps; */
    font-family: 'Roboto Slab', serif;
    color: #F58C66;
    text-align: center;
}

.title-description {
    /* font-weight: 400; */
    font-size: 1em;
    /* font-variant: small-caps; */
    font-family: 'Roboto Slab', serif;
    color: #FFFFFF;
    text-align: center;
}

.subtitle-name {
    /* font-weight: 400; */
    font-size: 1em;
    /* font-variant: small-caps; */
    font-family: 'Roboto Slab', serif;
    color: #FFFFFF;
    text-align: center;
    margin-top: -2%;
}

.card-img-top {
  border: none;
  border-radius: 0;
  /* border: 1px solid #121B26; */
}

.card-img-top:hover {
  opacity:0.5 !important;
  filter:alpha(opacity=50) !important; /* For IE8 and earlier */
}

.descriptive-text {
    font-size: 0.9em;
    line-height: 0.5em;
    color: #fff;
}

.programming-text {
    font-weight: 600;
    font-size: 0.9em;
    line-height: 0.5em;
}

.descriptive-list {
    list-style: none;
    font-size: 0.9em;
    color: #fff;
    padding-left: 0em;
}

.presentation-text {
  color: #fff;
  font-size: 1em;
  margin-top: 1%;
  /*margin-right: 5%;*/
}

.presentation-logo {
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    margin-top: 1%;
/*    margin-left: 5%;
    margin-right: 5%;*/
}

.img-fluid {
  display: block;
  max-width: 160px;
  text-align: right;
}

.TGWLIHE-text {
  font-size: 0.9em;
}

/* unvisited link */
a:link {
    text-decoration: none;
    color: #F58C66;
}

/* visited link */
a:visited {
    color: #F58C66;
}

/* mouse over link */
a:hover {
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* selected link */
a:active {
  color: blue;
}

.m-0 {
    color: #F58C66;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px;
    border-top: 1px solid rgb(56, 68, 77);
    border-color: #383E43;
    height: 1px;
}

py-5 {
    background-color: #272838;
}
