@charset"utf-8";
#about{
  background-image: url(../images/about03.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% 250px;
  margin:0 20px;
}
.main-center{
  margin-top: 180px;
  margin-left: 20px;
}
body{
  color:#333333;
  font-size:15px;
  line-height:2;
}
.icon:before{
  content:"";
  padding-right: 10px;
  border-left: 8px solid #9cd4a4;
}
h1{
  font-family: serif;
  font-size: 36px;
  border-bottom: 2px solid #cccccc;
}
a{
  color:#3583aa;
  text-decoration: none;
}
a:visited{
  color:#788d98;
}
a:hover{
  text-decoration: underline;
}
header{
  width:960;
  height:100px;
  margin:0 auto;
}
.logo{
  float:left;
}
.global-nav{
  float:right;
  height: 100px;
  line-height: 100px;
}
.global-nav li{
  float:left;
  margin:0 20px;
  font-size:30px;
  list-style:none;
}
.global-nav li a{
  color:#ffffff;
}
.global-nav li a:hover{
  border-bottom:2px solid #ffffff;
  padding-bottom:3px;
  text-decoration: none;
}
#about .profile-text{
  width:540px;
  float:left;
}
#about .profile-img{
  float:right;
  margin-top: 50px;
}
footer{
  text-align:center;
  color:#ffffff;
  padding:20px 0;
}
footer small{
  font-size:12px;
}
