body {
  color: #545E6C;
  background: #373e48;
  font-size: 14px;
  padding: 30px;
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
}
a {
  color: #2d7788;
}
a:hover {
  color: #2d7788;
  text-decoration: underline;
}
a:focus {
  text-decoration: none;
}
p {
  line-height: 1.5;
}
.wrapper {
  max-width: 960px;
  background: #4B6A78;
  margin: 0 auto;
  position: relative;
}
.sidebar-wrapper {
  position: absolute;
  left: 0;  
  background: #4B6A78;
  color: #fff;
  width: 240px;
  height: 100%;
  min-height: 800px;
}
.sidebar-wrapper a {
  color: #fff;
}
.sidebar-wrapper .profile-container {
  padding: 30px 24px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
}
.sidebar-wrapper .name {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}
.sidebar-wrapper .tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar-wrapper .profile {
  width:200px;
  margin-bottom: 15px;
}
.sidebar-wrapper .contact-list .fa {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}
.sidebar-wrapper .contact-list li {
  margin-bottom: 15px;
}
.sidebar-wrapper .contact-list li:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .contact-list .email .fa {
  font-size: 14px;
}
.sidebar-wrapper .contact-container {
  padding: 30px 24px 24px 24px;
}

.main-wrapper {
  background-color:  #f1f2f4;
  padding: 60px 30px 10px 30px;
  padding-left: 280px;
}
.main-wrapper .section-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #2e4049;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
}
.main-wrapper .section {
  margin-bottom: 30px;
}
.main-wrapper .section .item {
  margin-bottom: 30px;
}
.main-wrapper .subsection-title {
  color: #3F4650;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 8px;
}
.footer {
  padding: 30px;
  line-height: 1.6;
  color: #545E6C;
  font-size: 13px;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .sidebar-wrapper {
    position: static;
    width: inherit;
    min-height: 200px;
  }
  .main-wrapper {
    padding: 30px;
  }
}
