﻿@charset "UTF-8";

@import url('mo-grid.css');
@import url('fonts.css');
@import url('menu1.css');
@import url('module.css');

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-size: 20px!important;
    font-size: 1.25rem!important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0 0 1.5em;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: border-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #f3f3f3;
	margin: 0;
	padding: 0.5em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #7a7c84;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.widget-footer-top-area,
.widget-footer-top-area button,
.widget-footer-top-area input,
.widget-footer-top-area select,
.widget-footer-top-area textarea {
	color: #fff;
}

.entry-footer,
.entry-meta,
.site-info {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.3847;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
	clear: both;
	color: #2c313f;
	font-family: Poppins, sans-serif;
	font-weight: bold;
	font-size: 1.5625rem;
    line-height: 1.2;
	margin: 0 0 1.5rem;
}
.site-title a{
	text-decoration:none;
}
.entry-hero {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  position: relative;
  text-shadow: 0 0 0.15em rgba(0, 0, 0, 0.5);
}
.overlay-bg2 {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0,0,0,.58);
  opacity: .5;
  transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
  z-index: 0;
}
.entry-hero-wrapper{
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	max-width: 56.25rem;
	width: 90%;
	width: calc(100% - 3em);	
}
.entry-hero-wrapper{
	-webkit-align-self: flex-end;
	-ms-align-self: flex-end;
	align-self: flex-end;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	position: relative;	
}
.entry-title{
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 49px;
    font-size: 3.0625rem;
    line-height: 1.2245;
    margin-bottom:100px;
}
.logo{
	
}

@media (max-width: 767px){
	.logo{
	text-align:center;
	margin: 50px 0 auto auto;
	}
	.entry-hero{
	min-height:30vh;
	}
	.entry-title{
	margin-bottom:5px;
	}
}


footer{
	padding:3em 0 1.5em 0;
	margin:15px 0 5px 0;
	border-top: 1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;
	
}
footer a{
	color: #2c313f;
	text-decoration: none;
}
footer a:hover{
	color: #3e69dc;
}
