/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}


/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
	  
  color: #111;
}

a:hover, a:focus {
  text-decoration: none;
  color: #aaa;
}


h1 {
	font-size:30px;
	}
	h2 {
	font-size:24px;
	}
	h3 {
		font-size:18px;
	}
	h4 {
		font-size:17px;
	}
	h5 {
		font-size:12pt;
	}

h1, h2, h3, h4, h5, h6 {

  font-weight: 400;
}

ul { 
margin-left:-20px;
margin-right:20px;
list-style-type:none;
line-height: 1.6;
font-size:15px;
}
div {
	text-align:center;
}

