@import url(http://fonts.googleapis.com/css?family=Raleway:400,,800,900);
html,body{
  height:100%;
  overflow:hidden;
}
body{
  background:#E1D38A;
  background-size:cover;
  font-family:sans-serif;
  text-align:center;
//  padding-top:20%;
}

.block{
  position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
        transform: translateY(-50%);

            font-family: 'Raleway', sans-serif;
}
.content {

//	width: 400px;
	background:     url("http://phandroid.s3.amazonaws.com/wp-content/uploads/2014/05/rainbow-nebula.jpg") repeat;
  background-position: 50% 50%;
	padding: 30px;
	text-align: center;
	z-index: 995;
  box-shadow:0 3px 36px 0 rgba(0, 0, 0, 0.6);
  display:inline-block;
 opacity:0.7;
  color:#666;
  text-decoration:none;
  transition:all 0.2s
}

.subtitle{
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
}

.content h1{
    font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color:#fff;
 font-size:120px;
 position:relative;
 text-align:center;
 line-height:90px;
 letter-spacing: -8px;
}

.content h2{
  font-family: "Raleway",sans-serif;
font-weight: 600;
color: rgba(255, 255, 255, 0.7);
line-height: 70px;
}

a{
  padding:10px;
}

textarea {
	resize: none;
}
.form-label {
	font-size: 12px;
	color: #5e9bfc;
	margin: 0;
	display: block;
	opacity: 1;
	-webkit-transition: .333s ease top, .333s ease opacity;
	transition: .333s ease top, .333s ease opacity;
}
.form-control {
	border-radius: 0;
	border-color: #ccc;
   	border-width: 0 0 2px 0;
   	border-style: none none solid none;
   	box-shadow: none;
}
.form-control:focus {
	box-shadow: none;
	border-color: #5e9bfc;
}
.js-hide-label {
	opacity: 0;
}
.js-unhighlight-label {
	color: #999
}
.btn-start-order {
	background: 0 0 #ffffff;
    border: 1px solid #2f323a;
    border-radius: 3px;
    color: #2f323a;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: inherit;
    margin: 30px 0;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}
.btn-start-order:hover,.btn-start-order:active, .btn-start-order:focus {
	border-color: #5e9bfc;
	color: #5e9bfc;
}

@media (max-width:1011px) and (max-height:921px){
  .content {
width: 100%;

  }

  .content h1{
   font-size:70px;
   line-height:80px;
     font-weight:700;
      letter-spacing: 0px;
  }
}

@media (max-width:481px) and (max-height:641px){
  .content {
width: 100%;

  }

  .content h1{
   font-size:52px;
   line-height:60px;
     font-weight:700;
      letter-spacing: 0px;
  }
}

@media (max-width:321px) and (max-height:481px){
  .content {
width: 100%;
  }

  .content h1{
   font-size:30px;
   line-height:40px;
  font-weight:700;
    letter-spacing: 0px;
  }
}


p{
  color:black;
  font-weight:500;
}

p imp{
  font-weight: 700;
}
