/*
Theme Name: EHAL File Manager
Author: Rumos
Version: 1.1.0

/* Base */

body {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	line-height: 1.47;
	min-height: 100%;
}

p {
	margin-bottom: 16px;
}

a, 
a:visited {
	color: #00afee;
}

a:hover,
a:active,
a:focus {
	color: #0083af;
}

.entry a, 
.entry a:visited {
	border-bottom: 1px solid;
}

b, strong {
    font-weight: 500;
}

.entry strong,
.entry b {
	color: #000;
}

.clearfix {
	clear: both;
}

/* Headings */ 

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, h4, .h5, .h6 {
	font-weight: 500;
	color: #000;
}

/* Heading sizes */ 

h1, .h1 {
	font-size: 32px;
	line-height: 1.2;
}

h2, .h2 {
	font-size: 24px;
}

h3, .h3 {
	font-size: 18px;
	line-height: 1.4;
}


h4, .h4 {
	font-size: 15px;
	text-transform: uppercase;
}

h5, .h5 {
	font-size: 13.1px; 
	text-transform: uppercase;
}

h6, .h6 {
	font-size: 13.1px;
	color: #999;
	text-transform: uppercase;
}

/* Heading margins */ 

h1 {
	margin: 25px 0 16px;
}

h2, h3 {
	margin: 20px 0 16px;
}

h4, h5, h6 {
	margin: 25px 0 16px;
}
