/* GENERAL     */

*{
    margin:0 ;
    padding: 0;
}

body{
    font-family: Arial, sans-serif;
    font-size: 15px;
}

h1{
    font-family: 'crete round',serif;
    font-size: 45px;
    color: #444;
}

h2{
    color: white;
    font-size: 30px;
}

ul{
    list-style: none;
}

a {
    text-decoration: none;
    color: #444;
}
.wrapper{
width: 940px;
margin: 0 auto;
padding: 0 10px;
}

.orange{
    color: #ff7a00;
}

.clear {
    clear: both;
}

/* HEARDER     */
header{
    height: 120px;
}

header h1{
    float: left;
    margin-top: 32px;
}

header nav
{
    float: right;
    margin-top: 50px;
}

header ul li {
    float:left;
    display: inline-block;
}

header ul li a {
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 20px;
}

/* MAIN IMAGE     */
#main_image{
    height: 400px;
    background: url('images/main5\ N.jpg')  center;
   
}

#main_image h2{
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 150px 0 40px 0;
    margin-bottom: 20px;
}

.button-1 {
    display: block;
    width: 120px;
    height: 50px;
    background: #ff7a00;
    color: azure;
    font-size: 20px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
}

/* STEPS    */

#steps ul {
    margin: 80px  0;
}

#steps ul li {
    width: 300px;
    float: left;
    padding-top: 140px;
    text-align: center;
    margin-right: 10px;
}

#steps h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

#steps p {
    margin-bottom: 20px;
}

#step-1 {
    background: url(images/car.jpeg) no-repeat top center;
   
}
#step-2 {
    background: url(images/main2.jpeg) no-repeat top center;
   
}
#step-3 {
    background: url(images/main3.jpeg) no-repeat top center;
   
}



/* POSSIBILITIES   */

#posibilities {
    background-color:#efefef;
    padding: 60px 0;
}

#posibilities article {
    width: 460px;
    height: 270px;
    float: left;
    border-radius: 10px;
}

#posibilities article:first-child{
    margin-right: 20px;
}
.overlay{
    background: rgb(255, 255, 255, 0,95);
    height: 100%;
    width: 190px;
    padding: 30px;
    border-radius: 10px 0 0 10px;
    text-align: center;
    box-sizing: border-box;
}

article h4{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

article p{
    font-style: italic;
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
}

.button-2{
    color: #fff;
    background-color: #ff7a00;
    padding: 6px 20px;
    border-radius: 3px;
}

.button-2:hover{
    color: #fff;
    background-color: #02b8dd;
    
}

/* CONTACT   */

h3{
    text-align: center;
    
}
#contact p{
    border-radius: 15px
    
}   

form{
    margin: 60px 0 20px 0;
}

label{
    font-weight: bold;
    font-size:20px;
    margin-right: 10px;
    color: #777;
}

.button-3{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 11px;
    background-color: #02b8dd;
    border-style: none;
    border-radius: 3px;
}

.button-3:hover{
    color: #fff;
    background-color: #444;
}

/* FOOTER   */

footer{
    height: 260px;
    background-color: #444;
}

footer h1{
    color: #fff;
    text-align: center;
    padding-top: 80px;
}

.copyreight{
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    color: #777;
}









