/* ==============================================================

Template name : Bootsnav - Multi Purpose Header
Categorie : Bootstrap Menu in CSS
Author : adamnurdin01
Version : v.1.1
Created : 2016-06-02
Last update : 2016-06-11

============================================================== */
/*
Typography
=========================== */
html,body {
    width:100%;
    height: auto;
    margin:0;
    padding:0;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
	color:#3f3f3f;
	margin:0 0 15px 0;
    letter-spacing: 1px;
}

h1{
	font-size:48px;
}

h2{
	font-size:36px;
}

h3{
	font-size:30px;
}

h4{
	font-size:24px;
}

h5{
	font-size:18px;
}

h6{
	font-size:14px;
}

p{
	margin-bottom:20px;
}

@media only screen and (min-width: 1024px)  {
h1{
	line-height:52px;
}

h2{
	line-height:48px;
}

h3{
	line-height:36px;
}

h4{
	line-height:30px;
}

h5{
	line-height:24px;
}

h6{
	line-height:18px;
}
}
