@charset "utf-8";
	body{
		margin: 0;
	}
	header{
		width: auto;
		height: 100px;
		background-image: url("../images/top-banner.png");

        margin: 0;
    
	}	
    .spacer{
        height: 20px;
        display: block;
    }
    .container{
        max-width: 1100px;
        margin: auto;
    }
    .details{
        background: #F3F3F3;
        padding: 20px;
        color: #232323
    }
    .details h2{
        font-family: 'Roboto';
        font-size: 40px;
        line-height: 50px;
        font-weight: bolder;
        margin: 5px 0;
    }
    .details p{
        font-family: 'Roboto';
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
        margin: 20px 0;
    }

    .prize{
        background: #fff;
        padding: 0px;
        color: #232323;
        width: 100%;
        
    }
    .prize h2{
        font-family: 'Roboto';
        font-size: 48px;
        line-height: 58px;
        font-weight: bolder;
        margin: 10px 0;
    }
    
    .prize p{
        font-family: 'Roboto';
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        margin: 10px 0;
    }
    .prizes-block{
        width: 42%;
        display: block;
        float: left;
        padding: 2%;
        border: solid #d8d8d8 thin;
        text-align: center;
        margin: 10px;
    }
    .prizes-block img{
        max-width: 400px;
        height: auto;
        display: block;
        margin: auto;

    }
.sponsor li{
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: normal !important;
    
}
.sponsor h2{
    font-size: 24px !important;
    line-height: 30px !important;

    
}
    .steps{
        width: 600px;        
        float: left;
    }
    .form{
        max-width: 350px !important;
        float: right;
        background: #E6E7E8;
        border-radius: 20px;
        margin-top: 20px;
        display: block;
        padding: 40px;
    }
    .form h3{    
        font-family: 'Roboto';
        font-size: 24px;
        line-height: 32px;
        font-weight: bold;
        text-align: center;
        margin: 0;
     }
    .indicates-required{ 
        font-family: 'Roboto';
        font-size: 14px;
        font-weight: lighter;
        line-height: 22px;
        margin: 0 0 10px 0;
        text-align: center;
}
     .form input[type=text], input[type=email]{    
        font-family: 'Roboto';
        font-size: 24px;
        font-weight: thin;
        line-height: 32px;
        margin: 0 0 10px 0;
        width: 96%;
        border-radius: 5px;
        border: solid #d8d8d8 thin;
        padding: 2%;
     }
      .form label{    
        font-family: 'Roboto';
        font-size: 20px;
        font-weight: thin !important;
        line-height: 28px;
        margin: 0 0 20px 0 !important;
     }
    .form input[type=submit] {
        background: #FF9C00;
        color: #fff;
        font-family: 'Roboto';
        font-size: 24px;
        font-weight: bold;
        padding: 10px 70px;
        border-radius: 5px;
        cursor: pointer;
        text-align: center;
        border: none;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .form input[type=submit]:hover {
  background-color: #ffb33c;
}
    .entry {
        border-top: #ECECEC solid thin;
        padding: 20px;
        margin-top: 20px;

    }
    .entry h2{
        font-family: 'Roboto';
        font-size: 48px;
        line-height: 58px;
        font-weight: bolder;
        margin: 10px 0;
    }
    
    .entry li{
        font-family: 'Roboto';
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        margin: 10px 0;
    }
    .clearfix{
        clear: both;
    }
    footer{  
        background: #F3F3F3;
        padding: 20px;
        color: #232323;
        text-align: center;
        font-family: 'Roboto'!important;
        font-size: 14px!important;
        line-height: 24px;
    }

    @media only screen and (max-width: 1000px) {
        
        h2 {font-size: 34px !important; line-height: 40px !important;}  
        p {font-size: 14px !important; line-height: 20px !important;}  
        
    .prizes-block{
        width: 80%;
        padding: 2%;
        margin-bottom: 10px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    
    }
    .prizes-block img{
        max-width: 250px;
        text-align: center;
        margin: auto;

    }
    .steps, .hero, .prize{
    width: 100%;
        float: none;
         margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
        .form{
        width: 90%;
        padding: 5%;    
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: both;
            order: 1;
            }
                .prize{

        float: none;
            clear: both;
                    order: 2;
            }
    }
