/*
Theme Name: lokotech
Theme URI: https://www.lokotech.no
Author: Avii Rasmussen
Author URI: https://www.lokotech.no
Description: Easy and Simple WordPress Design theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lokotech.no
Tags: bootstrap, responsive, wordpress, mining, scrypt, contact, avii
*/
body {
    line-height: 1.5;
}
.loko-responsive-img {
    max-width: 100%;
    height: auto;    
}
/** Mobile less than 576px is the default in Bootstrap   **/
/** Small devices 480px and up **/
@media (min-width: 480px) {
    .loko-responsive-img {
        width: 312px;
    }
}
/** Medium devices iPads,Tablets, laptops 768px and up   **/
@media (min-width: 768px) {
    .loko-responsive-img {
        width: 500px;
    }
}
/** Large devices desktops 1024px and up  **/
@media (min-width: 1024px) {
    .loko-responsive-img {
        width: 667px;
    }
}
/** XL devices tv 1200px and up **/
@media (min-width: 1200px) {
    .loko-responsive-img {
        width: 667px;
    }
}
 
