* {box-sizing:border-box;margin:0;padding:0}

/* * * Colors * * */
.silverbg{background-color:#e0e0e0}.silverbg2{background-color:#d2d2d2}.silverbg3{background-color:#c0c0c0}.silverbg4{background-color:#545454}
.tealbg{background-color:teal}.maroonbg{background-color:maroon}.purplebg{background-color:#602844}
.purple{color:#602844}.olivebg{background-color:olive}.goldenbg{background-color:goldenrod}.darkbg{background-color:#17202A}.pink{color:#ffc0cb}.pinkbg{background-color:#ffc0cb}.darkpink{color:#e75480}.darkpinkbg{background-color:#e75480}.silver{color:#f2f2f2}.silver1{color:#dfdfdf}.silver2{color:#d2d2d2}
.silver3{color:#c0c0c0}.silver4{color:#545454}.teal{color:teal}.maroon{color:maroon}.olive{color:olive}
.golden{color:goldenrod}.pink{color:#ffc0cb}.dark{color:#17202A}.bg-dark-op{background-color:rgba(0, 0, 0, 0.3)}
.bg-white-op{background-color:rgba(255, 255, 255, 0.8)}.white-op{color:rgba(255, 255, 255, 0.8)}.bg-silver-op{background-color:rgba(220, 220, 220, 0.75)}.darkred{color:#800000}
.darkredbg{background-color:#800000}.darkbluebg{background-color:#011f4b}.darkblue{color:#011f4b}
.darkgreenbg{background-color:#114a0f}.darkgreen{color:#114a0f}.darkorangebg{background-color:#dc6900}
.darkorange{color:#dc6900}#silver-top{border-top:1px solid #b4b4b4!important;}.link-opacity:hover {opacity:0.5;
filter:alpha(opacity=50); /* For IE8 and earlier */}.link-opacity {opacity:1.0;filter:alpha(opacity=100); /* For IE8 and earlier */}

/* * * NavBar * * */
.navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
}

#navbarNav {
  display: flex;
  justify-content: flex-start;
}

#navbar-nav {
    padding-right: 10rem;
}

.wrapper {
    max-width: 600px;
}

/* * * Slider * * */
.carousel-item {height: 65vh;min-height: 300px;background: no-repeat center center scroll;
-webkit-background-size: cover;-moz-background-size: cover;
-o-background-size: cover;background-size: cover;}

.carousel-caption {
 margin-bottom: 50px;
}

.portfolio-item {margin-bottom: 30px;}
.card {background-color: #d4d4d4;}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,
.btn.active.focus{outline:none}[data-color-hover="btn-hover"]:hover{background-color:rgb(220, 220, 220, 0.7);color:#303030;}
[data-color-hover="button-hover"]:hover{background-color:rgba(212, 212, 212, 0.7);color:#242424;}

/* * * Hidden text * * */
.entry-title {font-size: 0;width: 1px;height: 1px;display: inline-block;overflow: hidden;position: absolute!important;border: 0!important;padding: 0!important;margin: 0!important;clip: rect(1px,1px,1px,1px);}


/* * * About me image * * */
.card-image {background: url(https://res.cloudinary.com/visitltu/image/upload/v1567002234/Ignas_Tarabilda_portfolio_blog._Web_hosting_and_SEO_services.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

  /* * * Thin out the marketing headings * * */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* * * Responsive CSS * * */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* Search box */
#container {
  max-width: 600px;
  margin: 0px auto;
}

#container #block {
  padding: 1.5rem;
  border-radius: 4px;
  margin-bottom: 4rem;
  box-shadow: 0 1px 6px rgba(97, 59, 31, 0.2);
  background: white;
}
#container #content {
  font-family: "Lucida Bright", Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
#container #content h2 {
  margin: 0.5rem 0;
}
#container a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  color: #2779bd;
  display: inline-flex;
  align-items: center;
  height: 26px;
  text-decoration: none;
  line-height: 26px;
  padding: 0 14px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #2779bd;
}
#container a:hover {
  background: rgba(39, 121, 189, 0.1);
}

.excerpt-hidden {
  height: 3.5rem;
  overflow: hidden;
  position: relative;
}
.excerpt-hidden:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, #f5f5f5 100%);
}

.excerpt-visible {
  height: auto;
  overflow: auto;
}

/* colors */
.pink {color: #ffc0cb;}

/* Bg colors */
.pinkbg {background: #ffc0cb;}

/* Search button outline */ 
.btn-info.focus, .btn-info:focus {
    box-shadow: none;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #000000;
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.9);
}

td > a {text-decoration: none}
