*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.row{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.row2{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

html{
    background-color: whitesmoke;
    color: black;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}


.main_box{
    position: absolute;
    width: 1140px; 
    top: 45%;
    right: 10%;

}

/*STYLES*/


h1{
    margin: 0;
    text-transform: none;
    letter-spacing: 1px;
    word-spacing: 4px;
    font-weight: 400;
    font-size: 300%;
    color: whitesmoke;
    margin-left: 15px;
    margin-right: 15px;
}

h2{
    font-size: 160%;
    font-weight: 500;
    margin-left: 15px;
    margin-right: 15px;
}

p{
    line-height: 140%;
    margin-left: 15px;
    margin-right: 15px;
}

i{
    color: darkblue;
}

/**BUTTONS**/

.btn{
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    letter-spacing: 2px;
    word-spacing: 4px;
    font-weight: 400;
    font-size: 200%;
    background: linear-gradient(#01A9DB, #086A87);

}

.btn_full{
    backface-visibility: hidden;
    color: white;
}

.btn:hover,
.btn:active{
    background: white;
    color: lightslategrey;
    letter-spacing: 2px;
    word-spacing: 4px;
    font-weight: 400;
    font-size: 200%;
}


a{
    color: aliceblue
}

a:hover {

	color: #444;

}

/**SECTIONS**/
    
.section_basic{
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.3)), url(mitsubishi_outlander.jpg);
    background-size: cover;
    background-position: center;
    color: white;
/**    background-attachment: fixed; **/
    background-position:center; 
    background-repeat: no-repeat;
    
  }

.section_1{
    background-color: white;
    color: black;
    
}

.section_2{
    background-color: black;
    color: whitesmoke;
}

.section_3{
    background-color: white;
    color: dimgrey;
}

.section_4{
    background-color: white;
    color: black;
}
