
/*
	Copyright Josh L 2017
	This code should not be copied, edited or redistributed without consent from Josh Lisher.
*/

body {
	font-family: 'Barlow', sans-serif !important;
	color: black !important;
	background: #f5f5f5 !important;
}

.mobile {
	display: none !important;
}

.navbar {
	background: #37c4ca !important;
	padding: 0 !important;
	z-index: 1;
}

.navbar-brand {
	margin-left: 10px;
	color: white !important;
}

.nav-link {
	color: white !important;
}

.nav-link:hover {
	background: aquamarine !important;
}

.nav-link:focus {
	background: #5ce8b9 !important;
}

.navbar-text-icon {
	font-size: 12px;
	vertical-align: middle;
}

.active {
	background: #5ce8b9 !important;
	border: none !important;
}

.container {
	margin-top: 30px;
	margin-bottom: 100px;
}

.logo {
	height: 60px;
	width: auto;
}

a {
	text-decoration: none !important;
	color: black !important;
}

h1 {
	margin-top: 40px;
	font-weight: bold;
}

.title {
	z-index: -1;
}

a.intext-links {
	color: #a2a2a2 !important;
}

.about {
	margin-top: 40px;
}

.collapse, .collapsing {
	margin-bottom: 0px;
}

.product {
	width: auto;
	height: 140px;
	margin-bottom: .5rem;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.my-products {
	background: #f1f1f1 !important;
    padding: 5px !important;
    margin-top: 15px !important;
}

.products {
	text-align: left;
	margin-bottom: 20px;
}

.product-name {
	font-weight: bold;
}

.top-product-border {
	border: solid 1px #37c4ca !important;
}

.top-product-text {
	color: #37c4ca;
	margin-top: 25px;
}

.buy-product-btn {
	margin-top: 50%;
    margin-left: 22%;
    width: 90px;
    padding: 5px;
	background: #5ce8b9 !important;
	color: white !important;
}

.buy-product-btn:hover {
	background: aquamarine !important;
}

a.product-link, a.product-link:hover {
	text-decoration: none;
	color: black;
}

.message {
	min-height: 38px;
	max-height: 228px;
    height: 100px;
    width: 100%;
}

.role {
	font-weight: bold;
}

.footer {
	position: fixed;
	width: 100%;
    bottom: 0;
    color: #000;
	background: whitesmoke;
}

.footer-top {
	margin-bottom: 0px;
}

.footer-bottom {
	margin-top: 0px;
}

.footer-bottom-link {
	font-size: 12px;
	margin-bottom: 5px;
}




@media only screen and (max-width: 375px) {
	.desktop {
		display: none !important;
	}
	
	.mobile {
		display: block !important;
	}

	.mobile-container {
		max-width: 480px;
		margin: auto;
		background-color: #555;
		height: 500px;
		color: white !important;
		border-radius: 10px;
	}

	.topnav {
		overflow: hidden;
		background-color: #333;
		position: relative;
		z-index: 1;
		background: #37c4ca !important;
	}

	.topnav a:hover:not(.icon) {
		background: aquamarine !important;
	}

	.topnav #myLinks {
		display: none;
	}

	.topnav a {
		color: white !important;
		padding: 14px 16px;
		text-decoration: none;
		font-size: 17px;
		display: block;
	}

	.topnav a.icon {
		background: #333333;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
	}

	.container {
		margin-bottom: 65px;
	}

	.col-sm-4 {
		margin-bottom: 25px;
	}

	.product-desc {
		text-align: center;
	}

	.buy-product-btn {
		margin-top: 15%;
    	margin-left: 35%;
	}

	.footer {
		font-size: 10px;
	}

	.footer-top {
		margin-top: 2px;
	}

	.footer-bottom {
		margin-bottom: 2px;
	}
}

@media only screen and (max-width: 667px) {
	.desktop {
		display: none !important;
	}
	
	.mobile {
		display: block !important;
	}

	.mobile-container {
		max-width: 480px;
		margin: auto;
		background-color: #555;
		height: 500px;
		color: white !important;
		border-radius: 10px;
	}

	.topnav {
		overflow: hidden;
		background-color: #333;
		position: relative;
		z-index: 1;
		background: #37c4ca !important;
	}

	.topnav a:hover:not(.icon) {
		background: aquamarine !important;
	}

	.topnav #myLinks {
		display: none;
	}

	.topnav a {
		color: white !important;
		padding: 14px 16px;
		text-decoration: none;
		font-size: 17px;
		display: block;
	}

	.topnav a.icon {
		background: #333333;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
	}

	.container {
		margin-bottom: 65px;
	}

	.col-sm-4 {
		margin-bottom: 25px;
	}

	.product {
		height: 80px;
	}

	.product-desc {
		text-align: center;
	}

	.buy-product-btn {
		margin-top: 5%;
    	margin-left: 41%;
	}

	.footer {
		font-size: 10px;
	}

	.footer-top {
		margin-top: 2px;
	}

	.footer-bottom {
		margin-bottom: 2px;
	}
}