/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: black;
  padding-top: 0px; 
  color: white;
  font-family: helvetica;
  background-image: url("sitebginprogtall.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100vh;
  width: 100vw;
  margin-left: 0%;
  margin-top: 10px;
  overflow-x: hidden;}
 
  .outline {font: Arial;
  
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;}
  
  .paragraph {font-size: 1.5em;}
  
  .smallfont {font-size: 12px;
  width: 100%;}
  
  @media screen and (max-width: 1100px)
  {.smallfont {font-size: 8px;
    width: 100%;}}
  
  .header {font-size: 5em;}
  
  .superheader {font-size: 4em;}
  
  .centering {text-align: center;}
  
  .galleryclear {clear: both;}
  
  .solidoutline {color: white;
                -webkit-text-stroke: .5px;
                -webkit-text-stroke-color: black;}
  .spacing {line-height: 2.5;}
  
  .listdot {list-style-type: none;}
  
  .content-wrapper {padding: 40px;}
  
  .navbar {
  list-style-type: none;
  clear: none;
  position: -webkit-sticky;
  top: 5;
  width: 10%;
  z-index: 999;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  overflow: hidden;
  border: 5px white;
  background-color: #20B2AA;
  border-radius: 3px;
  box-shadow: 0px 1px 4px -2px #333;
  text-shadow: 0px -1px #333;
  display: block;
 float: left;
  background-image: linear-gradient(lightgreen,darkgreen);}
  
  .navbutton {
	position: static;
	display: inline-block;
	padding: 15px 25px;
	background-color: green; /*for compatibility with older browsers*/
	background-image: linear-gradient(green,lightgreen);
	border-radius: 3px;
  box-shadow: 0px 1px 4px -2px #333;
  text-shadow: 0px -1px #333;

	/* text styles */
	text-decoration: none;
	color: #fff;
	font-size: 25px;
	font-family: sans-serif;
	font-weight: 100;
}
  .navbutton:after{
	content: '';
	position: static;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: 50%;
	background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));}
	
	.navbutton:hover{
	background: linear-gradient(#073,#0fa);
}
  
  .navbarcenter {
    display: block;
    margin-right: 10px;
    float: left;
  }
  
  .linespace {margin: 5px 0;
              line-height: 5px;}
  .linkspace {display: inline-block;
              margin: 5px 0;
              line-height: 5px;}
  
  .navbar:after {content: '';
	position: static;
	top: 5px;
	left: 5px;
	width: 15%;
	height: 15%;
	background: linear-gradient(rgba(255,255,255,0.01), rgba(255,255,255,0.99));}
	
	.navbar:hover{background: linear-gradient(#073,#0fa);}

  .navbarfloat a {float: none;
}

  .navbardisplay li a {display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
  .navbarhover li a:hover {background-color: #111;}
  p {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 150px;
  margin-left: 80px;




}