@charset "UTF-8";
html, body {
	/*overflow-y:scroll;*/
	/*overflow-x:hidden;*/
    box-sizing: border-box;
	line-height: 1.5;
	font-family: drugs;
	overflow-y:scroll;
	overflow-x:hidden;
	font-size: 18px;
	background-color: #fff;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
	margin:0px;
	height: 100%;
	background-image: url(../_images/home_1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
* {
	box-sizing:border-box;
}
*, * :before, * :after {
    box-sizing: inherit;
}
/*body {
	background-color: beige;
}*/
