/*
author: Kyoko Hata
student number: A00632875
date: May 28, 2017
notes: week 6 - 12 final project;
*/
body {
	font-family: Tahoma, Helvetica, Arial, Verdana, 'sans-serif';
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #e6e6ea;
}

a:link, a:visited {
	color: #e6e6ea;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, div,
ul, li {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 100%;
	min-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}

#header {
	background-color: #bab5ab;
	width: 100%;
	height: 700px;
	position: relative;

}

#signinsearchbar {
	width: 100%;
	background-color: #403d40;
	height: 50px;
	position: fixed;
	top: 0px;
	z-index: 10;
}

#nav {
	background-color: #bd9f78;
	width: 100%;
	height: 50px;
	position: fixed;
	top: 50px;
	z-index: 11;
}

#content {
	background-color: #f2eadf;
	width: 100%;
}

#bottom_menu {
	background-color: #bd9f78;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

#footer {
	width: 100%;
	background-color: #403d40;
	text-align: center;
	position: absolute;
}

#logo_img {
	padding: 0;
	margin-top: 5px;
	float: left;
}

#signin {
	font-size: 1.3em;
	float: right;
	margin-top: 13px;
	margin-right: 70px;
	text-transform: uppercase;
}

#search {
	float: right;
	margin-top: 9px;
	margin-right: 50px;
}

#search_text_input{
    border-top: thin solid  #e5e5e5;
    border-right: thin solid #e5e5e5;
    border-bottom: 0;
    border-left: thin solid #e5e5e5;
    color: #403d40;
    font-size: 1.1em;
    float: left;
    width: 200px;
    height: 23px;
    margin: 0; 
    outline: 0;
    padding: 0.2em 0 0.3em 0.6em;  
}
  
#button_holder{
    background-color: #f1f1f1;
    border-top: thin solid #e5e5e5;
    cursor: pointer;
    float: left;
    margin: 0;
}
  
#button_holder img {
    margin: 4.5px;
    width: 20px; 
}

#input_img {
    width: 24px;
    height: 24px;
}

#ul_menu {
	list-style: none;
	font-size: 1.6em;
	white-space: nowrap;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.li_menu {
	display: inline-block;
	/* *display: inline; */
	text-align: center;
	width: 150px;
	text-transform: uppercase;
}

#header_img {
	width: 750px;
	height: 600px;
	float: left;
	top: 150px;
	left: 80px;
	position: absolute;
}

#header_copy {
	font-family: Verdana;
	font-size: 4.5em;
	line-height: 150px;
	color: #403d40;
	text-shadow: 
		-3px -3px 0 #e6e6ea,
		3px -3px 0 #e6e6ea,
		-3px 3px 0 #e6e6ea,
		3px 3px 0 #e6e6ea;
	width: 450px;
	height: 300px;
	top: 180px;
	left: 860px;
	float: right;
	position: absolute;
}

#ul_bottom_menu {
	font-size: 1.3em;
	list-style: none;
}

.li_bottom_menu {
	display: inline-block;
	padding: 10px;
}

#footer_copy {
	font-size: 0.9em;
	text-align: center;
	padding: 3px;
	text-transform: uppercase;
}

.flex_container {
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	/* -webkit- */ flex-flow: row wrap;
	justify-content: space-around;
}

.flex_home_content {
	padding: 5px;
	width: 270px;
	height: 450px;
	margin-top: 50px;
	color: #403d40;
	font-size: 1.2em;
}

h3.home {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: -10px;
	text-align: center;
}

p.home_text {
	text-align: left;
	margin: 15px 0;
}

a:link.top, a:visited.top {
	color: #403d40;
}

a:hover.top, a:active.top {
	text-decoration: underline;
}

/* Template(s) for pages other than home page */

#breadcrumb_list {
	padding: 20px 0 0 30px;
	width: 95%;
	height: 35px;
	margin-top: 100px;
}

#ul_breadcrumb {
	list-style: none;
	text-transform: uppercase;
}

.li_breadcrumb {
	display: inline-block;
}

#content .other {
	margin-top: 50px;
	color: #403d40;
	font-size: 1.2em;
	padding-bottom: 10px;
}

#ul_sublink_portfolio {
	list-style: none;
	font-size: 0.9em;
	white-space: nowrap;
	margin-top: 10px;
}

.li_sublink_portfolio {
	display: inline-block;
	/* *display: inline; */
	text-align: center;
	width: 130px;
	text-transform: uppercase;
}

.li_sublink_portfolio.services {
	width: 200px;
	padding-left: 20px;
}

.ul_portfolio_list {
	display: table;
	list-style-position: inside;
	overflow: hidden;
	padding: 30px;
	line-height: 30px
}

.ul_portfolio_list > .li_portfolio_list {
	display: table-row;
}

.ul_portfolio_list > .li_portfolio_list {
	list-style: none;
}

.ul_portfolio_list > .li_portfolio_list::before {
	display: table-cell;
}

.ul_hts {
	list-style-position: inside;
}

.li_hts {
	list-style-position: outside;
	padding: 5px;
	margin-left: 1px;
}

#section_contact {
	padding-left: 100px;
	padding-right: 100px;
	height: 700px;
}

#contact_form {
	float: left;
}

#contact_text {
	float: right;	
	padding: 0;
	margin: 0 0 0 100px;
}

#ul_contact {
	list-style: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.li_contact {
	margin-bottom: 20px;
}

#contact_sent {
	height: 600px;
	color: #e6e6ea;
}

.contact_note {
	color: #7F004D;
	font-size: 0.8em;
}

.ul_sitemap {
	line-height: 1.5em;
	text-transform: uppercase;
	list-style-position: inside;
}

.ul_sitemap .li_sitemap {
	list-style-image: url('../img/07_listdisc2.gif');
}

.ul_subsitemap {
	margin-left: 25px;
}

.li_subsitemap {
	list-style: disc;
	margin-left: 35px;
}

h1.page_title_about {
	color: #403d40;
	font-size: 3em;
	text-transform: uppercase;
	text-align: right;
	width: 93%;
	height: 70px;
	padding: 10px;
}

h1.page_title_about.portfolio {
	text-align: left;
	padding: 10px 0 10px 30px;
}

h2.services_subtitle {
	text-transform: uppercase;
	text-align: right;
}

p.about_text {
	padding-left: 100px;
	padding-right: 100px;
	margin-left: 10px;
}

p.portfolio_text {
	padding-left: 30px;
	padding-right: 100px;
	margin-left: 10px;
}

p.hts_text {
	padding-right: 77px;
	margin-right: 10px;
	text-align: right;
}

table.portfolio {
	border-collapse: collapse;
	width: 80%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

table.portfolio tr {
	vertical-align: top
}

table.portfolio th, table.portfolio td {
	text-align: left;
	padding: 10px;
}

table.portfolio, table.portfolio th, table.portfolio td {
	border: dotted 2px #bd9f78;
}

/* how to start table starts */
table.tbl_hts {
	border-collapse: collapse;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

table.tbl_hts tr {
	vertical-align: top
}

table.tbl_hts th, table.tbl_hts td {
	text-align: left;
	padding: 5px;
}

.cell_hts {
	padding: 10px;
}

/* table.tbl_hts, table.tbl_hts th, table.tbl_hts td {
	border: 1px solid #aa0078;
} */
/* how to start table ends*/

ol li ol {
	/* type: "i"; */
	list-style-type: lower-roman;
}

label {
	line-height: 20px;
	float: left;
}

input {
	width: 300px;
	height: 20px;
	clear: both;
	display: block;
}

select {
	width: 300px;
	height: 20px;
	clear: both;
	display: block;
	border: 1px solid #eeeeee;
}

textarea {
	width: 400px;
	height: 200px;
	border: 1px solid #eeeeee;
	clear: both;
	display: block;
}

input.send {
	/* -webkit-appearance: none; */
	width: 100px;
	height: 20px;
}

.img_about {
	padding: 10px 20px 10px 5px;
}

.img_about.second {
	padding-left: 20px;
}

.img_left {
	float: left;
}

.img_right {
	float: right;
}

.img_portfolio {
	padding: 15px;
}

.note_instructor {
	padding: 20px;
}

.back_to_top {
	text-align: right;
	padding: 20px 20px 20px 0;
}

.section_services {
	margin: 50px 100px 30px 100px;
	height: 420px;
}

.section_services_hts {
	margin: 50px 100px 30px 100px;
	height: 540px;
}

.thumbnail_services {
	float: left;
	padding: 0 20px 10px 0;
}

.howtostart {
	float: right;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}

#whole_sitemap {
	height: 650px;
}

.section_sitemap {
	margin-left: 100px;
	margin-right: 100px;
	width: 30%;
	float: left;
}
