@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Lora:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
	font-family: Lora, Georgia, serif;
	font-size: 1.2rem;
}

hr.short-hr {
	width: 100px;
	height: 2px;
	border: 1px solid #2f3e23;
	background-color: #2f3e23;
	opacity: 0.5;
}

h1 {
	font-family: Cinzel, Trajan, serif;
	text-transform: uppercase;
	letter-spacing: 5px;
}


h2, h3, h4, h5, h6 {
	font-family: Cinzel, Trajan, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.bg-primary {
	background: #434f3a;
}

.text-primary {
	color: #434f3a;
}

/**********************
LINKS AND BUTTONS
***********************/

a {
	color: #434f3a;
	transition: 0.3s;
}

	a:hover {
		color: #2f3e23;
	}


.btn {
	color: #fff;
	background: #434f3a;
	transition: 0.3s;
	padding: 1.3rem;
	border-radius: 30px;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.9rem;
	font-family: Cinzel, Trajan, serif;
}

	.btn:hover, .btn:active, .btn:focus {
		background: #2f3e23;
		box-shadow: 0 0 0!important;
	}

	.btn svg {
		transition: 0.3s;
	}

	.btn:hover svg {
		margin-left: 5px;
	}
	
.list-group-item {
	border: 0!important;
	margin: 0;
	padding: 0;
	background: 0;
}

.list-group-item-action:focus, .list-group-item-action:hover {
	background: none!important;
}

/***************************
NAVBAR
***************************/
.navbar a {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.9rem;
	font-family: Cinzel, Trajan, serif;
}

.navbar-toggler {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.9rem;
	font-family: Cinzel, Trajan, serif;
	border: 0;
}

/***************************
HEADER & OTHER GRAPHICS
***************************/
.header {
	background: url(../img/header-bg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 70vh;
}

.gradient {
	border-radius: 100%;
	min-height: 300px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(125,125,125,0) 51%, rgba(0,0,0,0.24) 100%);
}

.map {
	background: url(../img/map.jpg) no-repeat top center;
	background-size: cover;
	min-height: 50vh;
}

.contact {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(125,125,125,0) 51%, rgba(0,0,0,0.24) 100%);
	padding: 10vh 0;
}

/***************************
SLIDER
***************************/
.card {
	padding: 30px 0;
	margin: 10px;
	border: 0;
	overflow: hidden;
	min-height: 200px;
}
	
	.card h4 {
		margin: 0;
		margin-top: 10px;
	}

	.card-body {
		padding: 0;
	}
	
	.card p {
		margin: 0;
	}

.storage-size {
	display: inline-block;
	margin: 10px auto;
	max-width: 300px;
	background: #eee;
}

	.fivebyten {
		display: block;
		width: 25px;
		height: 50px;
		border: 1px solid #000;
	}
	
	.tenbyten {
		display: block;
		width: 50px;
		height: 50px;
		border: 1px solid #000;
	}
	
	.tenbyfifteen {
		display: block;
		width: 63px;
		height: 50px;
		border: 1px solid #000;
	}
	
	.tenbytwenty {
		display: block;
		width: 100px;
		height: 50px;
		border: 1px solid #000;
	}
	
	.tenbytwentyfive {
		display: block;
		width: 125px;
		height: 50px;
		border: 1px solid #000;
	}
	
	.tenbythirty {
		display: block;
		width: 150px;
		height: 50px;
		border: 1px solid #000;
	}
	
.slick-slide {
	margin: 15px 0;
}

.slick-prev {
	display: none!important;
}

.slick-next {
	background: none;
	border: 0;
	position: absolute;
	right: -15px;
	top: 45%;
	color: #fff;
	font-size: 2rem;
	background: #434f3a;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.scroll {
	font-size: 0.8rem;
	opacity: 0.7;
	font-style:italic;
}