body {
	margin: 0;
	width:100%;
	overflow:hidden;
}
header {
  text-align: right;
  color: white;
}

header h1 {
	font-size: 150px;
	text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.705);
  font-family: Tommy;
  padding-right: 30px;
  margin-bottom: 30px;
  letter-spacing: 10px;
  margin-top: 0px;
}
header img {
  margin-bottom: -30px;
  padding: 30px 30px 0px 30px;
  filter: blur(1px);
  -webkit-filter: blur(.3px);
}
header :not(.cover) {
  z-index: 20;
  position: relative;
}
header .cover {
  background: url(bg.jpg) no-repeat bottom;
  background-size: cover;

  filter: blur(1px);
  -webkit-filter: blur(1px);
}
header .cover:nth-child(2) {
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

@font-face {
  font-family: Tommy;
  src: url(TOMMY.woff2);
}

.btn-primary {
	background:white;
	padding:13px 20px;
	/* border-radius:15px; */
	transition:.3s all;
	border:1px solid #555555;
	text-transform: uppercase;
	text-decoration:none;
	color:black;
	font-size:20px;
	font-family:Lato;
	letter-spacing:1px;
	cursor:pointer;
}
.btn-primary:hover {
	background:#161616;
	color:white;
}
.blockFadeIn {
	animation: blockFadeIn 1s;
	position:absolute;
}
@keyframes blockFadeIn {
	0% {right:100%}
	50% {right:0%;left:0%;top:0%;}
	100% {top:100%;}
}
#block {
	z-index:99;
	display:none;
	background:rgb(255, 255, 255);
}


.blockFadeInDown {
	animation: blockFadeInDown 1s;
	position:absolute;
}
@keyframes blockFadeInDown {
	0% {opacity:0;}
	49% {opacity:0;}
	50% {opacity:1;}
	50% {bottom:100%;}
	75% {bottom:0%;top:0%}
	100% {top:100%;}
}
#block2 {
	z-index:999;
	display:none;
	background:black;
}

#contact-page h1{
	text-shadow:none;
	text-align:left;
	color:black;
	font-size:55px;
	margin-top:30px;
}
.black {
	background:black!important;
}
.white {
	background:white!important;
}
form {
	margin-bottom:30px;
	margin-top:140px;
}
.input {
	margin-bottom:20px;
	display: block;
    width: 100%;
    height: 38px;
    padding: 20px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #555555;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
.input:hover, .input:active{
	border-color: #999;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contact-page textarea {
	resize:none;
	height:100px;
}
h4 {
	font-family:Lato;
	font-size:25px;
	color:white;
	text-align:center;
	background:rgb(201, 58, 58);
	padding:10px;
	border-radius:4px;
	animation:fadeIn .3s;
}

h3 {
	font-family:Lato;
	font-size:25px;
	color:white;
	text-align:center;
	background:rgb(42, 192, 12);
	padding:10px;
	border-radius:4px;
	animation:fadeIn .3s;
}
@keyframes fadeIn {
	from {opacity:0;}
	to {opacity:1;}
}

@media(max-width:900px) {
	form {
		margin-bottom:30px;
		margin-top:0px;
	}
	header h1 {
		font-size:95px;
		padding-right: 0px;
	}
	#contact-page h1 {
		font-size:45px;
	}
	header {	
		text-align: center;
	}
	#main-page .column:nth-child(1){
	z-index:30;
	}	
		#main-page .column:nth-child(2){
		position:absolute;
		top:0;
		right:0;
		left:0;
	}
} 
@media(max-width:768px) { 
	header img {
		display:none;
	}
} 
@media(min-width:901px) and (max-width:1149px){ 
	header h1 {
		font-size:85px;
	}
}
@media(min-width:901px) {	
	
#contact-page {
	background:url(abstract-simple-geometric-design.jpg) no-repeat center;
	background-size:auto 80%;
	background-position:90% 30%;
}
}
@media (min-width:1149px) {
	#contact-page h1 {
		
		font-size:75px;
		}
}