@font-face {
  font-family: 'Lato Light';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://themes.googleusercontent.com/static/fonts/lato/v7/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
html,
body {
  font-family: 'Lato Light', Helvetica;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  overflow-x: hidden;
}
.posts {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.subTitle,
.post {
  margin-top: 2px;
  margin-bottom: 2px;
}
.subTitle {
  margin-top: 5px;
  font-weight: bold;
}
.title {
  display: inline-block;
}
.domain {
  font-size: 11px;
  text-align: right;
  padding-right: 40px;
}
/*
.post a {
*/
.postLink {
  padding-right: 40px;
  min-height: 50px;

  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 99% 83%; 
  padding: 5px;
  text-decoration: none;
  color: #FFF;
  display: block;
  transition: background .2s ease-in-out;
  background-color: rgb(127,138,149);
}

.visited,
.postLink:visited {
  background-color: rgb(191,196,202);
}
.postLink:hover {
  background-color: #7DCE9F;
}

.nextButton {
  opacity: 0;

  display: block;
  position: fixed;
  right: 1%;
  bottom: 5%;
  background-color: rgba(0,0,0,0.2);
  /*border-radius: 10px;*/
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #FFF;
  line-height: 38px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.startButton {

  width: 325px;
  height: 80px;

  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;

  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;%
  position: relative;
  padding: 25px 80px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  
  color: #fff;
  background: #226fbe;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  border: 4px solid #226fbe;
}
.startButton:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.startButton:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.startButton:active {
  top: 2px;
}
.startButton:hover {
  background: transparent;
  color: #226fbe;
}

div.shadowbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  z-index: 0;
}

.content {
  display: none;
  /*background: rgba(127, 138, 149, 0.7); #7F8A95;*/
  text-align: center;
}

div.fullscreen > div.content {
  display: inline-block;
  z-index: 2;

  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.postImage {
  opacity: 0;
  height: 0;
  width: 0;
}

/*
* {
  -webkit-transition: all 1s ease-in-out;                  
  -moz-transition:    all 1s ease-in-out;                 
  -o-transition:      all 1s ease-in-out;   
  -ms-transition:     all 1s ease-in-out;          
  transition:         all 1s ease-in-out;
}

div.fullscreen {
  z-index: 1;
  width:  90%;
  height: 90%;

  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
*/
}
