/*********** custom css *************/


/* h tag */

h1 {
  font-size: 2.75rem; font-weight: bold;
  color: #b51d8c;}

h2 {s
  font-size: 1.75rem; font-weight: bold;}

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.5rem; font-weight: bold;}

h5 {
  font-size: 1.5rem; font-weight: bold;}

h6 {
  font-size: 1rem; }


.frame { max-width: 100%; background: #fff;
	    border: 2px solid #111;
		 box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5); }


/* content */
.content { margin-top: 30px;}
.thumbset {margin-top: 20px;}

.small_link a {color:#b51d8c; font-weight: bold;
               font-size: 1.5rem }

/* footer */
.credit {margin-top: 10px; color: #b51d8c;}

.credit a {color: #b51d8c;}
.credit a:hover {text-decoration: underline;};



 /* custom player skin */
   .flowplayer { width: 80%; background-color: #222; background-size: cover; max-width: 800px; }
   .flowplayer .fp-controls { background-color: rgba(0, 0, 0, 0.4)}
   .flowplayer .fp-timeline { background-color: rgba(0, 0, 0, 0.5)}
   .flowplayer .fp-progress { background-color: rgba(219, 0, 0, 1)}
   .flowplayer .fp-buffer { background-color: rgba(249, 249, 249, 1)}
   .flowplayer { background-image: none}