@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Source+Sans+Pro:wght@400;600;700&display=swap');

body{
	background: #E8E6E6;
	font-family: 'Lato', sans-serif;
	font-size:16px;
}

a {
	color: #057dc3;
	transition: all ease 0.5s;
}

h1{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom: 20px;
}

h2,
h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}

h2.price{
	color: #159315;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 6px;
}

h5.file-notice{
	color: #C90104;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: .01em;
}

.breadcrumbs{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1em;
	font-weight: 500;
}

ol.breadcrumb{
	background: transparent;
	padding: .7rem .2rem 0;
	margin-bottom: -10px !important;
}

li.breadcrumb-item{
	color: #6c757d;
}

li.breadcrumb-item.active{
	color: #333;
}

.btn-sm{
	margin: 2px;
}

.card{
	border: 0;
	border-radius: 0;
}

.cat-arrow{
	height: 22px;
	margin-right: 3px;
}

.copyright{
	border-bottom: 1px solid #b9b7b7;
	color: #646464;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: .9em;
	margin-bottom: 20px;
	padding: 20px 0 17px;
}

.dropdown-menu{
	background: #f3f3f3;
	border: 0;
	border-radius: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
}

.fa-sort-asc{
	font-size: .95em;
	margin-bottom: -8px;
	vertical-align: middle;
}

.fa-sort-desc{
	font-size: .9em;
	margin-top: -8px;
	vertical-align: middle;
}

footer{
	background: #D9D6D5;
	padding-bottom: 20px;
}

footer a.howMore{
	display: block;
	margin-top: -4px;
}

footer p{
	margin: 6px 0;
}

footer h4{
	font-size: 1.05em;
	font-weight: 600;
	margin: 6px 0;
}

footer .footer-bottom{
	border-top: 1px solid #b9b7b7;
	margin-top: 20px;
	padding-top: 12px;
}

footer .footer-bottom h4{
	display: inline-block;
	margin-right: 15px;
}

.guest-home-image{
	cursor: pointer;
}

.guest-home-image img{
	height: auto;
	width: 100%;
}

.login-header{
	text-align: right;
}

.navbar{
	background: #fff;
	border-bottom: 0;
	padding: .8rem 1rem;
}

.navbar.main-nav{
	background: #D9D6D5;
	padding: 1rem 1.5rem 0.6rem;
}

.navbar a.nav-link{
	border-bottom: 3px solid transparent;
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1em;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 1rem;
	transition: all .5s ease;
}

.navbar a.nav-link:hover{
	border-bottom: 3px solid #00629b;
	color: #00629b;
}

.navbar-brand{
	font-size: 1.1em;
	font-weight: 600;
	padding: 0;
	transition: all ease 0.5s;
}

.navbar-brand img{
	width: 320px;
	height: auto;
	max-width: 100%;
}

.page-controls input,
.page-controls select,
.page-controls a.btn{
	margin-top:1px;
	margin-bottom:1px;
}

.pagination{
	margin-top: 10px;
}

.photo-thumbnail{
	width: 100%;
	height: 240px;
}

.profile-photo{
	border-radius: 50%;
	width: 92px;
	height: 92px;
	object-fit: cover;
	object-position: center;
}

.profile-photo.profile-larger{
	width: 150px;
	height: 150px;
}

.smaller-mobile-field{
	width: 240px !important;
}

.seller-profile h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 10px;
}

.seller-profile a{
	transition: all .5s ease;
}

.seller-profile p{
	font-size: .95em;
	margin-bottom: 4px;
}

.table{
	line-height: 1.2em;
}

.table td{
	padding: 0.75rem 0.55rem;
}

.table thead th{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1em;
	font-weight: 600;
	padding: 1.2rem 0.6rem;
}

.table .thead-dark th{
	background-color: #6a4338;
	border: 0;
}

.table .thead-dark tr th:first-child{
	border-top-left-radius: 10px;
}

.table .thead-dark tr th:last-child{
	border-top-right-radius: 10px;
}

.table-striped tbody tr:nth-of-type(odd){
	background-color: #F1F0F0;
}

.table-hover tbody tr:hover {
  background-color: #e9e7e7;
}


@media only screen and (max-width: 1200px) {
	
	.navbar a.nav-link{
		font-size:1.07em;
		margin:0 .8rem;
	}
	
	.navbar-brand img{
		width: 260px;
	}
	
	.photo-thumbnail{
		height: 197px;
	}
	
	.profile-photo{
		width: 80px;
		height: 80px;
	}

}

@media only screen and (max-width: 992px) {
	
	body{
		font-size: 15px;
	}
	
	.login-header h3{
		font-size:1.5em;
	}
	
	.navbar-brand img{
		width: 200px;
	}
	
	.navbar a.nav-link{
		font-size:1.05em;
		margin:0 .5rem;
	}
	
	.navbar.main-nav{
		padding: .8rem .8rem .6rem;
	}
	
	.photo-thumbnail{
		height: 140px;
	}
	
	.profile-photo{
		width: 64px;
		height: 64px;
	}

}


@media only screen and (max-width: 767px) {
	
	footer .footer-bottom span{
		display: block;
	}
	
	footer .footer-bottom h4{
		margin-right: 0;
	}
	
	footer .footer-bottom h4:first-child{
		border-right:1px solid #8f8f8f;
		margin-right:6px;
		padding-right:9px;
	}
	
	.login-header{
		text-align: left;
	}
	
	.row.mobile-noflex{
		display: block;
	}
	
	.mobile-stack{
		max-width: 100% !important;
		margin: 12px 0;
	}
	
	.nav-link{
		padding: 5px 1rem;
		border: 0 !important;
	}
	
	.nav-link:hover{
		border: 0;
	}
	
	.nav-item:first-child{
		margin-top: 10px;
	}
	
	.navbar-right .nav-item:first-child{
		margin-top: 0;
	}
	
	.nav-item:after{
		border-bottom: 3px solid transparent;
		content: "";
    display: block;
		margin-left: 0.5rem;
		padding-top: 0;
    width: 80px;
	}
	
	.nav-item:hover:after{
		border-bottom: 3px solid #00629b;
		content: "";
    display: block;
		margin-left: 0.5rem;
		padding-top: 0;
    width: 80px;
	}
	
	.photo-thumbnail{
		height: 97px;
	}
	
	.profile-photo{
		width: 110px;
		height: 110px;
	}
	
	.seller-profile{
		background: #f6f6f6;
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
}

@media only screen and (max-width: 576px) {
	
	.photo-thumbnail{
		height: 240px;
	}
	
	.profile-photo{
		width: 80px;
		height: 80px;
	}
	
	.row.photos{
		display: block;
	}
	
	.row.photos .col-4{
		max-width: 100% !important;
		margin: 12px 0;
	}
	
	.smaller-mobile-field{
		width: 150px !important;
	}
	
}

@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1340px;
  }
}

@media (min-width: 1600px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1540px;
  }
}