/**
style sheet for:-
  karen-j-white-photos-media-landscape.html
  karen-j-white-photos-media-portrait.html
*/

body {
    font-family: Helvetica, Arial, sans-serif;
    color: #666666;
    background-color: #e6e6e6;
    line-height: 200%;
}

h2 {
    color: blue;
}

h1, h3, h4, h5, h6 {
    color: black;
}

a {
    color: blue;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: black;
}

b.blk {
  color:#000;
  font-style: normal;
}

span {
    font-size: small;
    font-style: italic;
}

span.normal {
  font-style: normal;
}

div.body {
    padding-left: 6px;
}

div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #000;
  background-color: #fff;
}

div.gallery img {
  width: 100%;
  height: auto;
  border: 2px solid #000;
}

div.desc {
  padding: 15px;
  text-align: left;
  font-size: small;
  font-style: italic;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}