.glass{
	/* background styles */
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background-color: blue; /*for compatibility with older browsers*/
	background-image: linear-gradient(blue,lightblue);

	/* text styles */
	text-decoration: none;
	color: #fff;
	font-size: 29px;
	font-family: sans-serif;
	font-weight: 100;
	border-radius: 3px;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
}

.glass:after{
	content: '';
	position: absolute;
	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));
}

.glass:hover{
	background: linear-gradient(#073,#0fa);
	}

.blacksquare {
	  padding-top: 0px;
      background-color: black;
      width: 100%;
      height: 940px;
	  
    }
	
.logosquare {
      background-color: black;
      width: 100%;
      height: 172px;
    }

.navsquare {
      background-color: blue;
      width: 100%;
      height: 55px;
    }
	
.textsquare {
	  box-sizing: border-box;
      padding: 10px 10px 10px 10px;
	  color: black;
	  text-align: left;
	  font-size: 24px;
      background-color: lightgrey;
      width: 100%;
      height: 100%;
    }
.textsquare-p {
	  box-sizing: border-box;
      padding: 10px 10px 10px 10px;
	  color: black;
	  text-align: left;
	  font-size: 24px;
      background-color: lightgrey;
      width: 100%;
      height: 100%;
    }
	
.textsquare-a {
	  box-sizing: border-box;
      padding: 10px 10px 10px 10px;
	  color: black;
	  text-align: left;
	  font-size: 24px;
      background-color: lightgrey;
      width: 100%;
      height: 100%;
    }

.textsquare-t {
	  box-sizing: border-box;
      padding: 10px 10px 10px 10px;
	  color: black;
	  text-align: left;
	  font-size: 24px;
      background-color: lightgrey;
      width: 100%;
      height: 100%;
    }

.footersquare {
	  box-sizing: border-box;
      padding: 10px 10px 10px 10px;
	  color: black;
	  text-align: left;
	  font-size: 24px;
      background-color: darkgrey;
      width: 100%;
      height: 40px;
    }

body {
  color: lightgreen;
  background-color: #000000;
}

h1 {
  color: black;
}

p {
  color: black;
}