body {
    background: #dfdf0f;
    display: flex;
    flex-direction: column;
    margin: 0px;
}

.masthead {
    width: 100%;
    background-color: #ffc090;
    display: flex;
    flex-flow: row nowrap;
    padding: 30px;
}
.blogtitle {
    text-align: center;
    padding-top: 100px;
}
.blogtitle h1 {
    font-size: 50px;
    color: black;
}
.blogtitle h1 a {
    color: #black;
    text-decoration: none;
}
#logospin {
    height: 200px;
}


.content {
    width: 100%;
    display: flex;
    flex-flow: row;
    padding: 10px;
}

.column {
    display: flex;
    flex-flow: column;
}
#main {
    flex-basis: 1;
}
#sidebar {
    flex-basis: 1;
}
#storelink {
    padding: 20px 0px 20px 0px;
}

.blogentry {
    height: 240px;
    width: 762px;
    margin: 0px;
    padding-top: 0px;
    display: flex;
    flex-flow: column;
}
.blogentry .bricktop {
    height: 26px;
    width: 762px;
    background-image: url(/images/brick-top.png);
    background-repeat: no-repeat; 
}
.blogentry .brickbtm {
    display: flex;
    flex-flow: row nowrap;
}
.blogentry img {
    height: 150px;
    margin: 15px;
    flex-grow: 1;
}
.blogentry div {
    /*height: 150px;*/
    color: black;
    flex-grow: 3;
}
.blogentry a {
    color: black;
}


h2 {
    font-size: 25px;
    font-weight: bold;
    color: black;
}

#logosmall {
    width: 100px;
    height: 75px;
}

.navbar {
    width: 100%;
    display: none; // display flex if and when we have a navbar
    flex-flow: row nowrap;
    margin-left: 40px;
    z-index: 2;
}
.navbar h1 {
    font-family: PlanetKosmos;
    font-size: 50px;
    font-weight: 75;
    color: #7fff7f;
}
.navbar h1 a {
    color: #7fff7f;
    text-decoration: none;
}
.navbar ul {
    height: 50px;
    list-style-type: none;
    margin: 50px 10px 0px 100px;
    padding: 0px;
}
.navbar li {
    display: inline;
    float: left;
    border-right: solid 1px #7fff7f;
}
.navbar li:last-child {
    border-right: none;
}
.navbar ul a {
    display: block;
    padding: 10px 20px 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    color: black;
    background-color: darkorange;
}
.navbar ul a:hover {
  background-color: lightyellow;
}

.gallery {
    display: flex;
    flex-flow: row nowrap;
    background-color: #bfbf5f;
    margin: 0px 50px 0px 50px;
    border-top: 10px solid darkorange;
    border-bottom: 10px solid darkorange;
    border-radius: 10px;    
}
.icon {
  margin: auto;
}
.icon img {
  display: block;
  margin: auto
}
.thumbnail-landscape {
  max-height: 120px;
  padding: 15px;
  cursor: pointer;
}
.thumbnail-portrait {
  max-height: 120px;
  padding: 15px;
  cursor: pointer;
}

.post {
    color: black;
    margin-left: 25px;
    padding: 0px 10px 10px 0px;
    font-size: 18px;
}
.post a {
    color: black;
}

.meta {
    float: left;
    flex-flow: row nowrap;
    margin-left: 40px;
}
.topic {
    width: 100px;
}
.topic a {
    display: block;
    padding: 5px 10px 5px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    color: black;
    background-color: darkorange;
}
.topic a:hover {
  background-color: lightyellow;
}
.visits {
    color: black;
}

.feedback {
    background-color: #bfbf5f;
    margin: 30px 50px 0px 50px;
    padding-bottom: 15px;
    border-top: 10px solid darkorange;
    border-bottom: 10px solid darkorange;
    border-radius: 10px;    
}
.feedback label {
    color: black;
}
.feedback input:focus {
    border: 1px solid yellow;
    background-color: yellow;
}

hr {
    width: 90%;
    border: 5px solid darkorange;
    border-radius: 5px;    
}

.comment {
    color: black;
    margin: 0px 0px 10px 40px;
    padding: 10px;
}
.comment-me {
    color: black;
    margin: 0px 0px 10px 40px;
    padding: 10px;
}
.comment-me .author {
    color: blue;
}

/*-----------------------------------*/
/* lightbox                          */
/*-----------------------------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
.modal-content {
  position: relative;
  background-color: darkgreen;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.mySlides {
  display: none;
}
.mySlides img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 800px;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.caption-container a {
  color: white;
}


