/*  billheger.net body  */

body {
	margin: auto;
	font-family: Vollkorn, sans-serif;
	font-weight:600;
	background-image: url(../images/bluebackground.jpg); 
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover; 
	max-width:1200px;
}

h2,h5,h6{font-family:Vollkorn,Arial,sans-serif;font-weight:700;margin:10px 0}


/* modal css  */


/* Full-width input fields   I changed this */
input[type=text], input[type=password] {
/*  width: 100%;    */
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #1a8cff;
  border-radius: 5px;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #1a8cff;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}

button:hover {
  opacity: 0.6;
   background-color: #1a8cff;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #1a8cff;
}

.cancelbtn:hover {
  opacity: 0.6;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 20%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
  
  
 
}

/* Modal Content/Box */
.modal-content {
  background-color:  #ff5733 ;  
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 3px solid #1a8cff;
/*  width: 85%; /* Could be more or less, depending on screen size */
  width: 350px; /* BH Mod */
  border-radius: 5%;				/* Stuff I added - remember .. */				
  background-image: url('../images/bluebackground.jpg');  
  background-repeat: no-rep
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;"
 }

/* The Close Button (X) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 55px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #1a8cff;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

/*  end modal css  */


/*  hide my picture on smaller displays  */
@media screen and (max-width: 600px) {
  div.hideme {
    display: none;
  }
}

/*  my liner style  */

.liner {
	height:2px; 
	border:none; 
	color:#cc9900; 
	background-color:#1a8cff; 
	width:95%; 
	text-align:center; 
	margin: 0
	auto;
}

/*  my separator bar  */
.bar
{
 padding-left:20px;
 padding-right:20px;
 padding-top:15px; 
 padding-bottom:15px; 
 margin-top:-15px; 
 margin-bottom:-10px;	
}

/*  to center stuff  */
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

/*  my white button  */
.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
  width: auto;
  padding: 16px 32px;
  text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
	border-radius: 12px;
}
.button1:hover {
  background-color: #008CBA;
  color: white;
 }
 
 /*  index page buttons */
.button2 {
 width:60%; 
 box-shadow: 0 6px 15px #000;
 }
 
/*  Login and Request Access */

.login  {
width:auto; 
float:left; 
margin-left:70px; 
margin-bottom:50px;  
padding-left:50px; 
padding-right:50px;     
box-shadow: 0 6px 15px #000;
}

/* not used */
.access  {
width:auto; 
float:right; 
margin-right:70px; 
margin-bottom:50px; 
box-shadow: 0 6px 15px #000;	
}



/*  start popup code  */

#overlay {
position: fixed;
top: 0;
left: 0;
width: auto;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
padding: 20px 20px 20px 20px;
}
.cnt223{
max-width: 600px;
width: auto;
min-height: 150px;
margin: 100px auto;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 15px 35px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
color: #1a8cff;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}

/*  end popup code  */

/*  Start topnav code  */

.topnav {
  overflow: hidden;
/*  background-color: #333;  */
background-image: url("..images/clear.png");

}

.topnav a {
  float: left;
  display: block;
 /* color: #f2f2f2;  */
    color: #000000;
  text-align: center;
  padding: 14px 16px; 
  text-decoration: none;
  font-size: 17px;
  }

.topnav a:hover {
  background-color: #ddd;
  color: black; 
}

.active {
  background-color: #4CAF50; 
 /* background-image: url(".images/clear.png");  */
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 800px) {
/* .topnav a:not(:first-child) {display: none;}  BH Mod    */  
  .topnav a {display: none;}                /*   BH Mod    */  
  .topnav a.icon {
    float: right;
    display: block;
  }
 } 


@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* End topnav code  */