/* Global Styling */

@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400italic,700,800");

* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

html {
	background-color: #313a3d;
	background-attachment: fixed;
	background-image: url("../../img/main.jpg"), url("https://www.jeep.com/content/dam/fca-brands/na/jeep/en_us/392_concept/bhp-postreveal/hero/MY21-Wrangler-Rubicon-392-BHP-PostReveal-Desktop.jpg.image.1440.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

body {
	color: #000;
	font-family: "Raleway", "Helvetica", sans-serif;
	font-size: 15pt;
	font-weight: 500;
	line-height: 1.75em;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 800;
	letter-spacing: 0.075em;
	line-height: 1em;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

h2 {
	font-size: 1.75em;
	line-height: 1.5em;
}

h3 {
	font-size: 1em;
	line-height: 1.5em;
}

h4 {
	font-size: 0.9em;
	line-height: 1.5em;
}

h5 {
	font-size: 0.8em;
	line-height: 1.5em;
}

h6 {
	font-size: 0.7em;
	line-height: 1.5em;
}

header.major h1:after, header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after {
	background: #dddddd;
	content: '';
	display: block;
	height: 2px;
	margin: 0.75em auto 0 auto;
	position: relative;
	width: 4em;
}

section {
	background: rgba(0, 0, 0, .4);
}

/* Section/Article */

section.special, article.special {
	text-align: center;
}

/* Image */

.image {
	border: 0;
	display: inline-block;
	position: relative;
}

.image:before {
	background: url("");
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.image img {
	display: block;
}

.image.left {
	float: left;
	margin: 0 1.5em 1em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	margin: 0 0 1em 1.5em;
	top: 0.25em;
}

.image.left, .image.right {
	max-width: 40%;
}

.image.left img, .image.right img {
	width: 100%;
}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

.image.fit img {
	width: 100%;
}

/* Icon */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.major:before {
	font-size: 2.5em;
}

.icon-two {
	font-size: 2.5em;
	font-weight: 900;
	margin: 0px 0px 0.5em;
}

/* Icons Grid */

ul.icons-grid {
	list-style: none;
	padding: 0;
	position: relative;
}

ul.icons-grid li {
	display: block;
	float: left;
	padding: 3em 0;
	width: 50%;
}

ul.icons-grid li h3 {
	margin: 0;
}

ul.icons-grid li:nth-child(2n + 3):before {
	background: #dddddd;
	content: '';
	display: block;
	height: 2px;
	margin-top: -3em;
	position: absolute;
	width: 100%;
}

/* Actions */

ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
}

ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	border-radius: 0;
	border: 0;
	box-shadow: inset 0 0 0 2px #dddddd;
	color: #61686b !important;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	height: 3em;
	letter-spacing: 0.05em;
	line-height: 3.15em;
	padding: 0 2em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	background-color: rgba(144, 144, 144, 0.075);
	color: #61686b !important;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
	background-color: rgba(144, 144, 144, 0.15);
	color: #61686b !important;
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
	padding-left: 1.35em;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
	color: #a8b0b3;
	margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
	font-size: 0.8em;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
	font-size: 1.35em;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
	background-color: rgba(0, 0, 0, 0.6);
	border: 0;
	box-shadow: none;
	color: #ffffff !important;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
	background-color: rgba(0, 0, 0, 0.9);
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
button.primary:active,
.button.primary:active {
	background-color: rgba(0, 0, 0, 0.2);
}

input[type="submit"].primary.icon:before,
input[type="reset"].primary.icon:before,
input[type="button"].primary.icon:before,
button.primary.icon:before,
.button.primary.icon:before {
	color: #d1eddc;
}

input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
	background-color: #6f7577 !important;
	box-shadow: none !important;
	color: #fff !important;
	cursor: default;
	opacity: 0.25;
}

/* Main BG */

.main-bg {
	-moz-transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.main-bg.active {
	opacity: 1;
}

/* Main */

.main {
	position: relative;
}

.main .image.primary {
	display: none;
}

.main .container {
	padding: 5em 2.5em 8em 2.5em ;
	background: rgba(255, 255, 255, .4);
	box-shadow: inset 0 2px 0 0 #dddddd;
}

.main .container:before {
	min-height: calc( 100vh - 13em);
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
}

.main .container .content {
	display: inline-block;
	margin-right: 1px;
	vertical-align: middle;
	width: calc(100% - 10px);
}

.main .goto-next {
	-moz-transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	background-color: rgba(0, 0, 0, 0.4);
	background-image: url("images/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
	border: 0;
	bottom: 3em;
	display: block;
	height: 4em;
	left: 50%;
	line-height: 4em;
	margin-left: -2em;
	overflow: hidden;
	position: absolute;
	text-indent: 4em;
	white-space: nowrap;
	width: 4em;
}

.main .goto-next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Header */

#header {
	height: 100vh;
	position: relative;
	text-align: center;
}

#header:after {
	content: '';
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
}

#header header {
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	padding-bottom: 8em;
	vertical-align: middle;
}

#header header h1, #header header h2, #header header h3, #header header h4, #header header h5, #header header h6, #header header strong, #header header b {
	color: #ffffff;
}

#header header a {
	color: inherit;
}

#header header a:hover {
	color: #ffffff !important;
}

#header header h1 {
	font-size: 3em;
	line-height: 1.25em;
	margin: 0;
}

#header header h1:after {
	margin-top: 0.5em;
}

#header header p {
	color: #ffffff;
	font-weight: 700;
	margin: 1.5em 0 0 0;
}

#header .container {
	background: rgba(255, 255, 255, 0.4);
	bottom: 0;
	left: 50%;
	margin-left: -17.5em;
	padding: 2.5em;
	position: absolute;
}

#header .container > :last-child {
	margin-bottom: 0;
}

#header .container .button {
	min-width: 12em;
}

/* cheack this one! */

#footer {
	min-height: 100vh;
	padding: 0 0 12em 0;
	position: relative;
	text-align: center;
}

#footer .container {
	padding: 5em 2.5em 3em 2.5em ;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 2px 0 0 #dddddd;
}

#footer footer {
	bottom: 2em;
	color: rgba(255, 255, 255, 0.5);
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

#footer footer h1, #footer footer h2, #footer footer h3, #footer footer h4, #footer footer h5, #footer footer h6, #footer footer strong, #footer footer b {
	color: #ffffff;
}

#footer footer a {
	color: inherit;
}

#footer footer a:hover {
	color: #ffffff !important;
}

#footer footer .copyright {
	font-size: 0.8em;
	line-height: 1em;
	padding: 0;
}

#footer footer .copyright li {
	border-left: solid 1px rgba(255, 255, 255, 0.2);
	display: inline-block;
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}

#footer footer .copyright li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

/* Container */

.container {
	margin: 0 auto;
	max-width: calc(100% - 4em);
	width: 35em;
}

@media screen and (max-width: 980px) {

	.container {
		width: 80% !important;
		max-width: 100% !important;
	}

}

@media screen and (max-width: 480px) {

	.container {
		width: 100% !important;
}

}

/* Large */

@media screen and (max-width: 1680px) {

/* Basic */

	body {
		font-size: 12pt;
	}

}

/* Medium */

@media screen and (max-width: 980px) {

/* Header */

	#header header {
		padding-bottom: 9em;
		width: 80%;
	}

	#header .container {
		margin-left: -40%;
		padding: 3em;
	}

}

/* Small */

@media screen and (max-width: 736px) {

/* Basic */

	h2 {
		font-size: 1.35em;
	}

/* Main brings arrowa back on mobile*/

	.main .container {
		padding: 3em 1.5em 1em 1.5em ;
	}

	.main .container .image.primary:first-child {
		margin: -1.5em 0 2.5em 0;
	}

	.main .goto-next {
		display: none;
	}

/* Header the header button on mobile*/

	#header {
		height: 80vh;
	}

	#header:after {
		height: 80vh;
	}

	#header header {
		padding-bottom: 0;
	}

	#header header h1 {
		font-size: 2em;
	}

	#header header p {
		margin-top: 1em;
	}

	#header .container {
		display: none;
	}

/* Footer */

	#footer .container {
		padding: 3em 1.5em 1em 1.5em ;
	}

	}

/* XSmall */

@media screen and (max-width: 480px) {

/* main */

	.main-bg {
		display: none;
	}

	html {
		background-color: #000;
		background-image: url(""), url("");
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto;
	}

	.main .container {
		padding: 3em 1.5em 1em 1.5em ;
	}

	.main .container .image.primary:first-child {
		margin: -1.5em 0 2.5em 0;
	}

	.main .goto-next {
		display: none;
	}

	.main .image.primary {
		display: block;
		margin: 0 0 4em 0;
	}

	.main .container {
		padding: 3em 3em 8em 3em ;
	}

	.main .container:before {
		display: none;
	}

/* List */

	ul.actions {
		margin: 0 0 2em 0;
	}

	ul.actions li {
		display: block;
		padding: 1em 0 0 0;
		text-align: center;
		width: 100%;
	}

	ul.actions li:first-child {
		padding-top: 0;
	}

	ul.actions li > * {
		margin: 0 !important;
		width: 100%;
	}

	ul.actions.small li {
		padding: 0.5em 0 0 0;
	}

	ul.actions.small li:first-child {
		padding-top: 0;
	}

	ul.icons-grid li {
		box-shadow: inset 0 1px 0 0 #dddddd !important;
		float: none;
		margin: 2em 0 0 0;
		padding: 2em 0 0 0;
		width: 100%;
	}

	ul.icons-grid li:first-child {
		box-shadow: none !important;
		margin-top: 0;
		padding: 1em 0 0 0;
	}

	ul.icons-grid li:nth-child(2n + 1) {
		box-shadow: none;
	}

	ul.icons-grid li:nth-child(2n + 3):before {
		display: none;
	}

/* Main */

	.main .container {
		padding: 3em 1em 1em 1em ;
	}

	.main .container .image.primary:first-child {
		margin: -2em 0 2.5em 0;
	}

/* Footer */

	#footer .container {
		padding: 3em 1em 1em 1em ;
	}

	#footer footer .copyright {
		line-height: inherit;
	}

	#footer footer .copyright li {
		border-left: 0;
		display: block;
		margin: 0;
		padding: 0;
	}

}
