@import url('https://fonts.googleapis.com/css2?family=Barlow&family=Stylish&display=swap');

body {
    background-color:#1b2027;
    height:100%;
    color:#b7bdc7;
    font-family:'Barlow', sans-serif;
    font-size:18px;
    text-align:justify;
}

.container {
    max-width:600px;
    margin:0 auto;
}

.topbar {
    max-width:600px;
    margin:0px; 
    padding:0px;
    background-color:#1b2027;
}

.entrybox {
    margin-bottom:30px;
}

.entrytop {
    background-color:#111519;
    border-radius:10px 10px 0px 0px;
    margin-bottom:0px;
    padding:10px;
    text-align:left;
}

.entrytop h1 {
    margin:0px;
    padding:0px;
}

.entrybottom {
    background:transparent;
    border: 2px solid #111519;
    border-radius:0px 0px 10px 10px;
    padding:15px 10px 15px 10px;
}

.jic {
    width:100px;
    padding:0px;
    margin:0px;
    vertical-align:top;
}

.jic img {
    border-radius:10px;
}

.jtitle {
    padding:0px 0px 0px 10px;
}






/* utility classes */

.fluid {
    max-width:100%;
    height:auto;
}

.fig {
    max-width:600px;
    height:auto;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:20px;
}

.cap {
    margin-bottom:0px;
}

.figcaption {
    margin-top:0px;
    padding-top:0px;
    opacity:0.6;
    text-align:center;
}

h1 {
    font-family: 'Stylish', serif;
    font-size:40px;
    text-transform:uppercase;
}

h2 {
    font-family: 'Stylish', serif;
}

hr {
    border-bottom:4px solid rgba(183, 189, 199, 0.5);
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
    z-index:100;
}

.infopoint {
    max-width:100%;
    margin:0px 10px 0px 10px;
    padding:10px;
    background-color:#111519;
    text-align:center;
    border-radius:10px;
}

.parastart {
    font-weight:bold;
    text-transform:uppercase;
    color:#dae0e9;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    background: rgba(233, 234, 230, 0.8);
  }
  
  .lightbox:target {
    display: block;
  }
  
  .lightbox span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
  }

a {
    color:#679de4;
    text-decoration:none;
}

a:hover {
    color:#cadae2;
    text-decoration:none;
}

b {
    color:#dae0e9;
}

.muted {
    opacity:0.6;
  }

.imgbox {
    width:100%;
    text-align:center;
    margin:0 auto;
}
  
