/* body under header is for full page setting */
body {
  color:#00000;
/*  background-image:url('../images/bcb.jpg'); */
  background-size:cover;
  background-color:#FFFEEE;
}

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

.cls_header {
  position: relative;
  text-align: center;
  color: white;
  float: none;
}

.cls_footer {
  position: relative;
  text-align: center;
  color: white;
  float: none;
  top: 0px; /* Overridden in Javascript function set_footer_top */
}

/* For Text on Image */
.cimgheader {
  background:url('../images/bcb.jpg');
  background-size:cover;
  height:200px;
  border:1px solid #ccc;";
}

.cimgfooter {
  background:url('../images/bcb.jpg');
  background-size:cover;
  height:100px;
  border:1px solid #ccc;";
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
  font-size: 3vw;
  color: black;
}

/* Top left text for Header */
.top-left-h {
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 3vw;
  color: black;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 3vw;
  color: red;
}

/* Footer Top left text */
.footer-top-left {
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 3vw;
  color: red;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 3vw;
  color: red;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3vw;
}

/* img tag is for images-pictures */
img:bottom { vertical-align: text-bottom; }
img:middle { vertical-align: middle; }
img:top { vertical-align: text-top; }
/* h1 tag is for the primary header */
h1 {
  text-align:left;
  font-weight: 100;
  letter-spacing: 0.03em;
  font-size: 1.8rem;
  color: #333333;
  text-transform: uppercase;
  margin: 0 120px 0 0;
}

h2 {
  text-align:left;
  color: black;
}

h3 {
  text-align:left;
  color: black;
}
h4 {
  text-align:left;
  color:red;
  font-family: Palatino, Arial, "Times New Roman", Times, serif;
  font-weight: normal;
}

/* p tag is for text */
p {
  text-align:left;
  color:green;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: black;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:visited {
  color: white;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

/* a tag is for hyperlinks */
a:visited { color:#800080; }
a:hover { color:#008000; }
a:active { color:#FF0000; }

figure.pv, gear.pv {
 margin:5px;
}

.bloglayout {
  color:#00000;
  background-image:url('../images/bcb.jpg'); */
  background-size:cover;
  background-color:#FFFEEE;
}

/* Main photo area */
.pv_main, .gear_main {
  width:100%;
  display:table;
}

.pv_main_content, .gear_main_content, .gear_main_content_d {
  display:table-cell;
  max-width:100%;
  height:auto;
  color:black;
  float:none;
}

.gear_main_content {
  min-height: 140px;
}

.gear_main_content_d {
  width: 85px;
}

.pv_images {
  margin-left:8em;
/*  margin-left:210px; */
}

/* Header/Blog Title */
.header {
  padding: 30px;
  font-size: 40px;
  text-align: center;
  background: white;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
  width: 100%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 50%;
  padding-left: 20px;
}

/* Blog image */
.blogimg {
  height: auto;
  max-width:100%;
  display:block;
}

/* About image */
.aboutimg {
  height: auto;
  width:60%;
  display:block;
}

/* Add a card effect for articles */
.posting {
  background-color:rgba(155,200,0,0);
  padding: 0px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}

.PlacesVisted {
  width: 2000px;
}

.vertical-menu {
  float:left; /* this will cause anything afterwards (including unfortunately the footer) to ignore the height and start from the same position) */
  font-size: 1.4vw;
}

.vertical-menu a {
  background-color: #eee; /* Grey background color */
  color: black; /* Black text color */
  display: block; /* Make the links appear below each other */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove underline from links */
}

.vertical-menu a:hover {
  background-color: #ccc; /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
  background-color: #4CAF50; /* Add a green color to the "active/current" link */
  color: white;
}

.cls_video {
  width:100%;
  height:auto;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .pv_main {
    display:block;
  }
  .cls_video {
    width:450px;
    height:250px;
  }
}

@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  }
  .h3_main {
    font-size: 14px;
  }
  .cls_figcap {
    font-size: 11px;
  }
  .pv {
    font-size: 12px;
  }
  figure.pv, gear.pv {
   margin:2px;
  }
}

@media screen and (max-width: 1000px) {
  .vertical-menu {
    font-size: 11px;
  }
  .pv_images {
    margin-left:6.5em;
  }
}

@media screen and (min-width: 1200px) {
  .vertical-menu {
    font-size: 16px;
  }
  .pv_images {
    margin-left:8em;
  }
}
