@charset "utf-8";
/* CSS Document */

/* ELEMENTS */

a {
	border: inherit;
	color: inherit;
	font-size: inherit;
	padding: inherit;
	text-decoration: none;
}

body {
	color: #000000;
	display: flex;
	flex-direction: column;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	margin: 0px;
	min-height:100vh;
	padding: 0px;
}

h1 {
	color: #204080;
	font-family: Arial, Geneva, Tahoma, SansSerif, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #204080;
	font-family: Tahoma, Arial, Geneva, SansSerif, sans-serif;
	font-size: min(max(4vw, 18px), 24px);
	font-weight: normal;
	margin: min(2vw, 20px) 0px;
	padding-left: min(5vw, 50px);
}

h3 {
	color: #000000;
	font-family: Arial, Geneva, Tahoma, SansSerif, sans-serif;
	font-size: min(max(4vw, 18px), 24px);
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px;
}

/* CLASSES */

.button {
	cursor: pointer;
	user-select: none;
}

.checkbox {
    border: 1px solid #C0C0C0;
    height: 20px;
	margin-right: 10px;
	min-width: 20px;
    width: 20px;
}

.checked {
	background-image: url("/images/elements/green-check-large.png");
	background-repeat: no-repeat;
}

.clear {
	clear: both;
}

.dynamic {
	padding: max(3vw, 15px);
	position: relative;
}
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.glow:hover {
	-webkit-filter: drop-shadow(0px 0px 0.2vw #FFFFFF);
	filter: drop-shadow(0px 0px 0.2vw #FFFFFF);		
}

.hr {
    background: #FFD040;
    border-radius: 0.4vw;
	box-shadow: min(0.3vw, 3px) min(0.3vw, 3px) min(0.3vw, 3px) min(0.1vw, 1px) #00000040;
    height: min(0.7vw, 5px);
    margin: min(max(2vw, 10px), 30px) min(1vw, 10px);
}

.inline-block {
	display: inline-block;
}

.menu_bar {
    background: #C0C0FF;
    border-radius: 0.4vw;
    height: min(0.7vw, 5px);
    margin-bottom: min(1vw, 6px);
    width: min(5vw, 40px);
}

.menu_divider {
    /* border-top: 1px solid #404080; */
    /* border-bottom: 1px  solid #FFFFFF; */
    background: linear-gradient(#E0E0FF 0%, #404080 50%, white 50%, #E0E0FF 100%, transparent);
    height: 4px;
    margin: 10px;
}
.menu_item {
	color: #404080;
	cursor: pointer;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: 0.15vw;
	padding: min(3vw, 20px);
	text-align: center;
	text-transform: uppercase;
	user-select: none;
}

.menu_item:hover {
	background: #404080;
	color: #E0E0FF;
}

.title {
	color: #204080;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: min(max(5vw, 20px), 30px);
	font-weight: normal;
	padding-left: min(5vw, 50px);
}

/* IDs */

#account_icon {
	cursor: pointer;
	margin-top: min(0.8vw, 8px);
	width: 35px;
}

#cart_icon {
	cursor: pointer;
	float: right;
	margin-right: min(5vw, 30px);
	position: relative;
	width: min(5vw, 34px);
	z-index: 5000;
}

#contact_container {
    color: #E0E0FF;
	display: none;
	float: right;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	margin-bottom: 10px;
	text-align: right;
}

#contact_container > div {
	cursor: pointer;
	user-select: none;
}

#contact_email {
    font-size: min(1.6vw, 20px);
}

#contact_phone {
	display: inline-block;
    font-size: min(3vw, 24px);
	font-weight: bold;
}

#content {
	/*max-width: 1250px;
	min-width: 280px;
	/*padding: min(2vw, 20px);*/
}

#content_container {
	background: #FFFFFF;
	flex: 1;
	margin: 0px auto;
	max-width: 1250px;
	min-width: 280px;
	text-align: center;
	width: 100%;
}

#footer_wrapper {
	background: #404080;
	border-top: min(0.7vw, 5px) solid #C0C0C0;
	color: #C0C0FF;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: min(max(3vw, 12px), 18px);
	padding: min(6vw, 20px);
	text-align: center;
}

#global_container {
	margin: 0px auto;
	max-width: 1250px;
	min-width: 280px;
	padding: max(3vw, 15px);
	position: relative;
	z-index: 1000;
}

#header {
	margin: 0px auto;
	max-width: 1250px;
	min-width: 280px;
}

#header_container {
	background: #404080;
	box-sizing: border-box;
	min-width: 280px;
	position: relative;
}

#hero_container {
    background: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	box-shadow: min(1vw, 0px) min(1vw, 5px) min(1vw, 8px) 0px #00000080;
	border-top: min(0.7vw, 5px) solid #E0E0E0;
    border-bottom: min(0.7vw, 5px) solid #FFD040;
	height: max(min(15vw, 200px), 60px);
	min-width: 300px;
    padding: 0px;
	position: relative;
	text-shadow: 2px 2px #00000080;
	z-index: 1000;
}

#hero_dimmer {
	background: rgba(0, 0, 0, 65%);
	background: rgb(0, 0, 0, 65%);
	height: 100%;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1001;
}
#hero_title {
	margin: 0px auto;
	max-width: 1250px;
	min-width: 320px;
	text-align:right;
}

#hero_title h1 {
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial;
	font-size: min(max(4vw, 22px), 48px);
	margin-right: min(max(6vw, 30px), 80px);
	padding-top: min(3vw, 30px);
	position: relative;
	z-index: 2000;
}

#hero_content {
	background: #50FFE030;
	background: rgba(80, 255, 224, 0.20);
	background: rgb(80, 255, 224, 0.20);
	color: #FFFFFF;
	font-family: Tahoma, Arial, Geneva, SansSerif, sans-serif;
	font-size: min(max(2vw, 16px), 32px);
    margin: min(1vw, 10px) 0 0 50%;
    padding: min(0.8vw, 10px) 0px min(1vw, 15px) min(1.5vw, 20px);
	position: relative;
	z-index: 2000;
}

#logo {
	cursor: pointer;
	float: left;
}

#menu {
	/*display: none;*/
    float: right;
    height: 0px;
    overflow: hidden;
    position: absolute;
    right: -20px;
	top: -10px;
    transition: height 0.5s;
    width: 320px;
	z-index: 4000;
}

#menu_box {
    background: #E0E0FF;
    border-radius: 10px 0px 10px 10px;
	box-shadow: 0px 5px 5px 0px #00000040;
	font-size: 16px;
	padding: 20px 0px;
    position: absolute;
    right: 10px;
    top: min(14vw, 60px);
    width: 300px;
}

#menu_close {
    background: #E0E0FF;
    border-radius: 10px 10px 0px 0px;
    color: #404080;
	cursor: pointer;
	font-size: min(max(30px,9vw),40px);
    height: min(14vw, 60px);
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0px;
    width: min(10vw, 60px);
}

#menu_container {
	float: right;
	height: 0px;
	position: relative;
	width: 0px;
}

#menu_icon {
	cursor: pointer;
	float: right;
}

#nav_container {
	float: right;
	position: relative;
}

#navigation {
	color: #E0E0FF;
	display: none;
	font-size: min(2vw, 18px);
	justify-content: space-between;
	text-transform: uppercase;
	user-select: none;
	width: 720px;
}

#top_shadow {
    background: linear-gradient(#00000060, #00000000);
	height: min(1.5vw, 8px);
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10000;
}

#user_container {
	display: flex;
	justify-content: right;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 480px) {
	body {
		font-size: 14px;
	}
}

@media only screen and (min-width: 481px) {
	body {
		font-size: 16px;
	}
}

@media only screen and (max-width: 540px) {
	#hero_content {
		display: none;
	}
}

@media only screen and (min-width: 541px) {
	body {
		font-size: 18px;
	}
	#contact_container {
		display: inline-block;
	}
	
	#contact_email {
		display: none;
	}
}

@media only screen and (min-width: 760px) {
	body {
		font-size: 20px;
	}

	#contact_email {
		display: block;
	}
	
	#header_container {
		padding-bottom: 5px;
	}
	
	#navigation {
		display: flex;
		margin-top: 1vw;
	}
}

@media only screen and (max-width: 980px) {
	#user_container {
		display: none;
	}
}

@media only screen and (min-width: 981px) {
	body {
		font-size: 22px;
	}
	
	.dynamic {
		padding: 25px;
	}
	
	#global_container {
		padding: 30px;
	}
	
	#logo {
		height: 95px;
		width: 750px;
	}

	#navigation {
		margin-top: 20px;
		width: 720px;
	}
}

@media only screen and (max-width: 1080px) {
	#logo {
		height: 75%;
		width: 75%;
	}
	#navigation {
		width: 75%;
	}
}

@media only screen and (min-width: 1200px) {
}
