/* Enter Your Custom CSS Here */
/* 
.ytthumb {
		width: 480px;  
	  height: 268px;
    overflow: hidden;
}

.ytthumb img {
    margin: -46px 0 0 0;
} */

/* Center Title Menu Bar in the Header */

/* nav#site-navigation */
nav#site-navigation {
    text-align: center;
	  font-size: 14pt;
}

/*
body {
	font-family: "Source Sans Pro";
 	font-size: 18px;
}
*/
/*
#masthead {
		background-color:  rgba(0,0,0,.2);
		}
*/
/* STicky menu  */
 /*
.home .site-header.no-header-image {
  left: auto;
  position: fixed;
  top: auto;
}

.home .site-content {
  padding-top: 60px;
}
*/