

	body {
		font-family: 'Roboto Slab', serif;
	}

	h1, h2, h3 {
		font-family: 'Playfair Display', serif;
	}

	h1 {
		font-weight: 900;	
	}

	h1:after {
		content: "";
		display: block;
		width: 20px;
		height: 2px;
		margin: 1rem 0;
		background-color: #ffc107;	
	}



	p {
		font-size: 0.9rem;
		line-height: 1.7rem;
	}


/* 
	Navigation 
	--------------------------------
*/


	nav.navbar {
		background-color: #FFF;
		padding: 0.5rem 0;
		font-size: 0.75rem;
		text-transform: uppercase;
	}

	.navbar .btn {
		/*border-radius: 0;*/
		font-size: 0.8rem;
		font-weight: 600;
		text-transform: uppercase;
		padding: .5rem .75rem;
	}	

	@media (min-width: 992px) {
		.navbar-expand-lg .navbar-nav .nav-link {
			padding: .05rem 1.5rem;
		}
	}

	.navbar-light .navbar-toggler {
	    border:0;
	}

/* 
	HEADER 
	--------------------------------
*/
	header {
		margin: 6rem 0 3rem 0;
	}

	@media (min-width: 576px) {
		header{
		    margin: 3rem;	    
		}
	}	

	header h2 {
		font-size: 1rem;
		margin-bottom: 3rem;
	}	


/* 
	Services 
	--------------------------------
*/
	.services {
		margin: 3rem 0;
		font-size: 0.9rem;
	}

	.services .col:first-child,
	.services .col:nth-child(2)
	{
		padding-left: 0;
		padding-right: 30px;
	}


	.services h3{
		font-family: 'Roboto Slab', serif;		
		font-weight: 600;
		font-size: 0.95rem;
		margin: 1.5rem 0 2rem 0;
	}

	.services li{
		margin: 0.8rem 0;
	}

/* 
	Cards 
	--------------------------------
*/
	
	.card {
		border:0px;
	}


/* 
	Jumbotron 
	--------------------------------
*/

	.jumbotron {
	 	/*border-radius: 0;*/
	 	background-color: #ffc107;
	 	text-align: center;
	}

	.jumbotron p.lead{
		font-size: 1rem;
		margin-bottom: 2rem;
	}

	.jumbotron h1:after{
		background-color: #FFF;
		margin-right: auto;
		margin-left: auto;
	}

	@media (min-width: 576px) {
		.jumbotron {
		    padding: 3rem;
	 		margin: 4rem auto 2.5rem auto;		    
		}
	}

	.jumbotron .btn{
		margin-right: 1.2rem;
	}

	.jumbotron .btn:last-child{
		margin-right: 0rem;
	}	

/* 
	Footer 
	--------------------------------
*/
	
	footer{
	 	margin: 0 auto 2.5rem auto;		
	 	color    
	}






