@charset "utf-8";
/* CSS Document */

body
{
	background-color:#fff;
	overflow-x:hidden;
	
}

.container
{
	width:1000px;
	margin:auto;
	overflow:hidden;


}
.container h1
{

    color: #feb600;
    font-family: "Segoe UI";
    font-size: 50px;
    padding: 10px;
    text-align: center;
    text-shadow: 2px 2px 3px #fd4700;
	width:100%;
	float:left;
	text-transform:uppercase;
	margin:0;
	opacity: 0.8;
}

.container p
{
	color:#ff7814;
	margin:0;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:25px;
}

.container h2
{
	   color: #ff7814;
    font-family: "Segoe UI";
    font-size: 30px;
    padding: 10px;
    text-align: center;
    
	width:100%;
	float:left;
	text-transform:uppercase;
	margin:0;
	
}
.container h3
{
 color: red;
    font-size: 180px;
    margin: 0;
    text-align: center;
	width:100%;
	float:left;
	
	
}
.para
{
	font-size:15px;
	color:#000;
	font-weight:600;
	font-family:Raleway;
	text-align:center;
	width:100%;
	float:left;
	padding-top:50px;
}

.submit {
    float: left;
    margin-top: 20px;
    text-align: center;
    width: 100%;
	
}
form
{
	
	margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 40%;
	position:relative;
}

.submit input[type="text"]
{

  border: 2px solid #44aff0;
    border-radius: 10px;    
    box-sizing: border-box;
    height: 36px;
    padding-left: 5px;
    padding-right: 90px;
    width: 100%;
}
.submit input[type="text"]:focus
{
	box-shadow: 0 0 4px #06f;
}
.submit input[type="submit"]
{
   background-color:#44aff0;
    border: medium none;
    height: 36px;
    position: absolute;
    right:0;
    top: 0;
    width: 82px;
	cursor:pointer;
	color:#fff;
	font-size:12px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	
}
.submit input[type="submit"]:hover

{
	background-color:#06F;
}

.container img {
    max-width: 100%;
}
@media(max-width:980px)
{

.container
{
	width:100%;
}

.container h2
{
	  
    font-size: 25px;
   
	
}
.container h1
{

  
  
    font-size: 25px;
   
}

.container p
{
	
	
	font-size:20px;
	
}

}
@media(max-width:480px){
	.submit input[type="submit"] {

position:static;
border-radius: 10px;
}

.submit input[type="text"] {
    box-sizing: border-box;
    height: 36px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}
}