﻿@charset "UTF-8";
/* CSS Document */
@import "fonts.css";
@import "menu.css";
@import "module.css";

* {
  scroll-behavior: inherit !important;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
* {
  outline: none;
}
body {
  font-family: 'DM Sans',sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color:#7a838b;
  line-height: 1.6;
}
.position-relative {
  position: relative !important;
}

img, svg {
  vertical-align: middle;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
p{
  font-family: 'DM Sans',sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color:#7a838b;
  line-height:1.6;
  margin-bottom:15px;
}
h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a,h5,h5 a,h6,h6 a {
  font-family:Poppins,sans-serif;
  font-style:normal;
  line-height:1.2;
  font-weight:600;
  color:#1b1f2e;  
  -webkit-transition:.5s;
  transition:.5s;
  transition:.5s;
  margin-bottom:5px
}
h1 {
  font-size:22px!important;
}
h2 {
  font-size:28px!important;
}
h3 {
  font-size:22px!important;
}
h4 {
  font-size:20px!important;
}
h5 {
  font-size:18px!important;
}
h6 {
  font-size:17px!important;
}



.blog-footer {
  font-family: 'DM Sans',sans-serif;
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer a{
	font-family: 'DM Sans',sans-serif;
	color: #999;
	text-decoration:none;
}
.blog-footer a:hover{
	text-decoration: underline;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}