/**HEADER**/
.topnav {
  overflow: hidden;
  background-color: #ebebeb;
}

.topnav a {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  padding: .8em 1em;
  text-decoration: none;
  font-size: 1.5em;
}

.topnav a:hover {
  background-color: inherit;
  color: red;
  float: left;
}

.topnav a.active {
  background-color: inherit;
  color: #333;
  font-size: 2em;
}

.topnav-right {
  float: right;
  padding-top: .75em;
}

.topnav .icon {
  display: none;
}

.topnav .logo {
  background-color: inherit;
  color: #333;
  font-size: 2em;
}

@media screen and (max-width: 600px) {
  .topnav-right a {display: none;}
/**  .topnav a:not(:first-child) {display: none;}**/
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/**EXISTING**/
/**EXISTING**/
/**EXISTING**/
html{
  width: 100% !important;
}

.plaintext{
  padding-right: 10px!important;
}

/**INDEX PAGE**/
body.main {
/**  background-image: url("bg_003.jpg");**/
  background-color: #F9F9F9;
  background-repeat: no-repeat;
  background-position: center; 
  -moz-background-size:100% 100%;
  -webkit-background-size:100% 100%;
  background-size:100% 100%;
  color: #000;
  font-family: "Fjalla One", Helvetica, sans-serif;
}

/**MAIN BODY**/
body {
  background-color: inherit;
  color: #333;
  font-family: "Fjalla One", Helvetica, sans-serif;
  margin: 0em;
}

.page_spacing {
  margin-left: 2em;
  margin-right: 2em;
)

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: "Fjalla One", Helvetica, sans-serif;
}
h3 {
  text-align: left;
}


/**COPYRIGHT TEXT**/
.center-text-main {
  text-align: left;
  display: block;
  color: #333;
  opacity: 0.5;
  position: relative;
}


/**IMAGES**/
img {
  opacity: 1.0;
  filter: alpha(opacity=60); /* For IE8 and earlier */
  max-width: 100%;
  height: auto;
}

img:hover {
  opacity: 0.6;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  max-width: 100%;
  height: auto;
} 

img.main, img.main:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  max-width: 100%;
  position: relative;
  left: 25%;
}


/**LINKS**/
/* unvisited, visited link */
a:link, a:visited {
  color: #333;
}

/* mouse over link */
a:hover {
  color: #B56D4A;
}

/* selected link */
a:active {
  color: red;
}


/**EXTRA**/
/*removes main page opacity issues*/
#lightboxImage{
  opacity: 1.0;


#prevLink, #prevLink:hover, #prevLink:visited:hover {
  background: url('/prev.gif') left 15% no-repeat;
}
