html, body {
	font-family: 'Barlow', sans-serif;
}

main {
	
	padding: 80px 20px;
	
}

.navbar {
	padding: 30px;
}



.navbar-brand {
	
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	padding: 0 0 15px 0;
	
}

@media screen and (max-width: 500px) {

	.navbar-brand {
		
		font-size: 30px;
		
	}
	
}

@media screen and (max-width: 420px) {

	.navbar-brand {
		
		font-size: 20px;
		
	}
	
}

.nav-link {
	
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	margin-left: 18px;
/* 	background: #fff; */
	border-radius: 3px;
	padding: 0 !important;
	text-transform: uppercase;
	font-weight: bold;
	
}

.hero, .hero-page {
	
	background: url(/assets/img/antique-sofa.jpg) no-repeat center center;
	background-size: cover;
	
}

.hero-overlay {
	
	padding: 200px 20px;
	background-color: rgba(64, 3, 72, 0.9);
	
}

.hero h1 {
	
	color: #FFF;
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	line-height: 38px;
	font-weight: bold;
	max-width: 500px;
	margin: 0 0 2px 0;
	letter-spacing: 2px;

}

.hero h2 {
	
	color: #FFF;
	font-family: 'Playfair Display', serif;
	font-size: 70px;
	line-height: 74px;
	font-weight: bold;
	max-width: 500px;
	margin: 0 0 21px 0;

}

.hero-page h1 {
	
	color: #FFF;
	font-family: 'Playfair Display', serif;
	font-size: 70px;
	line-height: 74px;
	font-weight: bold;
	max-width: 600px;
	margin: 0 0 21px 0;

}

.hero-page h2 {
	
	color: #FFF;
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	line-height: 38px;
	font-weight: bold;
	max-width: 600px;
	margin: 0 0 2px 0;
	letter-spacing: 2px;

}

.hero a {
	
	background: #FFD500;
	color: #444;
	border-radius: 3px;
	padding: 18px 25px 20px;
	text-transform: uppercase;
	font-family: 'Barlow', sans-serif;
	font-size: 20px;
	line-height: 20px;
	display: inline-block;
	
}

.hero a:hover {

	text-decoration: none;
	background: #ffe55e
	
}

.buy-and-sell {
	
	text-align: center;
	padding: 80px 20px;
	
}

.buy-and-sell h3 {
	
	font-family: 'Playfair Display', serif;
	color: purple;
	font-size: 40px;
/* 	font-weight: bold; */
	line-height: 40px;
	margin-bottom: 70px;
	text-transform: uppercase;
	
}

.buy-and-sell h4 {

	font-family: 'Playfair Display', serif;
	font-size: 26px;
	font-weight: bold;	
	color: #444;
	
}	

.buy-and-sell p {

	font-size: 18px;
	line-height: 28px;

}

.features {
	
	text-align: center;
	padding: 80px 20px;
	background: #eee;
		
}

.features .col-12 {
	
	margin-bottom: 30px;
	
}

.features .box {
	
	background: #FFF;
/* 	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); */
	padding: 30px;
	height: 100%;
	border-radius: 3px;
	
}

.features h3 {
	
	font-family: 'Playfair Display', serif;
	color: purple;
	font-size: 40px;
/* 	font-weight: bold; */
	line-height: 40px;
	margin-bottom: 70px;
	text-transform: uppercase;
	
}

.features h4 {
	
	font-family: 'Playfair Display', serif;
	font-size: 26px;
	font-weight: bold;	
	color: #444;
	
}

.features p {
	
	font-size: 18px;
	line-height: 28px;

}

.auctions-list {
	
	text-align: center;
	padding: 80px 20px;
	
}

.auctions-list .col-12 {
	
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 3px;
	
}

.auctions-list .featured {
	
	background: rgba(255, 250, 181, 0.3);
	
}

.auctions-list h3 {
	
	font-family: 'Playfair Display', serif;
	color: purple;
	font-size: 40px;
/* 	font-weight: bold; */
	line-height: 40px;
	margin-bottom: 70px;
	text-transform: uppercase;
	
}

.auctions-list h4 {
	
	font-family: 'Playfair Display', serif;
	font-size: 26px;
	font-weight: bold;	
	color: #444;
	text-align: left;
	margin-bottom: 7px;
	padding: 0 17px
	
}

.auctions-list h5 {
	
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;	
	color: #444;
	text-align: left;
	margin-bottom: 18px;
	padding: 0 17px
	
}

.auctions-list small {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;	
	color: #444;
	padding-right: 3px;
}

.auctions-list p {
	
	text-align: left;
	padding: 0 17px;
	margin-bottom: 10px;
	
}

.auctions-list img {
	
	width: 100%;
	margin-bottom: 13px;
	
}

.auctions-list a {
	text-decoration: none;
	color: #444;
}

.auctions-list .auction-image {
	
	height: 300px;
	background-size: cover;
	background-position: center center;
	margin-bottom: 13px;
	
}

.auctions-list .auction-image-overlay {
	
	height: 300px;
	background: rgba(0,0,0,0.05);
	border-radius: 3px;
	transition: 0.5s;
	
}

.auctions-list a:hover .auction-image-overlay {
	
	height: 300px;
	background: rgba(0,0,0,0);
	border-radius: 3px;
	
}

.bid-now-button, .buy-now-button {
	
	background: #FFD500;
	color: #444;
	border-radius: 3px;
	padding: 8px 15px 10px;
	text-transform: uppercase;
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	line-height: 18px;
	display: inline-block;

}

.bid-now-button:disabled {
	
	background-color: #AAA;
	
}

footer {
	
	padding: 60px 20px;
	background: #eee;
	color: #999;
	text-align: center;
	
}

footer p {
	
	margin-bottom: 0
	
}

footer a {
	
	color: #999;
	
}

.auction {
	
	padding: 80px 20px;
	
}

.auction h1 {
	
	font-family: 'Playfair Display', serif;
	font-size: 26px;
	font-weight: bold;	
	color: #444;
	text-align: left;
	margin-bottom: 20px;
	
}

.auction img {
	
	width: 100%;
	border: 3px solid #eee;
	border-radius: 3px;
	margin-bottom: 27px;
	
}

.auction .checkout {
	
	background: #eee;
	border-radius: 3px;
	padding: 17px 25px;
	margin-bottom: 20px;
	
}

.auction .checkout input[type="submit"] {
	
	border: none;
	
}

.auction h5 {
	
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;	
	color: #444;
	text-align: left;
	margin-bottom: 18px;
	padding: 0;
	
}

.auction small {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;	
	color: #444;
	padding-right: 3px;
}

.auction p {
	
	margin-bottom: 7px;
	
}

.auction a {
	
	text-decoration: none;
	
}

.auction .timer {
	margin-bottom: 0px;
	font-size: 18px; 
	font-weight: bold;
}

.auction .winning {
	
	color: green;
	font-size: 18px; 
	font-weight: bold;
	
}

.auction .losing {
	
	color: #cc0000;
	font-size: 18px; 
	font-weight: bold;
	
}

form.login-form {
	
	max-width: 500px;
	margin: 0;
	padding: 20px 0;
}

form.login-form label {
	
	display: block;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	
}

form.login-form small {

	display: inline-block;
	color: #DDD;
	font-size: 14px;
	font-weight: bold;

}

form.login-form input {
	
	font-size: 18px;
	padding: 8px 12px;
	border: 3px solid #EEE;
	border-radius: 3px;
	margin-bottom: 17px;
	width: 100%;
	
}

form.login-form select {

	margin-bottom: 5px;
	color: #333;
	font-size: 18px;
	padding: 5px 12px;
	border: 3px solid #EEE;
	border-radius: 3px;
	max-width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	
}

form.login-form .login-button {
	
	background: #FFD500;
	color: #444;
	border-radius: 3px;
	padding: 12px 35px 14px;
	text-transform: uppercase;
	font-family: 'Barlow', sans-serif;
	font-size: 22px;
	line-height: 22px;
	display: inline-block;
	border: none;
	margin-top: 10px;

}

.alert-danger {
	
	padding: 12px 20px 13px;
	border: 3px solid #EEE;
	margin-bottom: 20px;
	border-radius: 3px;
	font-weight: bold;
	
}
