body{
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 13px;
    line-height: 25px;
    color: #666;
}

h1{
    margin: 0 0 30px 0;
    padding: 0;
    color: #0078c9;
    font-size:24px;
    font-weight: 400;
}

h2{
    margin: 0;
    padding: 0;
    color: #0078c9;
    font-size:16px;
    font-weight: 400;
    height:50px;
}

.top{
    background: #0078c9;
    height: 40px;
}

.spacer{
    margin-bottom:20px;
}

.logo{
    margin: 30px 0;
}

.header{
    margin: 0 0 30px 0;
    max-width: 100%;
}

.btn-default {
    color: #fff;
    background: #0078c9;
    border-color: #fff;
    padding: 10px 20px;
    border: 0;
}

.btn-default:hover {
    color: #fff;
    background-color: #0078c9;
    border: 0;
}

.lifestyle_img{
    width: 100%;
    height: 200px;
    background-size: cover;
    margin-bottom: 20px;
    border:1px solid #ccc;
}

.keyboard{
    background-image: url(../img/Keyboard.jpg);
}

.screenprotector{
    background-image: url(../img/Screen.jpg);
}

.mobility{
    background-image: url(../img/Mobility.jpg);
}

.ec{
    background-image: url(../img/EC.jpg);
}