/* === Fonts === */

body { font-family: "Lato"; font-size: 20px; font-weight: 300; line-height: 30px; color: #686868; }
.navbar-default .navbar-nav > li > a { font-family: "Lato"; font-size: 18px; font-weight: 400; line-height: 24px; color: #747474;}
h1 { font-family: "Lato"; font-size: 36px; font-weight: 900; line-height: 45px; color: #f47321; }
h2 { font-family: "Lato"; font-size: 25px; font-weight: 600; line-height: 26px; color: #f47320; }
h3 { font-family: "Lato"; font-size: 20px; font-weight: 400; line-height: 25px;  }
h4 { font-family: "Raleway"; font-size: 18px; font-weight: 400; line-height: 23px;  }
h5 { font-family: "Lato"; font-size: 16px; font-weight: 400; line-height: 21px;  }
h6 { font-family: "Raleway"; font-size: 14px; font-weight: 400;   }


/* === Roots Custom CSS === */

.navbar-default .navbar-nav > li > a{font-size: 16px;}
.dropdown-menu{left:0;}
@media (min-width: 768px){
  .navbar-nav>li>a{margin: 0px 0px 0px 18px;}
}
.cntactLeft{ width: 65%;  float: left;}
.cntactRight{ width: 30%;  float: right;}
/* custom codes */

@media (min-width: 1200px) {
		}

@media (max-width:991px) {
		}

@media (max-width:767px) {
	}

@media screen and (max-width:480px) {
	}