@charset "UTF-8";



#rockwell {
  font-family: "Rockwell", "Courier";
}
#input {
  font-family: 'Helvetica Neue';
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1px
}



.allaboard {
  font-size: 18px;
  letter-spacing: 2px
}



.row.splash {
  background-color:#f8199d; 
  margin:0px; 
  padding:0px; 
  text-align:center
}


.author {
  font-size: 14px;
  line-height: 14px;
  padding-top: 5px;
  vertical-align: top;
  position: relative;
}
.author-text {
  margin-left: 150px
}
.author-pic {
  width:150px; 
  position:absolute; 
  top:-70px; 
  float:left; 
  margin-right:10px; 
  border: 10px solid  #FFF
}


.title {
  font-size: 18px;
  line-height: 24px;
  display: block;
}
.date {
  font-size: 12px;
  color: #AAA
}


.body-text {
  font-size: 16px; 
  line-height: 16px;
  letter-spacing: 0px;
  color: #333;
  font-family: 'Helvetica Neue';
  font-weight: 200
}

.entry {
  vertical-align:top;
  margin-bottom: 60px;
  position: relative;
}

.blog-first {
  padding-top: 65px
}
.blog-link {
  position:relative; 
  font-size: 12px;
  letter-spacing: 1px !important;
  vertical-align: middle;
}
.home-or-stories {
  float: left;
}
.other-stories {
  width:70%;
  margin-top: -10px;
}
.blog-mini {
  width:70px; 
  margin-right:10px;
  border-radius: 50px
}




.quicklinks {
  background-color: #DDD;
  padding: 5px 5px 20px 5px;
  border-radius: 10px
}
.quick-title {
  padding: 10px;
  text-align: center;
  margin-bottom: 10px
}
.links {
  padding: 0px 10px
}




@media (max-width: 1200px) {

.other-stories {
  width:60%
}


}





/* tablet */  
@media (max-width: 990px) {

.other-stories {
  width:50%;
}
.body-text {
  font-size: 14px; 
  line-height: 16px;
  letter-spacing: 0px;
  color: #333;
  font-family: 'Helvetica Neue';
  font-weight: 200
}
.title {
  font-size: 16px;
  line-height: 18px;
  display: block;
}
.quicklinks {
  margin-top: -10px
}
}





/* mobile */  
@media (max-width: 767px) {

.entry {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px
}

.flush {
  padding: 0px !important
}
.title {
  text-align: center;
}
.date {
  font-size: 11px;
}
.author-text {
  margin-bottom: 30px;
  font-size: 12px
}
.blog-first {
  padding-top: 20px
}
.other-stories {
  width:100%;
  margin-top: 0px
}
.mobile-title {
  letter-spacing: 1px !important;
}
.home-or-stories {
  float: none;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px
}
.thumbs-last {
  padding: 0px 0px 10px 0px
}
.quicklinks {
  border-radius: 0px
}


}
