@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Kanit:200,300,500');

body {
	background-color: #CEB69f;
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	font-weight: 200;
	color: #000000;
}

p {
	line-height: 140%;
}

header {
	background-color: #fff;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
header-img {
display: inline-block;
	
}


#header-content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	
}

nav {
	background-color:#A07557;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}

nav ul {
	display: block;
	padding: 14px 0 16px;
}

nav li {
	display: inline-block;
}

nav a {
	padding: 10px 30px 5px;
}

nav a:link {
	color: #fff;
	text-decoration: none;
}

nav a:hover {
	background-color: #C39B6B;
	color: #000;
	border-bottom: 7px solid #422512;
}
nav a:visited {
color: #000000;	
	
	
}

#wrapper {
	width: 100%;
	background-color: #fff;
}

.grey-box {
	max-width: 100%;
	margin: 0 auto;
	background-color: #D8C9BC;
	padding: 80px 200px;
}

.grey-box p {
	font-size: 18px;
	line-height: 200%;
}

h1 {
	font-size: 28px;
	font-weight: 500;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 14px;
}

h2 {
	font-weight:500;
	font-size: 60px;
	color: #fff;
	width: 100%;
	text-align: center;
}

#bg-image1 {
  	background-image: url(/final/images/Background.png);
	min-height: 500px;
	background-attachment:fixed;
	background-repeat: no-repeat;
	
}

#gender {
	background-image:url(/final/images/Pic.png);
	background-attachment:fixed;
	background-repeat: no-repeat;
}

#color {
	background-image:url(/final/images/Targetaudience.png);
	background-attachment:fixed;
	background-repeat: no-repeat;
}

#age {
	background-image:url(/final/images/age-bg.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
}

#gender, #color, #age {
	min-height: 400px; 
  	background-position: center;
}

#bg-image1, #gender, #color, #age {
  background-size: cover;
}

footer {
	background-color: #93734B;
	color: #fff;
	font-size: 13px;
	text-align:center;
	padding: 20px;
}

/* Existing CSS for #header-content */
#header-content {
  /* Your existing styles */
  position: relative; /* Added relative positioning */
}

/* New style for social-icons */
#social-icons {
  position: absolute;
  top: 38px;
  right: 0; /* Positioned all the way to the right */
}

/* Descendant selector for spacing between icon images */
#social-icons img {
  margin-left: 10px; /* Adds spacing between each icon */
}

.graphic {
  position: relative;
  display: inline-block;
  margin: 20px; /* Adjust as needed */
}

.graphic img {
  display: block; /* Ensures the image doesn't have extra space */
}

/* Style for the H2 within each graphic */
.graphic h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
style>
.parallax {
  /* The image used */
  background-image: url("bg-image1");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

label  {
	float: left;
display: block;
font-weight: bold;
	text-align: right;
	width: 120px;
	padding-right: 12px;
}

button {
	background-color:#745C34;
	color: white;
	border-radius: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 132px;
			
}

.submit {background-color: antiquewhite;
text-color: black;
	border-radius: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 132px;
}

.submitbtn:hover {background-color:#7A9BD6;}




