@import url(http://fonts.googleapis.com/css?family=Nunito);

* {
	text-align: center;
	font-family: nunito;
}

html { 
  background: url(https://media1.giphy.com/media/FRIKfoHI9q7kc/giphy.gif) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {
   font-size: 90px;
   font-family: Nunito;
   color: black;
}

.work h2 {
	color: black;	
}

.head p {
	font-size: 35px;	
}

.head h1{
   font-size: 90px;
   font-family: Nunito;
   color: black;
   margin-top: 250px;
}

h2 {
   font-size: 50px;
   font-family: Nunito;
   color: white;
   padding: 5px
}

h3 {
   font-size: 30px;
   font-family: Nunito;
   color: white;
   padding: 5px
}

p {
   font-size: 14px;
   font-family: Nunito;
   padding: 5px;
   font-size: 22px;
   color: white;
}

img {
  width: 320px;
  height: 240px;
  padding: 6px;
  border-radius: 3px;
  background: rgba(240,230,220, .7);
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);
  display: inline-block;
  margin-left: 35px;
}

a {
  color: white;
  font-family: Nunito;
  padding: 14px 16px;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  overflow: hidden;
  background-color: cornflowerblue;
  border: 2px solid cornflowerblue;
  margin: 5px;
  border-radius: 1px;
}

a:hover {
	background-color: white;
	color: black;
}

a:active {
	background-color: white;
	color: black;
}

.work {
	background-color: white;
	opacity: .7;
	height: 200px;
	margin-top: 400px;
}

.about {
	background-color: black;
	opacity: .6;
	padding-bottom: 10px;
}

.family {
	background-color: black;
	opacity: .6;
	padding-bottom: 10px;
	height: 950px;
}

.game {
	background-color: rgba(0, 0, 0, 0.6);
	padding-bottom: 10px;
}


