container {
  max-width: 9999px;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-brand {
    font-size: 26px;
    line-height: 20px;
  }

  body {
    padding-top: 50px;
  }
}

#main-slider .carousel .item {
  height: 450px;
  text-shadow: 0 0 10px #000000;
}

#header-blurb {
  float: right;
  margin-top: 140px;
  height: 100px;
  margin-bottom: -240px;
}

#header-blurb h3 {
  font-family: "Handlee", cursive;
  font-size: 30px;
  font-weight: bold;
}

.blog-content a {
  text-decoration: underline;
}
.blog-content a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  #main-slider .carousel .item {
    height: 500px;
  }

  #header-blurb {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.location-pin {
  width: 14px;
  vertical-align: middle;
}
.social-logos {
  margin-top: 10px;
}
.social-logos img {
  padding: 5px;
  width: 42px;
}

.portfolio-banner {
  text-align: center;
  /*box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
	padding: 5px;*/
}
.portfolio-banner img {
  max-height: 360px;
  max-width: 100%;
}

.portfolio-m4k {
  background-color: rgb(90, 126, 171);
}
.portfolio-baselife {
  background-color: rgb(72, 128, 245);
}
.portfolio-fish-e {
  background-color: rgb(0, 177, 225);
}
.portfolio-drumpf-tower {
  background-color: rgb(155, 229, 254);
}
.portfolio-bracket-madness {
  background-color: rgb(51, 137, 196);
}
.portfolio-nightlife {
  background-color: rgb(144, 78, 197);
}
.portfolio-textthatq {
  background-color: rgb(85, 141, 42);
}

.tags {
  color: #999;
  font-style: italic;
}

#title {
  padding: 25px 0;
}

#services {
  background-color: #4770ce;
}

.tweets {
  /*overflow-x: hidden;*/
  width: 100%;
  /*white-space:nowrap;*/
  margin-top: 10px;
}

.tweet {
  display: inline-block;
  width: 23%;
  vertical-align: top;
  white-space: normal;
  margin: 0 0.8%;
}

@media (max-width: 767px) {
  .tweet {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

.tweet h4 {
  margin-top: 0;
}

.tweet a {
  color: #a6b5e7;
}

pre.prettyprint.prettyprinted {
  padding: 5px;
  display: inline-block;
  border: 1px solid #ccc;
}

#about-me {
  background-color: rgb(242, 239, 234);
  color: black;
}

#about-me h2 {
  color: black;
  margin-top: 0;
}

#about-me .text {
  font-size: 16px;
}

#selfie {
  height: auto;
  width: 240px;
  border: 8px solid white /*rgb(52, 73, 94)*/;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#timeline {
  background: url(/images/dashes.png) repeat-y center;
  margin-top: -100px;
  padding-top: 100px;
}

.tl-row {
  padding-bottom: 20px;
  background: url(/images/icons/timeline-bullet.png) no-repeat 50% 90%;
  /*background-color:grey;*/
}
.tl-row.tl-right {
  background-image: url(/images/icons/timeline-bullet-right.png);
}

.tl-item {
  display: inline-block;
  width: 50%;
  text-align: center;
  padding: 0 2px;
  /*background-color:red;*/
}

.tl-left .tl-item {
  margin-right: 50%;
}

.tl-right .tl-item {
  margin-left: 50%;
}
.tl-right .tl-title,
.tl-right .tl-subtitle {
  display: block;
  line-height: 18px;
}
.tl-title {
  font-size: 18px;
  font-weight: bold;
  color: rgb(52, 73, 94);
}
.tl-left .tl-year {
  padding-left: 2%;
}
.tl-right .tl-year {
  text-align: right;
  margin-left: 0px;
}

.tl-year {
  /*float:left;*/
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.1);
  width: 50%;
  padding-right: 2%;

  margin-left: 50%;
  /*background-color:rgba(0,255,255,0.5);*/

  position: relative;
  top: -15px;
  margin-bottom: -45px;
}

.tl-icon {
  height: 30px;
}

@media (max-width: 375px) {
  .tl-title {
    font-size: 14px;
    line-height: 14px;
  }
  .tl-subtitle {
    font-size: 12px;
    line-height: 12px;
  }
  .tl-icon {
    height: 24px;
  }
}
