* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN";
}

a {
  text-decoration: none;
}

.clear {
  clear: left;
}

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.Company-wrapper {
  padding: 150px 0 100px 0;
  background: linear-gradient(to top, rgba(217, 175, 217, 0.7) 0%,rgba(151, 217, 225, 0.7) 100%), url(../../images/Company.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
}

.Philosophy-wrapper {
  padding: 150px 0 100px 0;
  background: linear-gradient(to top, rgba(217, 175, 217, 0.7) 0%,rgba(151, 217, 225, 0.7) 100%),url(../../images/Philosophy.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
}

.Behavior-wrapper {
  padding: 150px 0 100px 0;
  background: linear-gradient(-90deg, rgba(217, 175, 217, 0.6) 0%,rgba(151, 217, 225, 0.6) 100%), url(../../images/Behavior.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
}

h1 {
  opacity: 0.8;
  font-size: 40px;
  letter-spacing: 5px;
  margin: 0;
}

h2 {
  opacity: 0.8;
  margin: 5px 0;
  font-size: 25px;
  letter-spacing: 5px;
  font-weight: normal;
}

.name{
  font-size: 25px;
  margin-right: 10px;
}

p {
  font-size: 18px;
  opacity: 0.8;
  margin: 0;
}

.container-2 {
  margin-bottom: 15px;
}

.Behavior-wrapper p{
  margin-bottom: 15px;
}

.btn-wrapper {
  margin: 30px 0;
}

.Company {
  background-color: #239b76;
}

.Philosophy {
  background-color: #3b5998;
}

.Behavior {
  background-color: #55acee;
}

.btn {
  padding: 8px 24px;
  color: white;
  display: inline-block;
  opacity: 0.7;
  border-radius: 4px;
  margin: 0 5px;
}

.btn:hover {
  opacity: 1;
}

.fa {
  margin-right: 5px;
}

header {
  height: 65px;
  width: 100%;
  background-color: rgba(34, 49, 52, 0.9);
  position: fixed;
  top: 0;
  z-index: 10;
}

.logo {
  height: 30px;
  margin: 20px 8px 0 8px;
}

.header-left {
  float: left;
  background-color: rgba(255, 255, 255, 0.3);
  height: 65px;
}

/*header .menu-icon {
  color: white;
  float: right;
  font-size: 25px;
  padding: 21px 0;
  display: none;
}

header .menu-icon2 {
  color: white;
  float: right;
  font-size: 25px;
  padding: 21px 0; 
}*/

.header-right {
  margin-right: -25px;
  float: right;
}


.header-right a {
  line-height: 65px;
  padding: 0 25px;
  color: white;
  display: block;
  float: left;
  transition: all 0.5s;
}

.header-right a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.library {
  display: inline-block;
  color: white;
  opacity: 0.7;
  border-radius: 4px;
  margin: 5px 0;
  background-color: #727171;
}

.library:hover{
  opacity: 1;
}

.heading {
  padding-top: 60px;
  padding-bottom: 30px;
}

footer img {
  width: 125px;
}
footer {
    border-top: 1px solid #eee;
    padding: 10px;
}