@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:400,400i,700,700i');

body{
	font-family: 'Josefin Slab', serif !important;
}

.row{
	margin-bottom: 0px !important
}

h1,h2,h3,h4,h5,h6{
	margin:0 0 !important;
	padding:0 0 !important;
	font-family: 'Josefin Slab', serif !important;
}

@media (max-width:992px){
	h1{
		font-size: 2.7rem
	}
	h2{
		font-size: 2.2rem
	}
	h3{
		font-size: 2rem
	}
	h4{
		font-size: 1.8rem
	}
	h5{
		font-size: 1.5rem
	}	
}

@media (max-width:599px){
	h1{
		font-size: 2.5rem
	}
	h2{
		font-size: 2rem
	}
	h3{
		font-size: 1.8rem
	}
	h4{
		font-size: 1.8rem
	}
	h5{
		font-size: 1.5rem
	}	
}

p{
	margin:0 0;
	padding: 0 0;
	font-family: 'Josefin Slab', serif !important;
	font-size: 1.3rem !important
}

.verticalspace{
	padding: 50px 0 !important
}

.space{
	padding: 10px !important
}

.container{
	width: 95% !important;
	max-width: 1280px;
}

.divider{
	width: 20% !important;
	max-width: 100px;
	height: 4px;
	display: inline-block;
}

/*
@media (max-width:1279px){
	.container{
		width: 70% !important;
		max-width: 70% !important	
	}
	
}

@media (max-width:601px){
	.container{
		width: 85% !important;
		max-width: 85% !important	
	}
	
}
*/