﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');
html{
	margin:0;
	padding:0;	
	height:100%;			
}
body{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	background:#fff;
	overflow-x:hidden;	
	font-size:14px;	
	height:100%;
	color:#000;
} 

img{
	max-width:100%;
	height:auto;				
}
a{
	color:#888;	
	text-decoration:none;			
}
.mb-30{
	margin-bottom: 30px;
}
button:focus {outline:0;}	
a:hover{
	text-decoration:none;			
}
.btn{
	font-size:12px;				
}
h1, h2, h3, h4, h5, h6{	
	color:#000;
	font-size:24px;
	font-weight: 900;
}
.transition{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;			
}
.mobile{
	display:none;				
}
.desktop{
	display:block;				
}































