.parent {
	width: 1200px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	justify-content: space-around;
	display: flex;
	flex-wrap: wrap;
 	align-content: center;

}

.logoheader {

  text-align: center;
  width: 1024px;
}

.navbar{
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  width: 600px;
  justify-content: space-around;
  padding: 5px 200px;

}
.link{



  text-align: center;



}

.subheading{

  text-align: left;
  width:1170px;
  padding: 0;
  margin: 0;


}


.splitcontent {
  /*height: 50px;*/

  width: 47%;

  
}

.splitcontentsmall {
	/*height: 50px;*/

  width: 45%;
	padding: 10px;
  
}

.fullcontent {
	padding-top: 20px;
    padding-bottom: 20px;
  text-align: left;
  height: auto;

}



body {
	background-image: url(images/bggradient.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: 'Noto Sans', sans-serif;
	color: #999;
	font-size: 14px;
	margin:0;
	padding: 0;
	background-color: #202020;
	overflow: scroll;


}


@font-face {
    font-family: "myfont";
    src: url("font/SansRoman.woff") format('woff');
}

@font-face {
    font-family: "myfont";
    src: url("font/SansBoldExtra.woff") format('woff');
    font-weight: bold;
	
}



.Site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.Site-content {
  flex: 1;
}

h1 {
	font-size: 44px;
	font-weight: bold;
	padding-bottom: 20px;
  margin: 0;

}
h2 {
	font-size: 14px;
	font-weight: bold;
	  padding: 0;
  margin: 0;

}

/* unvisited link */
a:link {
	color: #C74EA3;
}

/* visited link */
a:visited {
	color: #C74EA3;
}

/* mouse over link */
a:hover {
	color: #5BFAE6;
}

/* selected link */
a:active {
    color: yellow;
} 
a {
	text-decoration: none;
}

footer {
	height: 50px;
	background-color: #000;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	

}
