html,
body {
  height: 100%;
  overflow-y: hidden;
}

code, pre {
    background: #efefef;
    padding: 0.5em;
    font-size: .9em;
    font-family: Source Code Pro,monospace;
}

.psg-h2{
  font-size: 1.8em;
  text-transform: uppercase;
  margin-bottom:1.5em;
}

.psg-h2:after{
  height: 1px;
  background: #191f44;
  content: "";
  display: block;
  margin: 0 0 2em;
  width: 1.6em;
  margin: 2em 0;
}

.psg-h3{
  font-size: 1.3em;
  margin-bottom: 1em;
}

.pagetitle{
  text-transform: uppercase;;
}

.psg-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  line-height: 1.5;
}

/* Menu bar ====================================================*/

.psg-menu {
  width: 11%;
  height: 100%;
  /*padding: 2rem 3.2rem;*/
  /*border-right: 1px solid #ddd;*/
  /*overflow-y: scroll;*/
  /*background: #fff;*/
  background-image: linear-gradient(to right,#191f44 0,#2E3454 140%);
  background-repeat: repeat-x;
}

.psg-menu p{
  text-align: center;
  color: #45545F;
  font-size: .8rem;
}

.psg-ComponentList{
  margin-left: 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.psg-ComponentList__item {
  display: block;
  position: relative;
/*
  border-bottom-color: rgba(0,0,0,0.2);
  border-top-color: rgba(255,255,255,0.05);*/

  border-bottom: 1px solid rgba(0,0,0,0.2);
  border-top: 1px solid rgba(255,255,255,0.05);
}

.psg-ComponentList__item:before {
  background-color: transparent;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  width: 5px;
}

.psg-ComponentList__item:hover:before {
  background-color: #06ACFD;
}

.psg-ComponentList__item a{
  font-size: 0.95rem;
  text-align: center;
  color: #e6ebee;
  padding: 11px 10%;
  display: block;
}

.psg-ComponentList__item a:hover {
  color: #e6ebee;
}


/* Main contents ====================================================*/

.psg-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  height: 100%;
  overflow-y: scroll;
}

.psg-main header{
  /*background: linear-gradient(to bottom, #cbd9df 40%,#8da2b4 100%);*/
  background: #191F44;
  padding: 20px;
}

.psg-main header h1{
  margin: 0 auto;
  text-align: center;
  color: #191F44;
  font-size: 1.5rem;
  margin-bottom: .5rem;
  color: white;
  
}

.psg-main header h2{
  margin: 0 auto;
  text-align: center;
  color: #191F44;
  margin: 0;
}

.psg-container {
}

.psg-section {
  width: 100%;
  padding: 5%;
}

.psg-subsection{
   margin: 0 0 4em;
}

.psg-subsection:last-child{
   margin-bottom: 0;
}

.psg-bg {
    background: #F0F0F1;
    padding: 40px;
    margin-bottom: 40px;
}

.psg-article {
    background: white;
    min-height: 150px;
}

/*.psg-contents i{
  font-size: 1.9em;
  width: 73px;
  display: inline-block;
  padding: 28px 0px;
  text-align: center;
}
.psg-contents > p,
.psg-contents > pre {
    margin: 2rem 0;
}*/

hr.psg-separator {
  margin: 0rem 0;
  border: 0;
  border-top: 1px solid #ddd;
}



/*.psg-logo{
  display: block;
  margin:0 auto 5px;
  width: 230px;
}*/

.psg-logo{
  display: block;
  width: 47%;
  margin: 20px auto 30px;
}

/* Color palette ====================================================*/

.psg-colorPalette {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.psg-colorBox {
  width: 10%;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  margin: 0 2em 2em 0;
}

.psg-colorBox__sample {
  height: 70px;
}

.psg-colorBox__name {
  padding: .8em;
  font-size: .8rem;
  text-align: center;
}






