* { box-sizing: border-box; 
}
header, nav, main, footer { display: block; 
}
body { background: url("imgs/Background2.png") no-repeat center center fixed; 
       background-size: cover;
	   font-family: Arial, serif;
}
header { background-color: #6D7993;
         color: #000000;
		 font-family: Arial, serif; 
}
h1 { line-height: 200%;
	 padding-left: 20px;
	 height: 72px; 
     margin-bottom: 0; 
	 text-align: center;
	 border-style: solid;
}
nav { font-weight: bold;
	  background-color: #0B3C5D;
      float:left; 
	  width: 170px; 
      padding: 20px 5px 20px 20px;
	  border-style: solid;
	  border-width: 2px;
	  border-color: #000000;
	  position: fixed;
}	  
nav ul { list-style-type: none;
	  padding-left: 0px;
	  margin: 0; 
	  font-size: small;
}
img.resize {
  max-width:75%;
  max-height:75%;
}
li:not(:last-child) {margin-bottom: 10px; 
}
nav a { text-decoration: none; 
}
nav a:link { color: #FFFFFF; 
}
nav a:visited { color: #FFFFFF; 
}
nav a:hover { color: #FFFFFF; 
}
div a { text-decoration: none; 
}
div a:link { color: #FFFFFF; 
}
div a:visited { color: #FFFFFF; 
}
div a:hover { color: #030000; 
}
href a:hover {color: #FFFFFF;
}
href a:link {color: #FFFFFF;
}
href a:visited {color: #FFFFFF;
}
h2 { color: #000000;
     font-family: Arial, serif;
}
h3 { color: #000033;
	text-align: center;
}
dt { color: #000033; 
   font-weight: bold; 
}
.bold { font-weight:bold; 
}
.center { text-align: center; 
}
.captions { text-align: center;
			color: #FFFFFF;
			font-weight: bold;
}
hr { border: 2px dashed;
	 border-color: #0B3C5D;
	 width: 100%;
}
dt { text-align: center;
	 font-size: 25px;

}
footer { font-size: .70em;
         font-style: italic;
		 text-align: center;
         padding: 10px;
		 background-color: #0B3C5D;
		 margin-left: 170px;
}
main { padding-top: 1px;
      padding-left: 20px;
      padding-right: 20px;
	  padding-bottom: 1px;
	  display: block;
	  background-color: #aebcca;
	  margin-left: 170px;
	  font-family: Arial, serif;
	  border-style: solid;
}
img  { max-width:100%;
}
#wrapper { width: 80%;
          margin-left: auto;
		  margin-right: auto;
		  background-color: #6D7993;
		  max-width: 100%;
	      max-height: 100%;
		  border-left: solid;
		  border-bottom: solid;
}
#LogoHeader { height: 80%;
			margin-left: 170px;
			background-image: url(Images/Combo_GeoNB_SNB_Logo.png);
			background-size: 50%; 
			background-position: center;
            background-repeat: no-repeat; 
}
.figContainer {width: 80%;
		  margin-left: auto;
		  margin-right: auto;
		  margin-bottom: auto;
		  margin-top: auto;
		  background-color: #6D7993;
		  border-style: solid;
		  border-width: 5px;
		  border-color: #000000;
		  border-radius: 25px;
		  padding-top: 10px;
		  padding-bottom: 5px;  
}
.figMarg { padding-top: 10px;
}
.figContainerSmall {width: 40%;
		  margin-left: auto;
		  margin-right: auto;
		  background-color: #6D7993;
		  border-style: solid;
		  border-width: 5px;
		  border-color: #000000;
		  border-radius: 25px;
		  margin-bottom: 2px;
}
.figContainerFull {width: 95%;
		  margin-left: auto;
		  margin-right: auto;
		  background-color: #6D7993;
		  border-style: solid;
		  border-width: 5px;
		  border-color: #000000;
		  border-radius: 25px;
		  margin-bottom: 2px;
}
.gifBack { background-color: #6D7993;
		border-radius: 5px;	
		text-align: Center;
		padding: 3px;
}
.text { text-align: left; }
.back_table_head {background-color: #6D7993;}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 2px dotted white;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 50px;
  background-color: #aebcca;
  text-align: center;
  padding: 1px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
label { float: left;
      display: block;
	  width: 8em;
	  padding-right: 1em; }
input, textarea { display: block; margin-bottom: 2em; }

@media only all and (max-width: 964px) {
	h1 { height: 100%;
	     font-size: 1.5em;
		 padding-left: 0.3em; }
	body { margin: 0;
		  background: none; 
		  background-size: cover; }
	nav { padding: 0; 
		  float: none;
		  width: auto;
		  position: static;}
	nav a { display: block;
	       padding: 0.2em;
		   font-size: 0.8em; 
		   border-style: none; }
	nav ul { margin: 0;
	         padding: 0; 
			 text-align: center; }
	nav li { display: inline-block; 
	         margin: 0;
		     padding: 0.5em; }
	p      { font-size: 90% }
	main { margin: 0;
	       padding: 0.1em 0.6em 0.1em 0.4em; }
	#wrapper { width: auto; }
	footer { margin: 0;
			 width: auto ;
			 padding: 0; }
	#mobile { display: inline; }
    #desktop { display: none; }
}
