/*
 * Theme Name: Ribosome Child
 * Description: Child theme for Point theme
 * Author: XR
 * Template: ribosome
 * */

/* write custom css */


/* Body, links, basics */
html {
	font-size: 94%;
}
body {
	font-size: 16px;
	font-size: 1.3rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #333;
}

h1.site-title{
	font-size: 21px !important;
	font-size: 2.2rem !important;
	font-weight:normal;
	margin:0;
	line-height:1;
}

.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 2rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.4rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}

.frame-border {
	border:3px solid #333;
	}

img {
     border: solid #999999 1px
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:0;
    border:1px solid black;
    margin-bottom:2em;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}