@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color: #cccccc;
	color: #333333;
	font-size: 15px;
	line-height: 2;
}

p,h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
}

img {
	vertical-align: bottom;
}

ul {
	margin: 0;
	padding: 0;
}

a{
	color: #3583aa;
	text-decoration: none;
}

a:visited {
	color: #788d98;
}

a:hover{
	text-decoration: underline;
}

header {
	width: 960px;
	height: 100px;
	margin: 0 auto;
}

.logo {
	float: left;
	margin-top: 50px;
}

.global-nav {
	float: right;
	margin-top: 60px;
}

.global-nav li {
	float: left;
	margin: 0 20px;
	font-size: 20px;
	list-style: none;
	font-family: 'Bitter', serif;
}

.global-nav li a {
	color: #000000;
}

.global-nav li a:hover {
	border-bottom: 2px solid #000000;
	padding-bottom: 3px;
	text-decoration: none;
}

#wrap {
	clear: both;
	background-color: #ffffff;
	margin-top: 220px;
	padding: 35px 0;
}

.content {
	width: 960px;
	margin: 0 auto;
}

footer {
	text-align: center;
	color: #ffffff;
	padding: 20px 0;
	background-color: #87ceeb;
}

footer small {
	font-size: 12px;
}

.btn a {
	background-color: #009cd3;
	color: #ffffff;
	font-size: 20px;
	font-family: 'Bitter', serif;
	width: 185px;
	display: block;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
	border-radius: 5px;
	border: 3px solid #009cd3;
}

.btn a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #009cd3;
}

#index {
	background-image: url(../images/index-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: 100% auto;
}

.main-center {
	width: 940px;
	margin: 0 auto;
}

h1 {
	font-family: 'Bitter', serif;
	font-size: 36px;
	border-bottom: 1px solid #cccccc;
}

h2 {
	font-family: 'Bitter', serif;
	font-size: 24px;
}

.icon:before {
	content: "";
	padding-right: 10px;
	border-left: 7px solid #87ceeb;
}

#index .profile-txt {
	width: 540px;
	float: left;
}

#index .profile-txt span {
	font-weight: bold;
}

#index .profile-image {
	float: right;
}

.clearfix:after {
	content:"";
	display: block;
	clear: both;
}

section {
	margin-bottom: 35px;
}

#index .career th {
	width: 240px;
	background-color: #f0f0f0;
	padding: 12px 0;
	border: 1px solid #cccccc;
}

#index .career td {
	width: 660px;
	padding: 12px 40px;
	border: 1px solid #cccccc;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

#portfolio {
	background-image: url(../images/bg-portfolio.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: 100% auto;
}

.main {
	width: 700px;
	margin: 0 10px;
	float: left;
}

a img:hover {
	opacity: 0.8;
}

#photograph {
	background-image: url(../images/bg-photograph.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: 100% auto;
}

.photograph-list li {
	float: left;
	list-style: none;
	margin: 0 20px 15px 0;
}

.photograph-list li:nth-child(2n){
	margin-right: 0;
}

#contact {
  background-image: url(../images/contact-1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
}

#contact .access table {
  float: left;
}

#contact .access th,
#contact .access td {
  text-align: left;
  vertical-align: top;
  line-height: 2.5;
}

#contact .access td {
  padding-left: 30px;
}

#contact .access iframe {
  width: 460px;
  float: right;
}