/*
** GENERAL
*/

html, body {
	height: 100%;
}

html {
	font-size: 62.5%;
}

.cover {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  -moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
}

.fixed {
  background-attachment: fixed !important;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

/*
** FONTS
*/

body {
	font-size: 1.6rem;
	line-height: 1.6;
}
@media screen and (max-width: 360px) {
	body {
		font-size: 1.4rem;
	}
}

h1 {
	font-size: 2.4em;
}
@media screen and (min-width: 768px) {
	h1 {
		font-size: 4em;
	}
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

.navbar-brand, blockquote, pre {
	font-size: inherit;
}

b, strong, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

i, em {
	font-style: italic;
}

/*
** IMAGES
*/

img {
	max-width: 100%;
  height: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
  margin: 0 auto;
}

.wp-caption {
  max-width: 100%;
}

/*
** M LOGO
*/

.m-logo {
	font-family: 'Titillium Web', sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	line-height: 1.9 !important;
}