html,body{
	margin: 0;
	padding: 0;
	font-family: "Lato", Arial, Verdana;
	font-size: 20px;
	height: 100%;
	background-color: #fff;
	width: 100%;
	color:#222222;
}

body.hidden{
	overflow: hidden;
}

*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1 {
	font-family: Helvetica, Arial, Verdana;
	font-weight:normal;
	font-size:55px;
	color:#222222;
	text-align: center;
	padding-top: 50px;
}

h2 {
	text-align: center;
}

p{
	background-color: rgba(0,0,0,0.5);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right: 10px;
	border-radius: 10px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 33.33%; /* IE10 */
  flex: 33.33%;
  max-width: 33.33%;
  padding: 0 4px;
}

.overlay{
	position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  height: 100%;
	  width: 100%;
	  opacity: 0;
	  transition: .5s ease;
	  background-color: #008CBA;}

.column: hover .overlay{
	opacity: 1;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

header#top{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	overflow: hidden;
}

header#top #logo:hover{
	color: black;
	background-color: #50b6ad;
	/*background-color: red;
	background-image: linear-gradient(to right, red,yellow);*/
	transition: all .3s ease;
}

header#top #logo{
	float: left;
	margin: 16px 0 0 30px;
	font-weight: normal;
	/*font-size: 30px;*/
	font-size: 20px;
	color: white;
	text-transform: uppercase;
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
	background-color: rgba(0,0,0,40%);
	padding-left: 10px;
	padding-right: 10px;
	padding-top:2px;
	padding-bottom:2px;
	border-radius: 15px;

}

.pagewrap{
	height: 100%;
}

.pageblock{
	width: 100%;
}

.pagewrap .fb-like{
	position: fixed;
	left: 30px;
	top: 75px;
	z-index: 100;
}

.pagewrap .githubbuttons{
	position: fixed;
	left: 220px;
	top: 75px;
	z-index: 100;
}

.pagewrap .copy{
	font-size: 10px;
	bottom: 20px;
	left: 30px;
	z-index: 100;
	position: absolute;
	color: white;
}

.pagewrap .copy a,.pagewrap .copy a:hover{
	color: white;
}

.pageblock#fullscreen{
	height: 100%;
	background: none;
	color: white;
}

.pageblock#fullscreen h1{
	color: white;
	font-size: 72px;
	margin: 0;
	padding: 0;
	font-family: 'sxehwcmaax-blackblack', Helvetica, Arial, Verdana;
	font-weight:normal;
}

.pageblock#fullscreen .slider{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.pageblock#fullscreen .slider .slide{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	float: left;
	position: absolute;
}

.pageblock#fullscreen .slider .slide .slidecontent{
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -150px;
	text-align: center;
}

/* Control Title Type Here*/
.pageblock#fullscreen .slider .slide .slidecontent h1{
	/*text-shadow: 0 0 15px rgba(0,0,0,0.5);*/
	text-shadow: 0 0 55px rgba(0,0,0,0.7);
	font-weight: bold;
	font-size: 90px;
	margin: 20px 0 30px 0;
	padding: 0;
	line-height: 115px;
}

.pageblock#fullscreen .slider .slide .slidecontent .headersur{
	font-size: 30px;
	text-shadow: 0 0 20px rgba(0,0,0,0.7);
	color: #f0f0f0;
	font-style: italic;
	display: block;
}

.pageblock#fullscreen .slider .slide .slidecontent .button{
	padding: 10px 25px;
	border: 3px solid white;
	text-transform: uppercase;
	background: transparent;
	background: rgba(0,0,0,.2);
	color: white;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	letter-spacing: 1px;
	margin: 20px 0;
	line-height: 20px;
}

.pageblock#fullscreen .slider .slide .slidecontent .button a,.pageblock#fullscreen .slider .slide .slidecontent .button a:hover{
	text-decoration: none !important;
	color: white;
}

.pageblock#fullscreen .slider .slide .slidecontent .button:hover{
	background: rgba(0,0,0,.3);
}

/* control the width here*/
.pageblock#fullscreen .slider .slide .slidecontent .text{
	width:660px;
	margin: 0 auto;
	line-height: 28px;
}

.pageblock#fullscreen .slider .slide .slidecontent .text a{
	color: white;
	text-decoration: underline;
}

.pageblock#fullscreen .slider .slide .slidecontent .text a:hover{
	text-decoration: none;
}

.pageblock#fullscreen .slider .slide .slidecontent .text xmp{
	font-size: 13px;
	text-align: left;
	border: 1px solid white;
	background: rgba(0,0,0,0.1);
	padding: 10px 15px;
}

.pageblock#fullscreen #slideposition{
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 500;
}

.pageblock#fullscreen #slideposition ul{
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

.pageblock#fullscreen #slideposition ul li.indicator{
	display: block;
	height: 0px;
	width: 0px;
	background: #222;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;


	padding: 0;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	overflow: hidden;
	cursor: pointer;
}

.pageblock#fullscreen #slideposition ul li.indicator.active{
	background: white;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 799px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

/* Test */
	@media screen and (min-width: 500px) {
	  .column {
	    -ms-flex: 100%;
	    flex: 100%;
	    max-width: 100%;
	  }
