/*
 * Globals
 */

body {
  font-family: Georgia, "Times New Roman",  Times, serif;
  color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}

h3 {
	  color: #8c8c8c;        /* #800517 = dark red, #8c8c8c gray */
		margin-top: 0.8em;
    font-size: 2.5rem;
}

myyoutube-iframe {
  max-width: 200px;
}

iframe {
  border: 0px;
}

/*
 * Blog name and description
 */

/*
.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}

.blog-description {
  font-size: 20px;
  color: #999;
}
*/



/*
 * Misc. styling
 */

.breadcrumb{
  font-size: 1.3rem;
}

.smaller-font-size{
  font-size:1.5rem;
}



/*
 * Main column and sidebar layout
 */

.mypanel-main {
  font-size: 1.8rem;  /*18px*/
  line-height: 1.5;
}

/* my-panel-small should be replaced by class smaller-font-size above */
.mypanel-small {
  font-size: 1.5rem;  /*18px*/
  line-height: 1.5;
}


/*
 * mypanel posts
 */

.mypanel-post {
  margin-bottom: 20px;
}

.mypanel-post>p{
  margin-top: 20px;
}

.mypanel-post-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 3rem;    /* 40px */
}

.mypanel-post-meta {
  margin-bottom: 20px;
  font-size: 0.9em;  /* i added this */
  color: #999;
}

.announcement-meta {
  margin-bottom: 10px;
  font-size: 0.8em;
  color: #999;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}

.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}




/*
 * Add additional borderless table class
 */
.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
    padding: 2px;
}



/* make sidebar nav vertical */
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}


.mysagecell {
    font-family: "Times New Roman",  Times, serif;
    font-size: 1.5rem;
    line-height: 2.5;
}



/*
 * Footer
 */

.mypanel-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.mypanel-footer p:last-child {
  margin-bottom: 0;
}
