/*
 * Style twaks
 * --------------------------------------------------
 */

.board_member_title{ 
    background-color: #87CEEB;
    width: 150px;
    margin-bottom: 20px;
    margin-top: -30px;
    margin-right: auto;
    margin-left: auto;
}

 
 p, pre {
    margin: 0 0 10px;
}
 
 .name{
  	background-image: url('../img/About/Board_Name_Bkg_1.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
	width:250px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-20px;
	padding-top:20px;
	padding-bottom:20px;
  }

  .iImg{
  	background-image: url('../img/About/StaffPhoto_BG-05.png');
	background-repeat:no-repeat;
    background-size: 100% 100%;
	padding:10px;
  }


  
  
  .main article h1 {
    font-size: 48px;
}
  
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }

}