@charset "UTF-8";

/*html, body {
    height:100%;
    width:100%;
    margin:0;
}*/
#hideMe {
/*	
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
/*    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
/*    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
/*    animation: cssAnimation 0s ease-in 5s forwards; */
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  top: 650px;
  left: 50%;
  margin-top: -400px;
  margin-left: -400px;
	  position: absolute;

}


.invert { filter: invert(100%); }
.sepia { filter: sepia(100%); }
.huerotate { filter: hue-rotate(180deg); }

@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

h1 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-70%, -120%);
  font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
  font-size: 12em;
  white-space: normal;
	text-shadow: red 4px 5px;
}

p
{
	  font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-size: 1.5em;
	margin-left: 20%;
	margin-right: 30%;
	  margin-top: 850px;
	padding-bottom: 50px;


}


@media only screen and (max-width: 1500px) 

{
	h1 {
		white-space:normal;
		font-size: 6em;
  left: 55%;

	}
	

}

@media only screen and (max-width: 600px) 

{
	h1 {
		white-space:normal;
		font-size:3.5em;
		  left: 60%;


	}