@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates&display=swap');
*{
	box-sizing: border-box;
}

body, html, ul, li {
	margin: 0;
	padding: 0;
	background-color: #fdf4eb;
	/*background-color: #996633;*/
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.1em;
}

body {
	display: flex;
	flex-direction: column;
	font-family: 'Montserrat Alternates', sans-serif;
	height: 100%;
}

.navRow {
	z-index: 2;
	display: flex;
	font-size: 0.9em;
	position: fixed;
    top: 0;
	width: 100%;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.navRow > ul {
	display: flex;
	width: 100%;
	list-style: none;
	justify-content: space-around;
}

.navRow > ul > li {
	flex: 0;
	padding-right: 1em;
	padding-top: 1.6em;
	font-weight: normal;
}

.navRow > ul > #navLogo {
	flex: 4;
	padding: 1em;
}

#navLink a: { text-decoration: none; }
#navLink a:link { color: #663300;text-decoration: none; }
#navLink a:visited { color: #663300; text-decoration: none; }
#navLink a:hover { color: #f7a600; text-decoration: none; }
#navLink a:active { color: #ffffff; text-decoration: none; }

#nav3Link a: { text-decoration: none; }
#nav3Link a:link { color: #ffffff;text-decoration: none; }
#nav3Link a:visited { color: #ffffff; text-decoration: none; }
#nav3Link a:hover { color: #f7a600; text-decoration: none; }
#nav3Link a:active { color: #ffffff; text-decoration: none; }

a.nav2Link: { text-decoration: none; }
a.nav2Link:link { color: #663300; text-decoration: none; }
a.nav2Link:visited { color: #663300; text-decoration: none; }
a.nav2Link:hover { color: #f7a600; text-decoration: none; }
a.nav2Link:active { color: #ffffff; text-decoration: none; }
	
.centerContent {
	width: var(--centerWidth);
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;
}

.center2Content {
	width: var(--centerWidth);
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;
	padding-top: 5em;
}

.centerContentList {
	display: flex;
	position: middle;
	margin: auto;
	align-items: center;
}

:root {
	--centerWidth: 90%;
}

@media(min-width: 1000px) {
	:root {
		--centerWidth: 75%;
	}
}

@media(min-width: 1600px) {
	:root {
		--centerWidth: 60%;
	}
}


.parallax-windows {
    /*min-height: 200px;*/
    background: transparent;
}


.info{
	z-index: 1;
	position: ralative;
}


.parallax {
	/* The image used */
	background-image: url(img/background_1.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: none;
	background-size: cover;
	/*width: 100%;*/
	/*height: 100%;*/
}

.parallax2 {
	/* The image used */
	background-image: url(img/background_2.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: none;
	background-size: cover;
	/*width: 100%;*/
	/*height: 100%;*/
}


.heroRow {
	font-size: 1.5em;
	display: flex;
	color: white;
	flex-direction: column;
	/*background-color: #663300;*/
	/*background-image: url(img/background_1.jpg);*/
	/*background-position: center;*/
	/*background-repeat: none;*/
	/*background-size: cover;*/
	align-items: center;
	text-align: center;
	padding: 6em;
	padding-top: 10em;
	
}


.heroRow > .centerContent > h1 {
	text-transform: uppercase;
}


.bottonRow{
	display: flex;
	justify-content: space-around;
	width: 80%;
}

.hero2Row {
	display: flex;
	color: white;
	flex-direction: column;
	background-color: #996633;
	background-position: center;
	background-repeat: none;
	background-size: cover;
	align-items: center;
	text-align: center;
	padding: 2em;
	font-weight: normal;
}

.hero2Row > .centerContent > h1 {
	padding: 0.5em;
	font-weight: bold;
}

.hero2Form {
	justify-content: center;
	display: flex;
	width: 100%;
}

.hero2Form > button {
	flex: 0;
	padding: 1rem;
	padding-left: 2em;
	padding-right: 2em;
	font-weight: bold;
	border: none;
	background-color: #663300;
	color: white;
	font-size: 0.9rem;
	text-transform: uppercase;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
}

.hero2Form > button:hover {
	flex: 0;
	padding: 1rem;
	padding-left: 2em;
	padding-right: 2em;
	font-weight: bold;
	border: none;
	background-color: #f7a600;
	color: #663300;
	font-size: 0.9rem;
	text-transform: uppercase;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.hero3Row {
	/*font-size: 1.5em;*/
	display: flex;
	color: white;
	flex-direction: column;
	/*background-color: #663300;*/
	/*background-image: url(img/background_1.jpg);*/
	/*background-position: center;*/
	/*background-repeat: none;*/
	/*background-size: cover;*/
	align-items: center;
	text-align: center;
	padding: 8em;
	font-weight: normal;
	
}

.areaRow {
	padding-bottom: 1em;
	background-color: #996633;
	font-weight: normal;
}

.areaRow > tr, th {
	font-weight: normal;
	text-align: right;
}

.areaRow > td {
	font-weight: normal;
	text-align: left;
}

.selectArea {
	font-weight: normal;
	font-family: 'Montserrat Alternates', sans-serif;
	color: #663300;
	border: none;
	text-align: left;
}

.styled-select select {
	font-size: 0.9em;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: normal;
	width: 173px;
	height: 26px;
	color: #663300;
	border: 0;
	border-radius: 0;
}

.areaText {
	padding: 0.3em;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: normal;
	color: #663300;
	border: none;
}

.area2Text {
	padding-bottom: 1em;
	background-color: #996633;
	text-align: center;
	font-weight: normal;
}

.area3Text {
	display: flex;
	padding-right: 1em;
	padding-top: 1.6em;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: normal;
	color: #996633;
	border: none;
}

.area4Text {
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: normal;
	color: #ffffff;
	border: none;
}

.areaText-bold {
	font-weight: bold;
}

.featuresRow{
	display: flex;
	justify-content: center;
	padding: 1em;
}

.featuresItemRow {
	display: flex;
}

.featuresItemBox {
	display: flex;
	flex-direction: column;
	flex: 1;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 1em;
}

.featuresItemBox > ul > li {
	list-style: none;
	padding: 0.5em;
}

.premiumRow {
	text-transform: uppercase;
	display: flex;
	color: white;
	flex-direction: column;
	/*background-color: #663300;*/
	/*background-image: url(img/background_2.jpg);*/
	/*background-position: center;*/
	/*background-repeat: none;*/
	/*background-size: cover;*/
	align-items: center;
	text-align: center;
	padding: 6em;
}

.premiumRow > .centerContent > h1 {
	padding: 1em;
}

.btn {
	padding: 1rem;
	font-weight: bold;
	border: none;
	border-radius: 4px;
	background-color: #2ecc71;
	color: white;
	width: 12em;
	font-size: 1rem;
	text-transform: uppercase;
}

.btnPro {
	background-color: #f39c12;
}

.footer_old {
	background-color: #663300;
	height: 400px;
	position: absolute;
	width: inherit;
	text-align: center;
}

.center_table {
	width: 700px;
	font-size: 0.85em;
	font-weight: normal;
}
	
.center_table_2 {
	width: 700px;
	color: #f39c12;
	text-align: center;
	font-weight: bold;
}

.meRow {
	display: flex;
	font-size: 0.9em;
	color: #663300;
	justify-content: center;
}

.meRow > .meContent {
	display: flex;
	padding-top: 1.5em;
	width: var(--centerWidth);
	list-style: none;
	font-weight: normal;
	text-align: center;
}

.meRow > .meContent > ul {
	list-style: none;
}

.enhancement {
	padding-top: 1em;
	font-weight: bold;
	font-size: 1.3em;
}

.textarea {
	resize: none;
	width: 400px;
	height: 150px;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: normal;
	color: #663300;
}

.footer_nemjo {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #f39c12;
   color: white;
   text-align: center;
   height: 15%;
}