@charset "utf-8";
/* CSS Document */
/*
 Theme Name:     Customizr Child
 Theme URI:      http://mysite.com/
 Description:    My description
 Author:         Me
 Author URI:     http://mysite.com/
 Template:       customizr
 Version:        1.0.0
*/<br>
@import url("../customizr/style.css");
li{  line-height: 1.5em;}
.nav li {line-height: 4em !important; }

.navbar .nav > li a {line-height: 2em !important;  }

p{margin: 0px !important;}

@media screen and (min-width: 980px) /* Desktop */ {
    p{ margin: 80px 100px 50px 100px!important;}
	img {max-width: 100% !important; height: auto; display:block;}
}

@media screen  and (max-width: 979px) /* Tablet */ {
    p{ margin: 40px 50px 25px 50px!important;}
	img {max-width: 100% !important; height: auto; display:block;}
}

@media screen and (max-width: 500px) /* Mobile */ {
    p{ margin: 10px 10px 5px 10px !important;}
	img {max-width: 100% !important; height: auto; display:block;}
}
 