@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: #e87a90;
  text-decoration: none;
}

a:visited {
  color: #e87a90;
  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;
  color: #e87a90; 
}

/*
.global-nav li a {
  color: #ffffff;
}
*/

.global-nav li a:hover {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 3px;
  text-decoration: none;
}

#wrap {
  clear:both;
  background-color: #ffffff;
  margin-top: 220px;
  padding: 35px; 0;
}

.content {
  width: 960px;
  margin: auto;
  opacity: 0.666;
}

footer {
  text-align: center;
  color: #ffffff;
  padding: 20px o;
}

footer small {
  font-size: 12px;
}

#index h1 {
  font-size: 100px;
  line-height: 1;
  color:  #ffffff;
  font-family: 'Bitter', serif;
  margin-bottom: 50px;
  border: none;
}

#index content {
  margin-top: 150px;
}

#index p {
  font-size: 16px;
  color: #ffffff;
}

/*------------------------------*/
.btn a {
  color:#454545;
  background:transparent;
  border-width:2px;
  border-style: solid;
  border-color: #e87a90;
  position:relative;
  margin:1em;
  display:inline-block;
  padding:0.5em 1em;
  transition:all 0.3s ease-in-out;
  text-align:center;
  font-family:comfortaa;
  font-weight:bold
}
.btn a:before, .btn a:after {
  content:'';
  display:block;
  position:absolute;
  border-color:#e87a90;
  box-sizing:border-box;
  border-style:solid;
  width:1em;
  height:1em;
  transition:all 0.3s ease-in-out
}
.btn a:before {
  top:-6px;
  left:-6px;
  border-width:2px 0 0 2px;
  z-index:5;
}
.btn a:after {
  bottom:-6px;
  right:-6px;
  border-width:0 2px 2px 0;
}
.btn a:hover:before, .btn a:hover:after {
  width:calc(100% + 12px);
  height:calc(100% + 12px);
  border-color: #e87a90;  /*#fff*/
  border-radius: 5px; 
}
.btn a:hover {
  color:#353535;
  background-color:#fff;
  border-color: #e87a90;  /*#fff*/
}
/*------------------------------*/

.btn a {
  background-color: #e87a90;
  color: #ffffff;
  font-size: 2opx;
  font-family: 'Bitter', serif;
  width: 100px; /*185px;*/
  display: block;
  text-align: center;
  line-height: 30px;  /*50px;*/
  margin-top: 20px;
  border-radius: 5px; 
  border: 1px solid #e87a90;  /*3px solid #e87a90;*/
}

.btn a:hover {
  text-decoration: none;
  background-color: #ccc;
  color: #009cd3;
}
/*#click {z-index:1000}*/


#index footer {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  margin-top: 150px;
  background-color: transparent;
}

#index {
  background-image: url(../images/IMG_0193_b.JPG);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

#about {
  background-image: url(../images/bg-about.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
}

.main-center {
  width: 940px;
  margin: o auto;
}

h1 {
  font-family: 'Bitter', serif;
  font-size: 36px;
  border-bottom: 1px solid #cccccc;
}

h2 {
  font-family: 'Bitter', serif;
  font-size: 24px;
}

#ol h2 {
  color: lightblue;
}

.icon:before {
  content: "";
  padding-right: 10px;
  border-left:7px solid #9cb4a4;
}

#about .profile-text {
  width: 540px;
  float: left;
}

#about .profile-text span {
  font-weight: bold;
}

#about .profile-image {
  float: right;
}

.clearfix:after {
  content:"";
  display: block;
  clear: both;
}

section {
  margin-bottom: 35px;
}

#about .career th {
  width: 240px;
  background-color: #f0f0f0;
  padding: 12px 0;
  border: 1px solid #cccccc;
}

#about .career td {
  width: 660px;
  padding: 12px 0 12px 40px;
  border: 1px solid #cccccc;
}

table {
  border-spacing:  0;
  border-collapse: collapse;
}

footer {
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
  background-color:  #767671;
}

#index #wrap {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
}


#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;
}

.sidebar {
  width: 200px;
  margin: 0 10px 0 30px;
  float: right;
  font-family: 'Bitter', serif;
}

a img:hover {
  opacity: 0.8;
}

.sidebar h2 {
  margin-bottom: 10px;
}

.sidebar ul {
  font-size: 16px;
  margin-left: 20px
}

.sidebar ul a{
  color: #333333;
}

#photograph {
 background-image: url(../images/bg-photograph.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;  
}

#photograph .photograph-list li {
  float: left;
  list-style: none;
  margin: 0 20px 15px 0;
}

#photograph .photograph-list li:nth-child(3n)
{
  margin-right: 0;
}

#video {
 background-image: url(../images/bg-video.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto 
}

#contact {
   background-image: url(../images/bg-contact.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;
}

#contact .form {
  background-color: #eaeaea;
  padding: 30px 50px;
}

#contact .form dl dt {
  width: 165px;
  padding: 10px 0;
  float: left;
  clear: both;
}

#contact .form dl dd {
  padding: 10px 0;
}

#contact .form .name {
  width: 240px;
  height: 30px;
}

#contact .form .email {
  width: 300px;
  height: 30px;
}

#contact .form .tel {
  width: 240px;
  height: 30px;
}

#contact .form .type {
  width: 180px;
  height: 30px;
}

#contact .form .message {
  width: 660px;
  height: 150px;
}

#contact .form button {
  background-color: #009cd3;
  color: #ffffff;
  font-size: 20px;
    width: 120px;
  display: block;
  text-align: center;
  line-height: 50px;
    border-radius: 5px; 
  border: 3px solid #009cd3;
  margin-left: 165px;
}

#contact .form button:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #009cd3;
  cursor: pointer;
}

#contact .form .required:after {
  content: "*";
  color: #ff0000;
}

#contact .form .attention {
  margin: 20px 0 0 165px;
}

.olymp h3 {
	display: none;
	font-family: 'Bilbo', cursive;
	font-size: 28px;
	line-height: 0.5;
	color: lightblue;
}

