.panel-bigslide {

    position: fixed;

    left: -15.625em; /*left or right and the width of your navigation panel*/

    width: 15.625em; /*should match the above value*/

}



.wrap {

    position: relative;

}



/*

Masthead

======================================

*/

.logo-link{

	padding:10px 0px !important;

}



.logo-link:hover{

	background: none !important;

}



.masthead {

  background: #34495D;

  color: #fff;

  position: relative;

}



.menu-link {

  position: absolute;

  /*font-size: 1.5em;*/

  margin-left: 5px;

}



.menu-link:link, .menu-link:visited {

    color: #4D776B;

    background: none;

    border-radius: 0px;

    padding: 0px;

	    font-size: 40px;

    margin-top: -50px;

    /*margin-top: -8px;*/

}

}



.menu-link:hover,

.menu-link:active {

  color: #000;

  background: none;

}



.subtitle {

  text-align: center;

  font-size: 1.125em;

  margin: .5em 0;

}



.btn-list {

  margin: 3em 0;

  text-align: center;

}



.btn-list li {

  display: inline-block;

}



.btn-list li:first-of-type {

  margin-right: 1em;

}



.btn {

  padding: 1em .5em;

  text-align: center;

  border-radius: 6px;

}



.btn:link,

.btn:visited {

  background: #25B89A;

  color: #fff;

}



.btn:hover,

.btn:active {

  background: #16a085;

}



/*

Nav Panel

======================================

*/



.panel-bigslide {

  background: rgba(34, 34, 34, 0.9);

  z-index: 9999;

  position: fixed;

  left: -15.625em; /*or width of your navigation panel*/

  width: 15.625em; /*should match the above value*/

}



.panel-bigslide ul {

  border-top: 1px solid #606160;

}



.panel-bigslide a {

    display: block;

    border-bottom: none;

    padding: 10px;

    text-align: left;

    padding-left: 30px;

}



.panel-bigslide a:link,

.panel-bigslide a:visited {

  color: #fff;

  font-family: 'Raleway', sans-serif;
  
  font-size: 15px;

}



.panel-bigslide a:hover,

.panel-bigslide a:active {

  background: #3D3E3D;

}



.nav-icon {

  margin-right: 6px;

}

