body{
	font-family: Roboto, Helvetica, Arial, sans-serif;
}
.body{
	padding: 60px 15px;
}
.pacifico{
	font-family: 'pacifico', cursive;
}
.title{
	font-size: 2.5em;
	margin-top: 0;
}

.main-header{
	background-color: #34495E;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 4px;
	border-radius:4px;
}

.nav-link{
	color: white;
	margin-right: -4px;
	text-decoration: none;
	width: 20%;
	display: inline-block;
}
.text-center{
	text-align: center;
}
.blue-text{
	color:#3386FF;
}

.red-text{
	color:#F45869;
}
.main-container{
	min-height: 100vh;
}

.product img{
	width: 150px;
}

.product h3{
	font-size:1.5em;
	margin-top:5px;
	margin-bottom:5px;
}

.card{
	border-radius: 4px;
	background-color: white;
	box-shadow: 0 2px 3px rgba(0,0,0,0.12), rgba(0,0,0,0.24);
}