/*
Theme Name: MHFM Theme 4.0
Theme URI:
Description:
Author: Jonathan N.
Author URI: 
Version: 4.0
*/

@import url('https://fonts.googleapis.com/css?family=Roboto');

@import "css/reset.css";

/* General elements rules */

html
{
font-family: Verdana, serif;
background-color: black;
font-size: 16px;
margin-top: 10px;
}
body
{
background-color: black;
max-width: 1200px;
margin: 0px auto;
background-color: #B7AB6A;
}
#wrapper {
	max-width: 1200px;
	margin: 0px auto;
	background-color: #B7AB6A;
}
@media screen and (max-width: 1100px) {
	html {
		margin-top: 0px !important;
	}
}
@media screen and (max-width: 900px) {
	body {
		width: 100%;
	}
}
div
{
box-sizing: border-box;
}
a
{
outline: none;
}
p, ol
{
font-weight: normal;
line-height: 28px;
}
ul, li, ol
{
margin-bottom: 15px;
}
p
{
margin-bottom: 15px;
}
list-style-type: disc;
}
#navigation-menu ul, .widget-page ul
{
  list-style-type: none;
}
h1, h1 a
{
font-size: 30px;
font-weight: bold;
text-align: left;
text-decoration: none;
color: black;
line-height: 1.3;
font-family: 'Georgia',"Times New Roman",Times,serif;
}
h2
{
font-size: 20px;
font-weight: bold;
line-height: 1.3;
text-align: left;
padding-bottom: 15px;
font-family: 'Georgia',"Times New Roman",Times,serif;
}
h2 a
{
font-family: 'Georgia',"Times New Roman",Times,serif;
}
h3
{
font-weight: bold;
font-size: 18px;
padding-bottom: 15px;
font-family: 'Georgia',"Times New Roman",Times,serif;
}
figure
{
text-align: center;
}
figcaption
{
margin-top: 10px;
font-size: 16px;
font-style: italic;
text-align: center;
margin-right: 50px;
margin-left: 50px;
text-align: center;
line-height: 1.3;
}
blockquote
{
font-style: normal;
margin-left: 5%;
margin-right: 5%;
line-height: 28px;
margin-top: 10px;
margin-bottom: 10px;
}
th
{
font-weight: bold;
}
ol
{
list-style-type: decimal;
margin-left: 40px;
}
b
{
font-weight: bold;
}
i
{
font-style: italic;
}
hr
{
/*width: 30%;*/
margin-top: 20px;
margin-bottom: 20px;
}
/*table
{
margin: auto;
border: 1px solid black;
}
td
{
border: 1px solid black;
padding: 10px;
}*/
strong
{
font-weight: bold;
}
u
{
text-decoration: underline;
}
em
{
font-style: italic;
}
