@import url('https://fonts.googleapis.com/css?family=Gothic+A1&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
body, html{
	font-family: 'Gothic A1', sans-serif;
}
.huge-title{
	color: black;
	font-weight: bolder;
	font-size: 180px;
	overflow: hidden;
	letter-spacing: -10px;
	text-transform: uppercase;
}
.header{
	font-size: 80px;
	font-weight: bolder;
	color: white;
}
.white-text{
	color:white;
	font-size: 18px;
}
.black-text{
	color:black;
	font-size: 16px;
}
.tagline{
	color: #4EBEA8;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.product-title{
	color: black;
	font-weight: bolder;
	font-size: 18px;
	text-transform: uppercase;
}
.price{
	padding-bottom: 15px;
	font-weight: bolder;
}

.themeline{
	background-color: #4EBEA8;
	width: 150px;
	height: 8px;
	border-radius: 2px;
}

.themenav{
	background-color: black;
	position: relative;
	color: white;
	font-weight: bold;
	padding: 25px 0px 25px 0px!important;
	position: fixed!important;
	width: 100%;
	z-index: 100;
	top: 0;
}
.themenav, a{
	color: white!important;
}
.themenav, a:hover{
	color: lightgray!important;
}
.nav-expand{
	margin-left: 20px!important;
}

.hero{
	background-image: linear-gradient(to left, rgba(245, 246, 252, 0.0), rgba(0, 0, 0, 0.73)), url('../imgs/hero.jpg');
	background-position: center;
	height: 925px;
	background-size: cover;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}


.theme-btn{
	background-color: #4EBEA8;
	border-radius: 5px;
	padding: 10px;
	transition: 0.3s;
	font-weight: bolder;
}
.theme-btn:hover{
	background-color: #982E23;
	border-radius: 5px;
	padding: 10px;
	text-decoration: none;
}

.themefooter{
	background-color: black;
	padding: 100px 0px 100px 0px;
}

.icon{
	color: white;
	padding-right: 15px;
}

.rrp{
	color: #BBBBBB;
	text-decoration: line-through;
}